Erlang client modified

If you would like to use erlang client as elixir dependency here is url to the client that you can just clone

add this thing in your mix deps {:aerospike,git: “GitHub - NikolaMandic/aerospikeErlangClient: this is client taken from aerospike website and modified to work with elixir mix”,app: false} and you should be good to go I am currently just trying it out as database together with phoenix web framework.

1 Like

Thanks for the contribution!