Skip to content

Commit 3ba54ea

Browse files
committed
Fix link in README to duckdb-zarr. Main Roadmap issue is closed.
1 parent d0deb34 commit 3ba54ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,14 @@ _2025 update_: Something like this is being built across a few projects! The one
182182
_2026 update_: A colleague and I are experimenting with native Zarr RDBMS engines. Check out:
183183

184184
- [Zarr-Datafusion](https://lib.rs/crates/zarr-datafusion)
185-
- [DuckDB-Zarr](https://github.com/hobbes-bot/duckdb-zarr)
185+
- [DuckDB-Zarr](https://github.com/alxmrs/duckdb-zarr)
186186

187187
## Roadmap
188188

189189
- [x] ~Lazy evaluation via the pyarrow Dataset interface [#93](https://github.com/alxmrs/xarray-sql/issues/93).~ _Implemented in [#100](https://github.com/alxmrs/xarray-sql/pull/100)_
190190
- [x] Support proper parallelism via proper partition handling on the rust/datafusion side. [#106](https://github.com/alxmrs/xarray-sql/issues/106)
191191
- [x] Support core datafusion optimizations to scan less data, like [104](https://github.com/alxmrs/xarray-sql/issues/104), ...
192-
- [ ] Translate a single Zarr to a collection of tables [#85](https://github.com/alxmrs/xarray-sql/issues/85).
192+
- [x] Translate a single Zarr to a collection of tables [#85](https://github.com/alxmrs/xarray-sql/issues/85).
193193
- [ ] Distributed beyond a single node through the DataFusion integration with Ray Datasets [#68](https://github.com/alxmrs/xarray-sql/issues/68) or Apache Ballista [#98](https://github.com/alxmrs/xarray-sql/issues/98).
194194
- [ ] Demo: calculate Sea Surface Temperature from 1940 - Present in SQL [#36](https://github.com/alxmrs/xarray-sql/issues/36).
195195
- [ ] Provide an option to integrate DataFusion directly to Zarr via Rust [#4](https://github.com/alxmrs/xarray-sql/issues/4).

0 commit comments

Comments
 (0)