ppppoooo opened a new pull request, #14848:
URL: https://github.com/apache/iotdb/pull/14848

   This PR adds a new format for inserting table model data using mqtt (row 
protocol)
   
   The main definitions of line protocols are
   <measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]][ 
<attribute_key>=<attribute_value>[,<attribute_key>=<attribute_value>]] 
<field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]
   
   example:
   myMeasurement,tag1=value1,tag2=value2 attr1=value1,attr2=value2 
fieldKey="fieldValue" 1556813561098000000


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to