Skip to content

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

Notifications You must be signed in to change notification settings

snorecone/elasticsearch-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages