- Data collector API - This is the only entry point for importing data into Rimdian.
- Rimdian API - This API is used to manage your workspace and settings.
About the Data Collector
The sole job of the data collector is to receive data from external sources and push it into a queue for asynchronous processing. There are 2 queues of data, per workspace:- Live - This queue is used to receive live data from the Javascript SDK or mobile apps.
- Historical - This queue is used to import historical data from external sources.
POST /sync endpoint. In this case, the queue will be skipped and the data will be immediately processed by a Rimdian Server.
Data collector API
Import data from external sources
Rimdian API
Manage your workspace and settings