Xuanwo opened a new issue, #9: URL: https://github.com/apache/iceberg-rust/issues/9
As discussed in our [previous meeting](https://hackmd.io/@xuanwo/iceberg-rust), we plan to provide the following feature in iceberg-rust v0.1: ## Required - specs: all needed data types to represents an iceberg table in memory - arrow interop: allow interop between arrow - io: integrate with different storage services via [opendal](https://github.com/apache/incubator-opendal) ## Optional - compilation to wasm/wasi so users can use iceberg from web browser. ## Possibility - Integrate with [datafusion](https://github.com/apache/arrow-datafusion) - Providing catalog trait to allow vendors can implement a catalog. - Implement catalogs (REST, Glue, Databend, RisingWave, ...) ## Notes - iceberg `v0.1` already been take, so we will take v0.2 as our first release. - opendal covers all storage services that already implemented by iceberg and pyiceberg. - opendal provides a compatible layer that can be used in datafusion (the query engine we can integrate in the future). --- Welcome for any comments! cc @liurenjie1024, @JanKaul, @ZENOTME for review. Also cc @Fokko for ideas. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
