Decide on the Module to be Used for Data Load

Data Acquisition is the extraction of data from various sources, using APIs, ETL/ELT processes, or manual data collection. BDB Platform offers a data pipeline and jobs for data extraction

Pipelines for Real-Time Data

Use a Pipeline when you need to handle stream data or real-time reads as data arrives. This method facilitates near real-time read and write operations. (Further details on pipeline data ingestion are provided below.)

Jobs for Batch Processing

Utilize a Job for batch processing, whether the process is scheduled or triggered by the success or failure of another job. The specific type of job should be selected based on the requirements:

circle-info

Note: Currently, Python is supported, and other languages will be supported as per market demand.

Last updated