Data Loader API - Overview
Note
This document has been machine translated.
A wide variety of data (called event data for convenience) from weather and environmental sensors with spatio-temporal information can be stored in an event data warehouse (EvWH) using the Data Loader API.
By storing event data, it can be used for various learning and forecasting APIs.
Execution Procedure
- initialize the table which will be used by
addrecordto submit event data usingregisterloader. 2. - use
initrecordto get the template for the event data to be submitted byaddrecord(If you already know the template, you can skip this step). (If you already know the template for event data submission, you can skip this step. 3.) - submit event data using
addrecord(using the template obtained in step 2).
Endpoint
https://<api-server-endpoint>/api/v1/dataloaderapi/jsonrpc
Restrictions
The amount of data that can be sent in a single request is limited to 100 MB. Please adjust the request body to be less than 100MB when sending.