EDsteve / ELOC-Control-Panel

Will be open source later. But maybe better do private now
MIT License
0 stars 1 forks source link

Where to store ELOC Metadata? #11

Open EDsteve opened 1 year ago

EDsteve commented 1 year ago

For now the app stores the metadata from each ELOC with every BT connection (or every time the user starts recording) to the phone as txt file. This file is then manually being sent to a webserver by pressing "Upload ELOC Status" to Digital Ocean Droplet. On this server is a python script that checks every minute for a new text file and imports the data into a MySQL database when it finds one.

Moving all that mess to Firebase might be a better option.