
arc
High-performance analytical database combining DuckDB SQL engine, Parquet storage, and Arrow format. 18M+ records/sec.
The Lens
Arc combines DuckDB's SQL engine with Parquet storage and Apache Arrow's in-memory format for processing large tabular files. The pitch: 18M+ records per second on analytical queries, deployed as a single Go binary.
It's a lightweight analytical database you can spin up without a cluster. Load your data in Parquet format, query it with standard SQL, and get results faster than most traditional databases can scan the data. It's designed for analytics workloads where you're aggregating, filtering, and joining large tables, not for transactional OLTP with lots of small writes.
The project is early stage (, nascent tier). The enterprise page exists at basekick.net but specific pricing isn't public yet.
The catch: this is very new. DuckDB itself is more mature and does much of what Arc does. The AGPL license means any network service using Arc must open-source its code, or you need an enterprise license. The documentation is thin, the community is small, and production battle-testing is limited. If you need a fast analytical query engine today, DuckDB is the safer bet. Arc is one to watch if the DuckDB + Parquet + Arrow integration proves to be more than the sum of its parts.
Free vs Self-Hosted vs Paid
open core### Free (Self-Hosted)
- Full analytical database - DuckDB SQL engine, Parquet storage, Arrow format - AGPL-3.0 license, free for open source use. Network services must share source code or get a commercial license.
### Enterprise
- Enterprise page exists at basekick.net/enterprise - Pricing not publicly listed, likely custom/contact-sales - Presumably includes a commercial license to avoid AGPL requirements
### The Math
Free if AGPL works for your use case (internal tools, open source projects). If you're building a commercial SaaS, you'll need the enterprise license; contact them for pricing. DuckDB under MIT license has no such restriction.
Free under AGPL. Enterprise license required for commercial network services; pricing not public.
Similar Tools
About
- Stars
- 569
- Forks
- 32
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.


