Dashboard

Welcome!

Please Login to enable creation of datastores which is a quick and easy way to store and plot data using simple POST requests.

Example usage

The following code would send SomeValue to the datastore at the specified url.

resp = requests.post(url,
        json={'a': 'SomeValue', 'time': 'Time_either_unix_seconds_or_datetime_OSI8601'},
        headers={'Authorization': 'TOK:SECRET_API_TOKEN'}).text