ankur-anand/isledb
Embedded LSM Tree Key Value Database on Object Storage for large datasets
IsleDB helps developers build applications that need to store and retrieve very large amounts of key-value data, such as application events, logs, or change data capture streams. It takes your key-value pairs and stores them durably and cost-effectively in cloud object storage like S3 or GCS, providing a way to read them back on demand. This tool is for software engineers and architects designing systems that handle massive, append-heavy datasets and require scalable, multi-reader access without complex database operations.
Use this if you are building an application that generates a high volume of data (like logs or events) that needs to be stored in an object store like S3, and accessed by multiple readers with acceptable latencies of 1-10 seconds.
Not ideal if your application requires extremely fast (sub-10ms) read/write latency, frequent updates to the same data keys, or complex database features like joins and transactions.
Stars
18
Forks
2
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/ankur-anand/isledb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spider-rs/spider
Web crawler and scraper for Rust
RightNow-AI/openfang
Open-source Agent Operating System
Dicklesworthstone/pi_agent_rust
High-performance AI coding agent CLI written in Rust with zero unsafe code
liquidos-ai/AutoAgents
A multi-agent framework written in Rust that enables you to build, deploy, and coordinate...
Ataraxy-Labs/sem
Semantic version control CLI. Entity-level diff, blame, graph, and impact analysis for code. 16...