louischatriot / nedb

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

Question: How to deploy and use nedb in Node JS - Google Cloud Platform #612

Open HarisHashim opened 5 years ago

HarisHashim commented 5 years ago

I succesfully deploy my backend nodejs express code to GCP and it works except for the nedb part.

Is because GCP filesystem is readonly. Hence the data folder that normally work in my localhost testing environment does not work in GCP.

Anyone have tips or experience on how to make this works?

Thanks!

chmac commented 5 years ago

The readme says:

IMPORTANT NOTE: Please don't submit issues for questions regarding your code. Only actual bugs or feature requests will be answered, all others will be closed without comment. Also, please follow the bug reporting guidelines and check the change log before submitting an already fixed bug :)

Please close your issue as the author does not answer questions here. You might try stackoverflow.