The import process is achieved via exchange of data in CSV files. Files are deposited into a secure S3 bucket (see S3 Bucket Configuration) which trigger instant processing. The mechanism is meant to be a machine-to-machine exchange, where a reference system like a POS or ERP periodically export data to keep BSPK platform in sync. This method presents several benefits:Documentation Index
Fetch the complete documentation index at: https://developers.bspk.com/llms.txt
Use this file to discover all available pages before exploring further.
- ETL (Extract, Transform, Load) is a common process for data exchange between systems and will be familiar to system integrators.
- It performs at any scale. Initial data ingestion of millions of records is handled in the same way as an incremental change in a single record.
- It’s asynchronous and fault tolerant.
Data import into BSPK is performed in real-time. New files are detected and processed immediately and concurrently. Sub-minute latency can be achieved if constant data synchronization is necessary or desired.
