ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.15k stars 591 forks source link

docs: RisingWave blog / tutorial #8424

Open ncclementi opened 7 months ago

ncclementi commented 7 months ago

Please describe the issue

Given that the new RisingWave backend has been announced, and there is a press released out too. We should have a tutorial or blog to showcase how to use it.

Code of Conduct

lostmygithubaccount commented 7 months ago

cc: @KeXiangWang

KeXiangWang commented 7 months ago

Could you provide an example or reference for what you're envisioning?

lostmygithubaccount commented 7 months ago

we have a tutorial for Flink here: https://ibis-project.org/tutorials/open-source-software/apache-flink/0_setup

a tutorial should walk through the setup (e.g. we also have a Starburst Galaxy tutorial w/ necessary cloud setup)

a blog would be for announcing the thing is out and could link to the tutorial or also walk through setup. here's one for Flink: https://ibis-project.org/posts/flink-announcement/

we did mention RisingWave in the 8.0 blog: https://ibis-project.org/posts/ibis-version-8.0.0-release/

it might also be good to talk about your experience adding a new Ibis backend, benefits over implementing an entire custom dataframe from scratch, etc.

KeXiangWang commented 7 months ago

@lostmygithubaccount Hi Cody. Do you have a repository/link for the tutorial for flink? I'm recently adding tutorals for Risingwave and want to create a PR later.

lostmygithubaccount commented 7 months ago

the Flink tutorial is in here: https://github.com/ibis-project/ibis/tree/main/docs/tutorials/open-source-software/apache-flink

we also want to rearrange the tutorials, but I wouldn't worry about that -- just getting the content together would be great

KeXiangWang commented 7 months ago

Thanks for the information!

cpcloud commented 2 months ago

@KeXiangWang Are you still interested in this?