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 c0fe173b6b default logging 2 years ago
.idea new aggr implementations 2 years ago
cozo_webui web ui in web server 2 years ago
cozohttp default logging 2 years ago
cozopy aggregation must have same heads; change aggregation semantics to be consistent with intuition 2 years ago
cozorocks use file ingestion for relation storage 2 years ago
src op 'to_float' 2 years ago
tests use scc for cc 2 years ago
.gitignore use cmake 2 years ago
.gitmodules add jemalloc back 2 years ago
Cargo.toml default logging 2 years ago
README.md op 'to_float' 2 years ago
WINDOWS.md windows 2 years ago
archive.sh archiving 2 years ago

README.md

TODO

  • more complete functions and aggregations
  • more complete tx tests
  • graph algorithms
    • bfs
    • dfs
    • shortest path, SSSP
    • A*
    • Yen's k-shortest
    • all-pairs shortest path
    • single-source shortest path
    • minimum spanning tree
    • random walking
    • degree centrality
    • closeness centrality
    • betweenness centrality
    • pagerank
    • triangle counting
    • strongly connected components
    • connected components
    • label propagation
    • louvain modularity
  • direct loading of data