louischatriot / nedb

The JavaScript Database, for Node.js, nw.js, electron and the browser
MIT License
13.49k stars 1.03k forks source link

Sync nedb to cloud (aws or azure) #520

Open Bratkartoffl opened 7 years ago

Bratkartoffl commented 7 years ago

Is there a way to easily sync neDB database (large) to the cloud?

JamesMGreene commented 7 years ago

What would be your receiving end on the cloud side?

adjustit commented 7 years ago

Are you wanting to sync the actual DB in its entirety and have a reference store on the cloud, or do you only need representation of the data? In the latter case, it sounds like your best bet would be have a periodical process that runs and submits via an API service that the server can interpret.