Has anyone used the mongo erlang driver

as it should officially support replica sets, has anyone used the erlang mongo db driver successfully in an elixir project?

kind regards

2 Likes

I haven’t but there’s full interop of erlang and elixir code with each other so using it shouldn’t be a problem. Take a look here http://elixir-lang.org/getting-started/erlang-libraries.html

2 Likes

I used the driver for a first version of ecto adapter, before the current elixir driver existed. It worked well, but it was only an experiment without any production use.

2 Likes

thanks for the feedback and the pointer to erlang libs page! I will give it a try!

kind regards

2 Likes