0

I was checking the datatype that can be stored in Apache IoTDB, and have a question for this. How to save json type data in IoTDB, which means the event-type data? Seems like IoTDB does not directly support storing this type, so what type do I need to tranfer these data to?

Seems like IoTDB does not directly support storing this type, so what type do I need to tranfer these data to?

Anita
  • 1

1 Answers1

0

Right now, JSON data type cannot be set up separately in Apache IoTDB. It can only be converted into a string type and saved as TEXT.

caozhijia
  • 126
  • 4