ipfs-sqlite-block-store

SQLite based ipfs block store (by Actyx)

Ipfs-sqlite-block-store Alternatives

Similar projects and alternatives to ipfs-sqlite-block-store

  1. simple-graph

    This is a simple graph database in SQLite, inspired by "SQLite as a document database"

  2. 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.

    CodeRabbit logo
  3. Fuzzr

    P2P platform for publishing content, self-hosting, decentralized curation, and more.

  4. graphdb

    sqlite based graph database for storing native python objects and their relationships to each other

  5. Admarus

    Peer-to-Peer Search Engine for IPFS

  6. sqlite3-bfsvtab-ext

    A virtual table extension for breadth-first search queries in Sqlite3

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  8. rdflib-sqlalchemy

    RDFLib store using SQLAlchemy dbapi as back-end

  9. dione

    Dione is an anonymize and encrypted messaging system build on top on a peer to peer layer.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ipfs-sqlite-block-store alternative or higher similarity.

ipfs-sqlite-block-store discussion

Log in or Post with

ipfs-sqlite-block-store reviews and mentions

Posts with mentions or reviews of ipfs-sqlite-block-store. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2020-12-26.
  • Simple-graph: a graph database in SQLite, via “SQLite as a document database”
    8 projects | news.ycombinator.com | 26 Dec 2020
    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

Basic ipfs-sqlite-block-store repo stats
1
48
0.0
almost 2 years ago

Sponsored
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.
coderabbit.ai

Did you know that Rust is
the 5th most popular programming language
based on number of references?