I would like to write java integration tests which loads an embedded aerospike db during my build process.
I find no such resource of embedded aerospike, is there any other no-sql equivalent to aerospike's api that I can use as embedded?
You can use Chronicle Map depending on your requirements. Chronicle Map gives you a Map
which is optionally persisted, remote or replicated.
Note: like Chronicle Map, AerospikeDB is engineered for performance and there is few which are A list of alternatives are here
Disclaimer: I am the lead developer for this product.