Giter VIP home page Giter VIP logo

cpp-elasticsearch's Introduction

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.

Get Source and Build

git clone https://github.com/QHedgeTech/cpp-elasticsearch.git
cd cpp-elasticsearch

#build example getstarted
scons project=getstarted mode=debug

#start example getstarted
example/bin/getstarted-debug-gnu

#clean example
scons -c project=getstarted


For debug builds, use "scons mode=debug"

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.

Dependencies

The current version works on Linux/MacOS platform and is POSIX compliant without any dependency. The code may still be hacked to be used on other platform or with third party tools: any JSON parser, or libcurl for the connection for instance.

The JSON parser and the HTTP connection classes are not the purpose of this project. However, they are provided so this project can work as a stand-alone tool. They must be bug free sufficient (if not optimal) for the elasticsearch client.

cpp-elasticsearch's People

Contributors

frodegill avatar will-iam avatar alolis avatar

Watchers

Olle avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.