HTTP API

HTTP API

The machbase-neo provides two main functions via HTTP API. One is query that can execuate any type of SQL statements, the other is write that is equivalent INSERT INTO... SQL statement.

General purpose of HTTP API is exposing functionalities that access the data stored in machbase database for the user’s service applications and data analytics tools, while sensors and things are storing data into machbase via MQTT and HTTP.

mqtt_http

Endpoints

Applications and sensors can read/write data via HTTP API.

MethodPathDescription
GET/db/queryexecute query with q param
POST/db/queryexecute query with JSON and form data
POST/db/writewrite data from JSON and CSV formats
POST/metrics/writewrite data in ILP (influx line protocol)
Last updated on