rlyehlab / eter-monitor

Repo containing harware&software of ETER device
Other
5 stars 4 forks source link

Set up API #12

Open thessaly opened 6 years ago

thessaly commented 6 years ago

Create API that gathers data from the broker and stores it in the database that will feed the webpage

Copied from original issue: rlyehlab/ETER#54

nelsongallardo commented 6 years ago

en que lenguaje estaria la API? javascript/node? (parece ser que si basado en este issue https://github.com/rlyehlab/eter-monitor/issues/4)

v44p commented 6 years ago

La api estará en python, ,flask. La api tiene la misión de recoger los datos del broker mosquitto (Mqtt) y luego almacenar en la base de datos (postgresql)

nelsongallardo commented 6 years ago

Is there any specification of what is needed to build the API? Structure of the data in the broker and structure of the database? And if the data has to be processed or just saved straight to the database? Been looking at the docs in the repo but can't find anything that specifies the requirements for the API.

v44p commented 6 years ago

Hi @nelson687 we're just finishing some modifications and will pull the changes asap together with instructions and code. Thanks for your comment!