GRainDB is a relation-graph database that extends DuckDB to support seamlessly querying of graph and tables.
GRainDB requires CMake (version >= 2.8.12) to be installed and a C++11
compliant compiler.
Run make
in the root directory to compile the sources. For development, use make debug
to build a non-optimized
debug version.
After compiling, run ./build/release/tools/rest/duckdb_rest_server
in the projection root directory
to start it in the default mode.
Please see the graindb-web repo.
- Guodong Jin ([email protected])
- Nafisa Anzum ([email protected])