vw183 Posted October 11, 2014 Report Posted October 11, 2014 I really like e way that BT sync works and how convenient it is to handle it / set it up as well as the secure data transfer peer 2 peer.I am working on a disaster relief communications software that is currently based on apache, php, mysql and local file/document storage. Looking forward, it would make a lot of sense to use the distributed redundant HW of the 4..10 Laptops instead of a single server (which is a single point of failure). The communication is primarily targeting clients on the same LAN. Secondarily it could be used in a slightly modified way to synchronize messages and data "up stream" to the next higher instance in the field/headquarters.In the aspect of redundancy it would have a lokal database on each machine for a kind of a messaging board. the database would also be used for lokal file "tracking" (e.g. attach a PDF to a message). The database and tracked files should then be synced with other clients. Right now BT sync is focussing on files and MySQL sync focusses on database servers. What I would be looking for is a simple local database (e.g. something like SQLite) that is synced on a key-pair-level peer2peer in parallel to the files linked by it. The question I have is: would there be a short term or long term way to use BT sync /torque for databases? Also, one could consider that data is always uniquely added to each database with a unique ID so that there would not be changes to existing data or merging with existing data.
sunk818 Posted March 19, 2015 Report Posted March 19, 2015 some resources to consider: https://sites.google.com/site/accdbmerge/ http://stackoverflow.com/questions/6079202/is-there-a-p2p-database-implementation-out-there http://refuge.io/learnmore/platform.html http://blog.jondh.me.uk/2011/09/meshing/
vw183 Posted March 19, 2015 Author Report Posted March 19, 2015 Hi Sunk818, thanks for the link - some of them I knew already. This is what I am looking at in the mean time: https://foundationdb.com/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.