Cassandra unit type of library for aerospike

Is there any cassandra unit type of container library available for aerospike? I am not referring to docker based container. I want to write a simple junit, which when executed spins up aerospike programmatically, I can execute bunch of inserts and perform my junit test scenario and once done, aerospike dies down. I am coming from cassandra world with such junit/integration test style of stuff, I am not sure if aerospike has anything without the use of docker or something with most easy setup.

Unfortunately we don’t have a JUnit library at this point in time.

I would recommend taking a look at Aerolab as that does allow you to programmatically spin up clusters, (using Docker) with ease and could be useful for creating and tearing down your testing environment.

Docker based is fine, but I am looking for one without it

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.