- ipfs-sqlite-block-store VS Fuzzr
- ipfs-sqlite-block-store VS ulid-postgres
- ipfs-sqlite-block-store VS graphdb
- ipfs-sqlite-block-store VS Admarus
- ipfs-sqlite-block-store VS simple-graph
- ipfs-sqlite-block-store VS sqlite-3.7.3.p1
- ipfs-sqlite-block-store VS sqlite3-bfsvtab-ext
- ipfs-sqlite-block-store VS rdflib-sqlalchemy
- ipfs-sqlite-block-store VS dione
Ipfs-sqlite-block-store Alternatives
Similar projects and alternatives to ipfs-sqlite-block-store
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
graphdb
sqlite based graph database for storing native python objects and their relationships to each other
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
ipfs-sqlite-block-store discussion
ipfs-sqlite-block-store reviews and mentions
-
Simple-graph: a graph database in SQLite, via “SQLite as a document database”
Interesting. SQLite is awesome.
I did something similar recently, a block store for a rust implementation of ipfs, which models a directed acyclic graph of content-addressed nodes.
https://github.com/actyx/ipfs-sqlite-block-store
I found that performance is pretty decent if you do almost everything inside SQLite using WITH RECURSIVE.
The documentation has some really great examples for WITH RECURSIVE. https://sqlite.org/lang_with.html
Stats
Actyx/ipfs-sqlite-block-store is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of ipfs-sqlite-block-store is Rust.