crate / crate-clients-tools

Clients, tools, and integrations for CrateDB.
https://crate.io/docs/clients/
Apache License 2.0
2 stars 1 forks source link

Ibis: Dataframe computing with pushdown operations to CrateDB #108

Open amotl opened 3 months ago

amotl commented 3 months ago

About

By adding an adapter to Ibis, people can use well-known dataframe-style computing code written in Python, but the mediation layer will leverage CrateDB operations instead of running it within Python/pandas/NumPy.