apache / paimon-rust

Apache Paimon Rust The rust implementation of Apache Paimon.
https://paimon.apache.org/
Apache License 2.0
99 stars 31 forks source link

Tracking issues of 0.1.0 version for Apache Paimon Rust #3

Open Xuanwo opened 3 months ago

Xuanwo commented 3 months ago

Hello everyone, this is the tracking update for the paimon rust 0.1.0 release.

Goal

Before we outline the tasks for the 0.1.0 release, let me clarify the project's goal:

Developing a complete implementation of Paimon in pure Rust.

Tasks

This will be our initial release, and I aim to include basic read support in it.

After all those tasks, I expect users can read an existing paimon table from storage services.

QuakeWang commented 3 months ago

@Xuanwo I will do the Snapshot task.

Xuanwo commented 3 months ago

@Xuanwo I will do the Snapshot task.

Welcome, have fun!

dharanad commented 3 months ago

hello @Xuanwo , I would like to work on implementing Manifest.

Xuanwo commented 3 months ago

hello @Xuanwo , I would like to work on implementing Manifest.

Great, have fun!

crrow commented 3 months ago

Hey, I'm new around here and this project sounds interesting. Can I jump in and help out?

Xuanwo commented 3 months ago

Manifest

Thanks a lot, welcome to pick up a part. I'm willing to update tracking issues for you.

crrow commented 3 months ago

Manifest

Thanks a lot, welcome to pick up a part. I'm willing to update tracking issues for you.

okay, let me try data file

Asura7969 commented 2 months ago

I want to try the manifest list

thexiay commented 2 months ago

Cool, it's good project to be familiar with rust and big data infrastructure😆

QuakeWang commented 2 months ago

I will do the Changelog task, and the corresponding issue have been created #16.

Xuanwo commented 2 months ago

Cool, it's good project to be familiar with rust and big data infrastructure😆

Welcome!

I will do the Changelog task, and the corresponding issue have been created #16.

Updated.

suxiaogang223 commented 2 months ago

Hi, I am a big fan of rust, and I usually do data lake-related development. Be happy to join the development of paimon-rust in the future.

Aitozi commented 2 months ago

Does the FileSystemCatalog rely on the Integrate with Apache OpenDAL ? There are some IO operation in the FileSystemCatalog. @Xuanwo

Xuanwo commented 2 months ago

Does the FileSystemCatalog rely on the Integrate with Apache OpenDAL ?

Yes, my plan is using opendal for those IO operations.

devillove084 commented 2 months ago

I will try to implement the File index part and try to follow the implementation logic of the Java version and use the Rust style as much as possible. @Xuanwo

Xuanwo commented 2 months ago

I will try to implement the File index part and try to follow the implementation logic of the Java version and use the Rust style as much as possible. @Xuanwo

Thanks!

ForeverAngry commented 2 months ago

Hi all, I'd like to help out with the project. I'm a bit new to rust. Let me know where I can lend a hand at!