Looking for an elixir client or wrapper for erlang client for CRATEDB

I would like to use CRATEDB
https://crate.io/docs/crate/clients-tools/en/latest/
There is an erlang client.
Has anyone done work on an elixir client ?

Regards

1 Like

You should be able to use the Erlang client from elixir with no issues. Have you tried it yet? If so, what issues did you experience that an elixir wrapper might solve?

I ask because most of the time it’s better to not split the efforts of developers, and all contribute to the same codebase. Erlang libs are fairly easy to use from Elixir, so you shouldn’t need to only work with elixir libraries.

The Erlang client shows a last commit in December 2015; either it’s perfect or it’s deceased.

The documentation mentions Crate is wire-compatible with Postgres; maybe try pointing Postgrex at it and see what happens?

1 Like