Skip to content

claudiouzelac/cpp-elasticsearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-elasticsearch

C++ Client for Elasticsearch

cpp-elasticsearch is a small C++ API to elasticsearch, it aims at becomming the official one.

For this purpose, contributors must respect the following rules:

Once the required features will be added, new features will come like:

  • Load balancing
  • Connection pooling
  • Library package
  • Performance monitoring

A documentation is stil to come as well as a "get started" page and continous intragration project with Travis.

Warning

  • Actual version is minimal and has been developped for the needs of Q-Hedge Technologies.
  • Features of C++11 are used in this code.

Buildinng

In order to build locally,

mkdir build
cd build
cmake ..
make

The build is also automated via Travis. You can see the results of it here

Present Build Status

Build Status

Dependencies

  • OSX or Linux distributions

  • CMake

  • GCC/Clang

About

C++ Client for elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • CMake 1.1%