Get the latest tech news
Adding concurrent read/write to DuckDB with Arrow Flight
Definite: duck-takes-flight is a simple example of streaming and concurrent read/write with duckdb and Apache Arrow Flight
DuckDB is amazing for "single player" analytics, but it has a couple serious limitations that prevent it from being used in more traditional data workflows. If you're building something that needs to move data around quickly and query it on the fly - especially if you need concurrent access that DuckDB doesn't provide - this approach is worth exploring. We're taking this same philosophy - making powerful data tools simple and accessible - and applying it to the entire analytics stack.
Or read this on Hacker News