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 007b9b8a16 tests for view 2 years ago
.idea sorters 2 years ago
cozohttp reformat 2 years ago
cozoplay cozoplay 2 years ago
cozopy aggregation must have same heads; change aggregation semantics to be consistent with intuition 2 years ago
cozorocks impl view 2 years ago
src view 2 years ago
tests tests for view 2 years ago
.gitignore specialized iterator for no history 2 years ago
.gitmodules correct building without relying on system 2 years ago
Cargo.toml speed up 2 years ago
README.md renaming 2 years ago

README.md

TODO

  • stored relations
    • store-put and store-retract
  • more complete functions and aggregations
  • auto-updating relations?
    • counting-based auto-view
    • manual or time-based materialized-view
  • more complete tx tests
  • graph algorithms