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 4335f23755 archiving 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 native build on Windows 2 years ago
src compaction 2 years ago
tests compaction 2 years ago
.gitignore archiving 2 years ago
.gitmodules correct building without relying on system 2 years ago
Cargo.toml speed up 2 years ago
README.md algo application and degree centrality 2 years ago
WINDOWS.md building on windows instruction 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
    • 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