snorecone / elasticsearch-erlang

An erlang client for elasticsearch's REST interface with built-in connection pooling.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elasticsearch-erlang

An erlang client for elasticsearch's REST interface. Just the bare minimum for now.

other elasticsearch clients and why this was made

  • erlasticsearch - too much frustration with thrift.
  • erlastic_search - dependency on hackney for http requests (built-in pooling is broken); unable to configure without wrapping the module.

About

An erlang client for elasticsearch's REST interface with built-in connection pooling.


Languages

Language:Erlang 100.0%