Is it possible to have ES use memory as storage instead of files?
This would be very helpful in running black box tests, especially if I’m using projections engine built into ES.
Specifically we have tests that launch the entire system, run some scenario, verify views are what they’re expected to be (from point of view of the client) and then just discard everything. On multicore system we have several scenarios running in parallel (so I’d have several ES instances running in parallel).
Thanks, Slav