-
kuzu
Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher.
KuzuDB
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
Offloading part of a SQL query to serverless engines with DuckDB, polars, DataFusion, chdb etc.
-
The code implemented in this post is available on GitHub^[In order to quickly try out repo, I also provide a nix flake]. The reference work in the newsletter with original implementation is here.
-
The code implemented in this post is available on GitHub^[In order to quickly try out repo, I also provide a nix flake]. The reference work in the newsletter with original implementation is here.
-
One pandas limitation is that it has its own API that does not quite map back to relational algebra. Ibis is such a library that's literally built by people who built pandas to provide a sane expressions system that can be mapped back to multiple SQL backends. Ibis takes inspiration from the dplyr R package to build a new expression system that can easily map back to relational algebra and thus compile to SQL. It also is declarative in style, enabling us to apply database style optimizations on the complete logical plan or the expression. Ibis is a key component for enabling composability as highlighted in the excellent composable codex.
-
Apache Arrow
Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
Apache Arrow
Related posts
-
Show HN: HelixDB – Open-Source Vector-Graph Database for AI Applications (Rust)
-
Waiting for Postgres 18: Accelerating Disk Reads with Asynchronous I/O
-
ClickHouse gets lazier (and faster): Introducing lazy materialization
-
Reproducing Hacker News writing style fingerprinting
-
Cloudflare R2 Data Catalog: Managed Apache Iceberg tables with zero egress fees