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 [GET https://api.github.com/repos/samsquire/hash-db: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by samsquire)

Hash-db Alternatives

Similar projects and alternatives to hash-db

  1. Apache AGE

    Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL. (by apache)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. graphjin

    GraphJin - Build NodeJS / GO APIs in 5 minutes not weeks

  4. Memgraph

    Open-source graph database, tuned for dynamic analytics environments. Easy to adopt, scale and own.

  5. bytebase

    World's most advanced database DevSecOps solution for Developer, Security, DBA and Platform Engineering teams. The GitHub/GitLab for database DevSecOps.

  6. sqlfluff

    35 hash-db VS sqlfluff

    A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

  7. cr-sqlite

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

  8. 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 🗄️

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. data-diff

    21 hash-db VS data-diff

    Discontinued Compare tables within or across databases

  11. multiversion-concurrency-control

    Discontinued 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

  12. testcontainers-dotnet

    A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.

  13. pg-mem

    15 hash-db VS pg-mem

    An in memory postgres DB instance for your unit tests

  14. dbt-unit-testing

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

  15. fugue

    11 hash-db VS fugue

    A unified interface for distributed computing. Fugue executes SQL, Python, Pandas, and Polars code on Spark, Dask and Ray without any rewrites.

  16. ldbc_snb_datagen_spark

    Synthetic graph generator for the LDBC Social Network Benchmark, running on Spark

  17. simple-graph

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

  18. crdt-benchmarks

    8 hash-db VS crdt-benchmarks

    A collection of CRDT benchmarks

  19. pg_crdt

    CRDT support in Postgres (experimental)

  20. electric

    37 hash-db VS electric

    Real-time sync for Postgres.

  21. integresql

    IntegreSQL manages isolated PostgreSQL databases for your integration tests.

  22. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hash-db alternative or higher similarity.

hash-db discussion

Log in or Post with

hash-db reviews and mentions

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.

  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 Jul 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic hash-db repo stats
5
50
0.0
over 2 years ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?