by Naidu Karri | Jun 9, 2020 | Blog, Enterprise Information Management
Introduction SoftwareAG is a Digital Transformation leader, under its cloud initiative there are products like webMethods.io Integration, webMethods.io B2B, webMethods.io API, and Cumulocity IoT. In this blog, I will be exploring the capabilities of the webMethods.io...
by XTIVIA | May 29, 2020 | Blog, Enterprise Information Management
Data Governance is a practice involving people, processes, and technology to effectively manage various risks involved in the data lifecycle (i.e., security, privacy, regulatory compliance, quality, reliability, etc.). The main objective is to establish the...
by XTIVIA | May 14, 2020 | Blog, Enterprise Information Management
It’s important to collect and leverage metadata to control the data pipelines (data ingestion, integration, ETL/ELT) in terms of audibility, data reconcilability, exception handling, and restartability. This article explores what we need to know for an optimal...
by XTIVIA | Mar 12, 2020 | Blog, Enterprise Information Management
The way we write JavaScript has changed over the last couple of years. Modern JavaScript is not only a language itself but an entire ecosystem and environment we use to write in. The language is the same, but we can now string together sets of tools that make it...
by Rajeswari Guthi | Mar 4, 2020 | Blog, Enterprise Information Management
Developing a single application with the required features to meet a company’s demands is complex, involving a lot of customized code to ensure the right outcome. For smaller applications, it’s not as cumbersome, but for medium-to-large scale applications,...
by XTIVIA | Feb 26, 2020 | Blog, Enterprise Information Management
What’s React.js? React is a JavaScript library for building user interfaces that was introduced in March 2013. Initially developed by Facebook, React components can be used on several pages, however not as a single-page application. Pros of React.js Virtual...
by XTIVIA | Feb 19, 2020 | Blog, Enterprise Information Management
Every Java developer thinks about Java’s automatic garbage collection and worries about memory management. Memory leaks occur when object references are longer needed and poorly maintained. They often put unnecessary pressure on the machine as programs consume...
by XTIVIA | Feb 12, 2020 | Blog, Enterprise Information Management
What is NoSQL? NoSQL is a non-relational, “Not-only-SQL” database that provides a mechanism to store and retrieve unstructured and semi-structured data. The data is stored in a non-tabular format and mainly involves handling big data applications. NoSQL...
by Sunil Kumar Chenna | Feb 11, 2020 | Blog, Enterprise Information Management
What is Microservice? Microservice is a software architecture style containing a collection of independent services representing a business function to form a complete system. Monolithic architecture combines all the business functions into a single application for...
by Nayeemuddin Shahapure | Feb 4, 2020 | Blog, Enterprise Information Management
Introduction to Solr: Solr is an open-source search engine built on top of Apache Lucene. Solr is a more advanced version of Lucene’s search. It offers more functionality and is designed for scalability. Solr can be communicated via REST clients, wget, curl and...