vendredi 8 mai 2015

insert sqlite rows into a network location with python

I am working on a project where one raspberry pi is gathering data from sensors and storing it into a local sqlite database. I have this working and the script can be found here: http://ift.tt/1Fb5rDI

I am now trying to copy the rows from the local database to another database across the network to be prepared for a Django web app.

I cannot find any proof of concept or relevant information in accomplishing this on stackoverflow or google.

I want to avoid sending the entire database over the network for every tick which will be 500ms.

Any thoughts?

Aucun commentaire:

Enregistrer un commentaire