electric VS hash-db

Compare electric vs hash-db and see what are their differences.

electric

Local-first sync layer for web and mobile apps. Build reactive, realtime, local-first apps directly on Postgres. (by electric-sql)

hash-db

Experimental distributed pseudomultimodel keyvalue database (it uses python dictionaries) imitating dynamodb querying with join only SQL support, distributed joins and simple Cypher graph support and document storage (by samsquire)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
electric hash-db
27 5
4,831 50
13.0% -
9.8 0.0
about 14 hours ago over 1 year ago
Elixir Python
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

electric

Posts with mentions or reviews of electric. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.

hash-db

Posts with mentions or reviews of hash-db. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-18.
  • CRDT-richtext: Rust implementation of Peritext and Fugue
    17 projects | news.ycombinator.com | 18 May 2023
    https://github.com/samsquire/hash-db

    I need to combine the ideas in each of these projects into a cohesive solution.

    I did some work on trying to implement the YATA algorithm, poorly.

  • Ask HN: How do you test SQL?
    18 projects | news.ycombinator.com | 31 Jan 2023
    From an SQL database implementation perspective, in my toy Python barebones SQL database that barely supports inner joins (https://github.com/samsquire/hash-db) I tested by testing on postgresql and seeing if my query with two joins produces the same results.

    I ought to produce unit tests that prove that tuples from each join operation produces the correct dataset.

    For a user perspective, I guess you could write some tooling that loads example data into a database and does an incremental join with each part of the join statement added.

  • Bullshit Graph Database Performance Benchmarks
    10 projects | news.ycombinator.com | 12 Jan 2023
    I wrote a toy dynamodb, SQL, Cypher graph and document storage database engine in Python for the learning.

    https://github.com/samsquire/hash-db

  • Experimental distributed keyvalue database (it uses python dictionaries) imitating dynamodb querying with join only SQL support, distributed joins and simple Cypher graph support
    1 project | /r/databasedevelopment | 8 Aug 2022
  • How necessary are the programming fundamentals?
    2 projects | news.ycombinator.com | 19 May 2021
    I am interested in database internals. Btrees come up with regard to designing database systems that are efficient to query on disk. Postgres uses them for its indexes. Radix trees are memory efficient tries which are useful for answering prefix queries. They're also called prefix trees. I use them to get a list of prefixes of a string. Useful for simple intellisense style forms or dynamodb style querying. I've also been studying LSM trees which are used in Leveldb and RocksDB.

    I experiment with database technology in my experimental project hash-db https://github.com/samsquire/hash-db The code should be readable.

    I need to change my search tree to be self balancing currently it grows to the left or right without balancing. I think I need to use tree rotation depending on which branch has the highest height.

What are some alternatives?

When comparing electric and hash-db you can also consider the following projects:

fulcro - A library for development of single-page full-stack web applications in clj/cljs

kuzu - Embeddable property graph database management system built for query speed and scalability. Implements Cypher.

cr-sqlite - Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite

dbt-unit-testing - This dbt package contains macros to support unit testing that can be (re)used across dbt projects.

crdt-benchmarks - A collection of CRDT benchmarks

ustore - Multi-Modal Database replacing MongoDB, Neo4J, and Elastic with 1 faster ACID solution, with NetworkX and Pandas interfaces, and bindings for C 99, C++ 17, Python 3, Java, GoLang 🗄️

wundergraph - WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.

pg_crdt - POC CRDT support in Postgres

multiversion-concurrency-control - Implementation of multiversion concurrency control, Raft, Left Right concurrency Hashmaps and a multi consumer multi producer Ringbuffer, concurrent and parallel load-balanced loops, parallel actors implementation in Main.java, Actor2.java and a parallel interpreter

data-diff - Compare tables within or across databases

mycelite - Mycelite is a SQLite extension that allows you to synchronize changes from one instance of SQLite to another.

electric_dart - A Dart implementation for Electric (electric-sql.com).