I think you are telling me to git clone inside it and rename folder to data right?
Then gitignore data/settings ,node_modules
Then instruct devs to call npm install and npm start
Is this correct approach?Also compared to mongo db ,Is fs store is more faster?
Also now we are running jsreport using mongo db store and deploying via docker to aws.
Also our application is multi tenant so templates will be more for each client.Is by dockerizing huge number of templates (if our store is file system) in container will affect slowness in report or any issues occur while container huge folder size.Because we are trying to change our store from mongo db to file system.Please suggest any solution?