0

For JSON string kinds of data (which contains multiple time-series values), how should I store this data into Apache IoTDB? Should it be split into different time series, or can it be stored as one string (when queried, the entire JSON is queried as a whole)?

shuww
  • 11
  • 1

1 Answers1

0

If your datatype is in JSON string, then it has to be converted to save into Apache IoTDB. You can save it as string type in IoTDB, and then converted it to JSON when querying data.

caozhijia
  • 126
  • 4