简体   繁体   中英

Data ingestion from Rest API using Azure

As part of a POC i need to get data from REST API end point that return JSON data as Response and then save it AS-IS into Azure SQL database.

This REST API will be used for both Historical (Around 10000 records expected) and incremental load that will be executing at some regular intervals. Rest API use OAuth 2.0 access token for Authorization

Please let me know the best options available for doing data ingestion in Azure , should i use ADF or Azure functions and what are the best practices for configuring REST API in ADF in particular to error handling.

If this POC works successfully i need to integrate few more API calls into the design as well.

I saw this post yesterday on this topic, using DataFactory to pull data from a rest API.

https://www.linkedin.com/pulse/azure-data-factory-copy-from-rest-api-sql-database-rohit-vangala

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM