Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 666 Bytes

File metadata and controls

19 lines (11 loc) · 666 Bytes

TubeDB API

TubeDB contains an API functionality to query meta data, to process timeseries data and to create visualisations.

The API is a RESTful HTTP web service, that is easily accessible by most scripting or programming environments that are capable of retrieving data by HTTP GET-requests (e.g. JavaScript, R, Bash, Java). It is used by the TubeDB web based user-interface.

URLs are composed by base URL, API identifier, method name and query parameters.

syntax: [base URL]/[API identifier]/[method name]?[query parameters]

example: http://localhost:8080/tsdb/sensor_list?plot=AEW09

APIs

Meta Data API

Query API