goodtocode / entities

GoodToCode Stack is a collection of common domain entities written in dotNet Core with Gherkin Specflow tests. Focused on DDD, CQRS, Microservices, Serverless and guided by the SOLID principle.
https://www.goodtocode.com
Apache License 2.0
2 stars 0 forks source link

Azure Data Factory - Ingress business search Db #28

Open goodtocode opened 1 year ago

goodtocode commented 1 year ago

Azure Data Factory: Api lists:

api.data.gov:

Azure Data Factory:

  1. Create two linked services, one will connect to the source (Azure Blob storage) and the other will connect to sink data source (Azure SQL DB).
  2. Create two datasets, one for CSV data and the other for SQL DB data.
  3. Create one pipeline.
  4. Add copy activity to the pipeline with configuration.
  5. Run the pipeline(https://azurelib.com/azure-data-factory-copy-activity/).