HTAP embedded database: transactional DeltaStore + columnar Vortex storage + DuckDB SQL engine
RockDuck is an embedded database that combines fast transactional writes with powerful analytical queries, supporting time-travel to see past data states, SQL access through DuckDB, and export to the Iceberg format.
How It Works
Open or create a database with a single folder path, and your data lives there safely with built-in crash recovery.
Insert rows by specifying a table name, a unique key, and your column values — just like filling out a form.
Look up records by their key or scan a range of records with optional filters to narrow down results.
Query the database as it existed at any past moment — perfect for auditing, debugging, or comparing changes over time.
Connect DuckDB to your database and write SQL queries to analyze your data with full SQL power.
Export frozen data segments to the standard Iceberg format so other tools can read your data.
Whether you need fast transactions, powerful analytics, or time-travel queries — everything works together seamlessly in one embedded database.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.