On Tue, May 26, 2009 at 4:53 AM, iceangel89 <[email protected]> wrote: > > i need to develop an app that works even if the internet is down ... its a > POS ... the current system setup is outlets having all individual localhost > systems and all these will "upload" data of the day to "HQ" - syncing. but > this is also not good as if the internet goes down during syncing, there > will be lost/corrupt data. > > do i need to redevelop the system. what shld i use? it needs to have like a > local backup incase connection to HQ goes down. i guess?
Use CouchDB[0] for your data store! On demand replication when nodes are around. Easy HTTP interface, schema-less document oriented approach. Etc. pp.. Till [0]: http://couchdb.org/
