/redisgraph-cplusplus

RedisGraph client for C++. Currently in development. Alpha release

Primary LanguageC++BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Beta Version.

Dependencies:

  • Hiredis
  • C++ 11
Hiredis:
    git clone https://github.com/redis/hiredis
    mkdir build && cd build
    cmake ..
    make -j4
    sudo make install

This will install Hiredis to /usr/local/include/hiredis/

In Development

TODO (CURRENT):

  •    FULL PARSING SUPPORT (Done)
    
  •    ResultScalarType Implementaion (Done)
    
  •    Functional Query implementation (Partial Done)
    
  •    Statistics Implementation  
    
  •    RedisGraph Caches (Single Graph) added
    
  •    Result Set implemented accoroing to RedisGraph client specification
    
  •    Comapact query instruction support added
    

TODO (PENDING):

  •    MULTI THREAD IMPLEMENTATION  
    
  •    PUB-SUB (Transcation Watch)  
    
  •    CONTEXTED API  
    
  •    PROCEDURE test