-
Notifications
You must be signed in to change notification settings - Fork 66
Ingestion
a_git_a edited this page Dec 14, 2023
·
13 revisions
VDK Ingestion is the process of
- extracting data from various sources (HTTP APIs, Databases, CSV, etc.).
- Ensuring data fidelity with minimal transformations.
- Loading data to your preferred destination (database, cloud storage).
Ingestion examples:
➡ Ingesting data from REST API into Database
➡ Ingesting data from DB into Database
➡ Ingesting local CSV file into Database
➡ Incremental ingestion using Job Properties
SDK - Develop Data Jobs
SDK Key Concepts
Control Service - Deploy Data Jobs
Control Service Key Concepts
- Scheduling a Data Job for automatic execution
- Deployment
- Execution
- Production
- Properties and Secrets
Operations UI
Community
Contacts