So I have some projections that I’d like to stay persistent between runs using --InMemDB during development. Rebuilding the projections’ results is fine but having to recreate or copy/paste the projection code is getting tedious. Am I missing something basic in the config to allow for this?
Is there any documentation on this. Have been using Node.js for this project (built on top of ges-client) and there is no support for projections built in. I was doing a straight http requests for the projection results, are there related HTTP verbs to do CRUD related operations on projections?
Using superagent here is what a working request looks like in node. Note the data is the javascript file (not json) being uploaded. Thanks Pieter for the help getting started!