Skip to content

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

License

Notifications You must be signed in to change notification settings

deviprasad97/redisgraph-cplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  
    

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published