The objective of this document is to serve as a guide to configure a replication task in DMS, considering its origin and destination endpoints, specific rules for each task, such as adding columns, renaming schemes. Alert setup using Amazon SNS is also covered. Download Whitepaper
With the ever-expanding and ever-evolving role of data in today’s world, data governance is an essential aspect of effective data management. Many organizations use a data lake as a single repository to store data that is in multiple formats and that belongs to a business entity in the organization.The use…
Informix is a database engine developed by IBM that integrates SQL, NoSQL, time series, and spatial data. This will be used in conjunction with Attunity Replicate, which is a tool for replicating data to and from various sources and destinations. Download Whitepaper
Lambda functions orchestrated by a Step Functions machine will be used to perform different operations on the files that get to the source buckets. The operations include determining correct file formats, copying files, deleting the original files, generating notifications through SNS for successful uploads, and sending data to Elasticsearch. Download…
Kibana is a tool for displaying data stored in Elasticsearch through the browser, which is widely used and “open-source”. It stands out for its ease of use, power of analysis and interaction with the data through different types of graphs and searches. Download Whitepaper
This documentation will help introduce Developers to implementing MICROSERVICES by applying the TWELVE-FACTOR PRINCIPLES, a set of best practices and methodology for a well-formed architecture, enforcing AGILE concepts and favoring SCALABILITY. Download Whitepaper
Tableau Server offers different ways to analyze data for different sizes of groups of people, together with this it allows managing how to distribute resources and permissions among users.Active Directory consists of different Windows Server services for managing permissions and access to a network. Download Whitepaper
This documentation will help introduce Developers to implementing MICROSERVICES by applying the TWELVE-FACTOR PRINCIPLES, a set of best practices and methodology for a well-formed architecture, enforcing AGILE concepts and favoring SCALABILITY. Download Whitepaper
A data lake is an architectural approach that allows you to store massive amounts of data in a central location, so that they are easily available to be categorized, processed, analyzed and consumed by various groups within an organization.Since data – structured and unstructured – can be stored as they…
Following the 12 Factor App Pattern, it is necessary to keep separated the logs processing from the application itself. To accomplish this, we are going to use the library slf4j (Simple Logging Facade for Java), which can be loaded through dependencies in the Spring Boot Framework. Download Whitepaper