C++ api for Elastic search [closed] C++ api for Elastic search [closed] elasticsearch elasticsearch

C++ api for Elastic search [closed]


I just released one on github: https://github.com/QHedgeTech/cpp-elasticsearch.

There is one home made http client included but it can easily be plugged to libcurl. It's still minimal, hope to see you contribute so it'll match your needs too.

cpp-elasticsearch is a small C++ API to elasticsearch, it aims at becomming the official one.Documentation is still to come, as well as a "get started" page.

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


Any networking library should work fine. Libcurl is probably the easiest/fastest to get running, since all you really need are simple HTTP requests (Get/Put/Post/Delete)