Hi all ,
I’ve known Erlang for a few years (was actually my first language, though I’ve mostly been doing some Elixir recently).
I recently inherited an Erlang codebase that uses Riak KV, and I would like to start adding tests.
Since Riak doesn’t support multiple DBs like Postgres, how did people usually set up a test environment — separate cluster, bucket prefixes, or something else?
My local machine isn’t very powerful, I don’t have much container/Docker knowledge, and moving to a different database like Postgres isn’t an option, so I’m curious how teams used to handle this without interfering with dev data.
Any example code or configuration for a test setup would be highly appreciated