-
Iceberg is working hard to support pure python[0] / rust[1] workflows without Spark. Following Tabular's acquisition [2], I hope it still moves in this direction at the same clip.
We're using iceberg + duckdb to power analytics in our app[3] and I'm really happy with the combo.
0 - https://github.com/apache/iceberg-python
1 - https://github.com/apache/iceberg-rust
2 - https://x.com/thisritchie/status/1800522255426072647
3 - https://www.definite.app/
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
Iceberg is working hard to support pure python[0] / rust[1] workflows without Spark. Following Tabular's acquisition [2], I hope it still moves in this direction at the same clip.
We're using iceberg + duckdb to power analytics in our app[3] and I'm really happy with the combo.
0 - https://github.com/apache/iceberg-python
1 - https://github.com/apache/iceberg-rust
2 - https://x.com/thisritchie/status/1800522255426072647
3 - https://www.definite.app/
-
You can already have it in Delta with Delta Rust and Python bindings: https://github.com/delta-io/delta-rs
-
https://github.com/Eventual-Inc/Daft Is also great at these types of workloads since it’s both distributed and vectorized!