In this data integration option, data is pushed by your own service to our API, which then stores the data. On this page you can see the available endpoints needed for data integrations.
There are multiple ways to interact with the 30MHz api: using a curl command, postman, or through our python api client*. Make sure you first create an API key.
Advantages of this data-integration option
- Data of different sources can all be viewed in one platform.
- All existing 30MHz functionalities can be applied on your data. For example view your data in a custom dashboard and set notifications when thresholds are exceeded.
- No need for an external API for retrieval of the data, which is required in the 30MHz data-integration service option.
Are you interested to set up a data integration? We are happy to set it up together! Contact support to get started. Below you can already find some pointers on how to set up the script.
How to set it up?
To make the data integration script work, roughly the following functions need to be implemented
- Creation of data sources in the 30MHz platform. Data needs to be ingested to a specific data source (defined by dataSourceId). An example on how to create data sources with our api client can be found here*.
- Ingestion of data. An example on how to ingest data can be found here*. Note that the keys of the data object to be ingested depend on the sensor type of the data source.
We are happy to provide you with more technical details if needed, contact support if you are interested.
* to use our python api client request access via support