Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

An Erlang app for communicating with Elastic Search's rest interface.

Notifications You must be signed in to change notification settings

mezeo/erlastic_search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A client for Elastic Search in Erlang.

  • rebar or sinan
  • uses lhttpc http library

QUICKSTART with rebar

$ rebar get-deps
$ rebar compile
$ ./start-dev.sh

QUICKSTART with sinan

$ agner install lhttpc
$ ./sinan build
$ ./start-dev.sh

About

An Erlang app for communicating with Elastic Search's rest interface.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 99.2%
  • Shell 0.8%