Rymapt / ethoscope

a platform from monitoring animal behaviour in real time from a raspberry pi
http://gilestrolab.github.io/ethoscope/
GNU General Public License v3.0
0 stars 2 forks source link

Use a separate service to provide the SQLite download #59

Closed mark-grimes closed 6 years ago

mark-grimes commented 6 years ago

Instead of doing the conversion to SQLite inside the node code, link to a separate service to provide the file. This should be running on port 8082.

Of course this assumes that you have a separate service running that can provide the SQLite file.