DuckDB
The in-process SQL OLAP database — SQLite-style embedding, columnar speed, and 1.5.2 ships DuckLake 1.0 GA.
Dragonfly is a multi-threaded Redis and Memcached drop-in replacement that pushes a single server past 4M QPS while using up to 80% less memory. We rate it 89/100 — the strongest open-source choice when you want Redis behavior without Redis Cluster.
Dragonfly is an open-source, fully Redis- and Memcached-compatible in-memory data store built around a shared-nothing, vertically scalable architecture. We rate it 89/100 — for teams that have outgrown a single-threaded Redis node but don't want the operational tax of Redis Cluster, Dragonfly is the most credible drop-in replacement on the market.
Dragonfly is a modern in-memory datastore released in by co-founders Roman Gershman (CTO) and Oded Poncz (CEO), former engineers from Google and AWS ElastiCache. The company hit general availability with Dragonfly 1.0 in alongside a $21M seed and Series A led by Redpoint and Quiet Capital. As of , the GitHub project sits at 30,400+ stars, with the latest stable release v1.38.1 shipping on April 28, 2026.
The core problem Dragonfly attacks is that Redis is single-threaded by design. To scale Redis past one CPU core you either run multiple processes per box (and manage sharding yourself) or adopt Redis Cluster, which fragments your keyspace and breaks multi-key operations. Dragonfly rewrites the engine on top of a shared-nothing thread-per-core architecture and a novel hashtable (the Dash table), so a single node uses every CPU on the machine while keeping the wire protocol and command set compatible with Redis 7.x and Memcached.
On Hacker News, the original Show HN drew significant praise for the engineering — multiple commenters with deep Redis backgrounds called the Dash-table design "genuinely novel" and the throughput numbers reproducible on their own hardware. On Reddit's r/devops and r/Database, the most-recommended use case is BullMQ and large hashmap workloads where users report Dragonfly handling 300+ GB and 500K ops/sec where managed Redis stalled. G2 reviewers in 2026 highlight "impressively fast performance" and "effortless migration from Redis," but two complaints recur: a few advanced Redis modules (notably RedisJSON and RediSearch with full feature parity) are still works in progress, and the minimum Cloud instance size feels large for hobby projects. The April 2024 "No Free Tier for You" post from Dragonfly itself acknowledged the hobby-tier gap and explained why dedicated RAM-backed compute makes a free forever tier impractical.
Dragonfly itself is free to self-host under the BSL 1.1 license. Dragonfly Cloud is the company's fully managed offering and is billed by memory size and compute tier. New accounts get $100 of trial credit (no permanent free tier).
| Plan | Starting Price | What You Get |
|---|---|---|
| Self-hosted (BSL 1.1) | Free | Unlimited size, run anywhere — Linux, Docker, Kubernetes |
| Cloud — Standard | ~$11/month for 1 GB | Single-tenant managed instance, multi-AZ optional |
| Cloud — Enhanced | From ~$11/month for 1 GB Enhanced | Higher CPU per GB, faster pipelined throughput |
| Cloud — Extreme | Contact sales | Highest-throughput tier for billion-key workloads |
| Cloud trial | $100 credit | Applies to any tier; sufficient for several weeks of small-instance testing |
Pricing scales linearly per GB and is also available on AWS Marketplace for committed-use discounts. There is no free forever tier — the company explicitly chose a $100 credit instead, citing the cost of always-on RAM-backed compute.
Best for: Backend and platform teams already running Redis at scale who are hitting single-core throughput ceilings, paying for oversized ElastiCache instances, or trying to avoid Redis Cluster's operational complexity. Especially strong for BullMQ/Sidekiq-style job queues, ML feature stores, session caches, and rate-limiting layers.
Not ideal for: Hobbyists and weekend projects who specifically need a $0 managed tier (use Upstash or self-host Valkey instead), or workloads that depend on the full RediSearch / RedisJSON / RedisTimeSeries module ecosystem at feature parity.
Pros:
Cons:
The closest direct competitors are Redis (the canonical original — battle-tested but single-threaded), Valkey (the Linux Foundation fork of Redis launched after the 2024 license change, fully Apache 2.0), KeyDB (multi-threaded Redis fork acquired by Snap), and Memcached for pure ephemeral caching. Of these, Valkey is the closest pure-OSS drop-in and Dragonfly is the closest performance-leader drop-in.
If you are running Redis in production and the bill, the latency spikes during BGSAVE, or the headache of Redis Cluster have started to sting, Dragonfly is the easiest meaningful upgrade you can make this quarter. The 89/100 reflects best-in-class single-node throughput, real memory savings, and a pristine migration story — balanced against an immature module ecosystem versus Redis Stack and the lack of a free hobby tier on the managed Cloud product. For mid-sized SaaS, ML feature stores, and high-throughput queue backends, it's the recommendation. For hobby projects and casual side-builds, Valkey or self-hosted Dragonfly on a $5 VPS is the sensible path.
The in-process SQL OLAP database — SQLite-style embedding, columnar speed, and 1.5.2 ships DuckLake 1.0 GA.
DatabasesOpen-source vector database written in Rust for production-scale similarity search and RAG.
DatabasesModern, native database GUI for Postgres, MySQL, SQLite, Redis and 20+ engines — fast, lightweight, and beautifully designed.
DatabasesThe modern, cross-platform SQL editor and database manager for 20+ databases.
Euclid Power Acquires AI Diligence Startup Thresh to Speed Up Renewables Project Reviews (April 30, 2026)
Euclid, the renewable-energy operating system used on 22+ GW of solar and storage projects, has acquired AI diligence startup Thresh Power. The deal, announced April 30, 2026, will embed Thresh's automated document-review models into Euclid's platform.
May 5, 2026
Microsoft 365 E7 'Frontier Suite' Hits General Availability — $99/User Bundles Copilot, Agent 365 and Work IQ (May 1, 2026)
Microsoft on May 1, 2026 made Microsoft 365 E7 — the company's first 'Frontier Suite' — generally available at $99 per user per month. The bundle folds Microsoft 365 E5, Copilot and the new Agent 365 control plane into one license powered by a new Work IQ intelligence layer.
May 5, 2026
Manus Launches Cloud Computer — Persistent Ubuntu VMs for 24/7 AI Agents (April 30, 2026)
Butterfly Effect's Manus launched Cloud Computer on April 30, 2026 — a persistent Ubuntu VM per user that the AI agent and humans can both operate via natural language, SSH, or web terminal. Hosts Discord bots, scheduled scrapers, and Metabase.
May 5, 2026
Is this product worth it?
Built With
Compare with other tools
Open Comparison Tool →