Topic: AWS
Writing a Framework for Custom ETL Automations (pt. 2 of 2)
This is part 2 of 2 on creating a framework for developing custom Extract, Transfer, Load (ETL) automations for Qualtrics clients. In the previous post we talked about the design decisions around ou...
By Dennis Callanan
Writing a Framework for Custom ETL Automations (pt. 1 of 2)
Every customer has their own programs, technologies, business goals and requirements to fulfil. Meeting these requirements often means making our systems work in harmony with theirs through Extract, T...
By Dennis Callanan
Vert.x DynamoDb Client
Introduction This post explores writing a Vert.x DynamoDb Client to leverage asynchronous and non-blocking I/O and programming style. The Java language and core library support for asynchronous progr...
By Ville Koskela