issues
search
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:
https://mixedanalytics.com/blog/list-actually-free-open-no-auth-needed-apis/
api.data.gov:
https://[api.data.gov](https://api.data.gov/
)/
https://api.data.gov/docs/developer-manual/
Azure Data Factory:
https://azurelib.com/azure-data-factory-copy-activity/
https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-stored-procedure
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).
Create two datasets, one for CSV data and the other for SQL DB data.
Create one pipeline.
Add copy activity to the pipeline with configuration.
Run the pipeline(
https://azurelib.com/azure-data-factory-copy-activity/
).
Azure Data Factory: Api lists:
api.data.gov:
Azure Data Factory: