Distributed in memory multi-model (vector, relational, graph, temporal) database management system that uses Datalog for query. https://fluidb.ru
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ziyang Hu f8de57de91 back to where we were, but proper support for column families 2 years ago
.idea change C++ header file location 2 years ago
cozo-rocks back to where we were, but proper support for column families 2 years ago
src back to where we were, but proper support for column families 2 years ago
.gitignore open column families automatically, returns status 2 years ago
.gitmodules write our own FFI 2 years ago
Cargo.toml rename 2 years ago
PLAN.md notes 2 years ago
README.md custom comparator 2 years ago

README.md

Build

First build static lib for RocksDB

cd rocksdb
USE_RTTI=1 DEBUG_LEVEL=0 make static_lib