This put up is co-written with Hemant Aggarwal and Naveen Kambhoji from Kaplan.
Kaplan, Inc. offers people, academic establishments, and companies with a broad array of companies, supporting our college students and companions to fulfill their various and evolving wants all through their academic {and professional} journeys. Our Kaplan tradition empowers folks to attain their objectives. Dedicated to fostering a studying tradition, Kaplan is altering the face of training.
Kaplan information engineers empower information analytics utilizing Amazon Redshift and Tableau. The infrastructure offers an analytics expertise to a whole bunch of in-house analysts, information scientists, and student-facing frontend specialists. The info engineering staff is on a mission to modernize its information integration platform to be agile, adaptive, and easy to make use of. To realize this, they selected the AWS Cloud and its companies. There are numerous varieties of pipelines that must be migrated from the prevailing integration platform to the AWS Cloud, and the pipelines have various kinds of sources like Oracle, Microsoft SQL Server, MongoDB, Amazon DocumentDB (with MongoDB compatibility), APIs, software program as a service (SaaS) purposes, and Google Sheets. By way of scale, on the time of writing over 250 objects are being pulled from three completely different Salesforce situations.
On this put up, we talk about how the Kaplan information engineering staff applied information integration from the Salesforce utility to Amazon Redshift. The answer makes use of Amazon Easy Storage Service as an information lake, Amazon Redshift as an information warehouse, Amazon Managed Workflows for Apache Airflow (Amazon MWAA) as an orchestrator, and Tableau because the presentation layer.
Resolution overview
The high-level information stream begins with the supply information saved in Amazon S3 after which built-in into Amazon Redshift utilizing varied AWS companies. The next diagram illustrates this structure.
Amazon MWAA is our predominant software for information pipeline orchestration and is built-in with different instruments for information migration. Whereas looking for a software emigrate information from a SaaS utility like Salesforce to Amazon Redshift, we got here throughout Amazon AppFlow. After some analysis, we discovered Amazon AppFlow to be well-suited for our requirement to drag information from Salesforce. Amazon AppFlow offers the power to straight migrate information from Salesforce to Amazon Redshift. Nevertheless, in our structure, we selected to separate the info ingestion and storage processes for the next causes:
- We wanted to retailer information in Amazon S3 (information lake) as an archive and a centralized location for our information infrastructure.
- From a future perspective, there could be eventualities the place we have to remodel the info earlier than storing it in Amazon Redshift. By storing the info in Amazon S3 as an intermediate step, we will combine transformation logic as a separate module with out impacting the general information stream considerably.
- Apache Airflow is the central level in our information infrastructure, and different pipelines are being constructed utilizing varied instruments like AWS Glue. Amazon AppFlow is one a part of our total infrastructure, and we needed to take care of a constant strategy throughout completely different information sources and targets.
To accommodate these necessities, we divided the pipeline into two elements:
- Migrate information from Salesforce to Amazon S3 utilizing Amazon AppFlow
- Load information from Amazon S3 to Amazon Redshift utilizing Amazon MWAA
This strategy permits us to reap the benefits of the strengths of every service whereas sustaining flexibility and scalability in our information infrastructure. Amazon AppFlow can deal with the primary a part of the pipeline with out the necessity for some other software, as a result of Amazon AppFlow offers functionalities like making a connection to supply and goal, scheduling the info stream, and creating filters, and we will select the kind of stream (incremental and full load). With this, we have been capable of migrate the info from Salesforce to an S3 bucket. Afterwards, we created a DAG in Amazon MWAA that runs an Amazon Redshift COPY command on the info saved in Amazon S3 and strikes the info into Amazon Redshift.
We confronted the next challenges with this strategy:
- To do incremental information, we have now to manually change the filter dates within the Amazon AppFlow flows, which isn’t elegant. We needed to automate that date filter change.
- Each elements of the pipeline weren’t in sync as a result of there was no approach to know if the primary a part of the pipeline was full in order that the second a part of the pipeline might begin. We needed to automate these steps as effectively.
Implementing the answer
To automate and resolve the aforementioned challenges, we used Amazon MWAA. We created a DAG that acts because the management middle for Amazon AppFlow. We developed an Airflow operator that may carry out varied Amazon AppFlow features utilizing Amazon AppFlow APIs like creating, updating, deleting, and beginning flows, and this operator is used within the DAG. Amazon AppFlow shops the connection information in an AWS Secrets and techniques Supervisor managed secret with the prefix appflow. The price of storing the key is included with the cost for Amazon AppFlow. With this, we have been capable of run the entire information stream utilizing a single DAG.
The entire information stream consists of the next steps:
- Create the stream within the Amazon AppFlow utilizing a DAG.
- Replace the stream with the brand new filter dates utilizing the DAG.
- After updating the stream, the DAG begins the stream.
- The DAG waits for the stream full by checking the stream’s standing repeatedly.
- Successful standing signifies that the info has been migrated from Salesforce to Amazon S3.
- After the info stream is full, the DAG calls the COPY command to repeat information from Amazon S3 to Amazon Redshift.
This strategy helped us resolve the aforementioned points, and the info pipelines have change into extra sturdy, easy to grasp, easy to make use of with no handbook intervention, and fewer liable to error as a result of we’re controlling every part from a single level (Amazon MWAA). Amazon AppFlow, Amazon S3, and Amazon Redshift are all configured to make use of encryption to guard the info. We additionally carried out logging and monitoring, and applied auditing mechanisms to trace the info stream and entry utilizing AWS CloudTrail and Amazon CloudWatch. The next determine reveals a high-level diagram of the ultimate strategy we took.
Conclusion
On this put up, we shared how Kaplan’s information engineering staff efficiently applied a strong and automatic information integration pipeline from Salesforce to Amazon Redshift, utilizing AWS companies like Amazon AppFlow, Amazon S3, Amazon Redshift, and Amazon MWAA. By making a customized Airflow operator to manage Amazon AppFlow functionalities, we orchestrated the complete information stream seamlessly inside a single DAG. This strategy has not solely resolved the challenges of incremental information loading and synchronization between completely different pipeline phases, however has additionally made the info pipelines extra resilient, easy to take care of, and fewer error-prone. We decreased the time for making a pipeline for a brand new object from an present occasion and a brand new pipeline for a brand new supply by 50%. This additionally helped take away the complexity of utilizing a delta column to get the incremental information, which additionally helped scale back the associated fee per desk by 80–90% in comparison with a full load of objects each time.
With this contemporary information integration platform in place, Kaplan is well-positioned to offer its analysts, information scientists, and student-facing groups with well timed and dependable information, empowering them to drive knowledgeable choices and foster a tradition of studying and progress.
Check out Airflow with Amazon MWAA and different enhancements to enhance your information orchestration pipelines.
For added particulars and code examples of Amazon MWAA, check with the Amazon MWAA Consumer Information and the Amazon MWAA examples GitHub repo.
Concerning the Authors
Hemant Aggarwal is a senior Information Engineer at Kaplan India Pvt Ltd, serving to in creating and managing ETL pipelines leveraging AWS and course of/technique improvement for the staff.
Naveen Kambhoji is a Senior Supervisor at Kaplan Inc. He works with Information Engineers at Kaplan for constructing information lakes utilizing AWS Companies. He’s the facilitator for the complete migration course of. His ardour is constructing scalable distributed techniques for effectively managing information on cloud.Outdoors work, he enjoys travelling along with his household and exploring new locations.
Jimy Matthews is an AWS Options Architect, with experience in AI/ML tech. Jimy is predicated out of Boston and works with enterprise prospects as they remodel their enterprise by adopting the cloud and helps them construct environment friendly and sustainable options. He’s obsessed with his household, vehicles and Combined martial arts.