Welcome to DataIO

DataIO is a web service that allows you to store data. It then allows you to query for the data in many different ways. This website also hopes to eventually be a tutorial for the different graphing libraries on the web.

How to create a new data set:

To create a new data set make a post request to /data/__create (or fill out the web form located here) with the following information (table_data is the only variable that is required):

This post request will return back a unique id for your data. You can use this data to query for your data set.

To query for a data set

To query for a data set, you can make a get request to /data/{id} where {id} is the unique id associated with the dataset. You can also pass in the following parameters to the request: