> so how do I keep it in synch with my hosted Couch instance The obvious solution is to either manually use futon or to have a local copy of couchdb and use the built-in replication. So your program on your local computer could either generate data you could manually update or it could update your local couchdb. I've already asked about futon. So let me ask, why can't you run a local couchdb? It runs on windows, macs, and linux.
To answer you original question, no, you cannot update over the net without some way to link docs. I can't imagine how any DB could do this. On Thu, Jun 7, 2012 at 8:12 PM, Luca Matteis <[email protected]> wrote: > Because my JSON file is generated programmatically. > > Ok basically I have a program that runs on my local computer that > generates data that I want to insert/modify to my Couch instance. So > my local data should be in synch with my cloud data... but i can't > install CouchDB locally... so how do I keep it in synch with my hosted > Couch instance without having to re-upload all of my data every time? > > On Fri, Jun 8, 2012 at 4:46 AM, Mark Hahn <[email protected]> wrote: > >> I can't use futon. > > > > Why not? >
