Alternatives
Products that do what FyroDB does
Redis-compatible in-memory database built in Rust
- 1

- 2

- 3PE
2018 · bluejekyll.github.io
- 4FO
Hey HN, I’m Roi, one of the co-creators of FalkorDB. We’re a growing team working on a graph database designed for production workloads and GraphRAG systems. The new release (v4.10.0) is out, and I wanted to share some of the updates and ask for feedback from folks who care about performance, memory efficiency in graph-heavy systems. FalkorDB is an open-source property graph database that supports OpenCypher (with our own extensions) and is used under the hood for retrieval-augmented generation setups where accuracy matters. The big problem we’re working on is scaling graph databases without…
2025
- 5RU
2019 · github.com
- 6

- 7
- 8CA
2015 · github.com
- 9RC
2016 · github.com
- 10AE
2020 · github.com
- 11IR
I recently had the "opportunity" to recover a database from being accidentally `rm -rf`'ed. In the process decided the best route is to implement InnoDB storage format and scan the disk for any and all record we can still find.
2024 · github.com
- 12KA
2019 · github.com
- 13RA
2015 · github.com
- 14AR
2017 · github.com
- 15TF
2020 · github.com
- 16WB
We were tired of writing raw Cypher — escaping quotes, zero autocomplete, refactoring nightmares — so we built GraphORM: a type-safe Python ORM for RedisGraph/FalkorDB using pure Python objects. What it does Instead of fragile Cypher: query = """ MATCH (a:User {user_id: 1})-[r1:FRIEND]->(b:User)-[r2:FRIEND]->(c:User) WHERE c.user_id <> 1 AND b.active = true WITH b, count(r2) as friend_count WHERE friend_count > 5 RETURN c, friend_count ORDER BY friend_count DESC LIMIT 10 """ You write type-safe Python: stmt = select().match( (UserA, FRIEND.alias("r1"), UserB), (UserB,…
Jan 2026
- 17DI
2021 · github.com
- 18AA
May 2026 · github.com
- 19FR
FerroTerm is a Terminal Emulator (xterm/vt100) / Library witten in Rust and compiled to WebAssembly. It is approx 4x faster than xterm.js which is used by VSCode etc. and prodvides wide spec coverage. https://datanoisetv.github.io/ferroterm/ Would love some feedback and hear what people want to build with it.
Jul 2026
- 20RD
May 2026 · github.com
- 21

- 22BO
Hey HN, I'm Kristiyan, former Engineering Manager for Redis' Visual Developer Tools (including Redis Insight). I built BetterDB because Valkey is growing fast but lacks proper observability tooling. BetterDB is a monitoring platform for Valkey (and Redis) that focuses on what existing tools miss: Historical persistence – Slowlog entries disappear when the buffer fills. BetterDB persists them so you can see what queries were running at 3am, which clients were connected, and what anomalies were detected — not just current state. Pattern analysis – Stop scrolling through raw slowlog entries.…
Jan 2026
- 23R
A unified, high-performance data validation and serialization framework for Rust, inspired by Pydantic's ergonomics and powered by Serde.
Mar 2026 · github.com
- 24CM
Hi HN! We are excited to share something we have been building for the last 12 months. Castled is a warehouse-native marketing platform built directly on cloud data warehouses like Snowflake, BigQuery, Redshift, and Postgres. Castled allows you to directly use the customer data in your data warehouse and engage them across different channels like Email, Sms, WhatsApp, push, and In-app - without having to copy the data to another tool. We started our journey by building an open-source Reverse ETL solution to make the warehouse data actionable to marketers. However, after talking to 100s of…
2023 · castled.io
Ranked by how close each launch is in meaning, then by votes. Refine with a description →