-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(blog): add post introducing the Flink backend #7912
Conversation
docs/posts/flink-quickstart/flink-sql-connector-kafka-3.0.2-1.18.jar
Outdated
Show resolved
Hide resolved
e179d53
to
a25d1aa
Compare
0994dd9
to
548d5bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some stylistic requests; content-wise this looks good!
d2dc0ad
to
c8edc68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change! After that, I will approve and merge!
@deepyaman Can you target against |
|
||
## Introduction | ||
|
||
Ibis 8.0.0 marks the official release of the Apache Flink backend for Ibis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd emphasizing first streaming backend + why this is important
Ibis v8 marks the official release of the first streaming backend for Ibis: the Apache Flink backend. Ibis users can now do data manipulation across both streaming and batch using the same interface. (something like that)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the post is more of an installation guide rather than an introduction post. do you want to keep it like this or want to add more meats like potential use cases and why this is a big deal (like why the world sucks without this feature?)
It was intended mostly as a "quickstart with the Flink backend." Would anything around potential use cases be Flink-specific? Would it make more sense to include that in the Flink/RisingWave/general Ibis support for streaming announcement, and leave this more as a quickstart? |
i see. maybe rename the title to reflect that this is a quickstart guide? |
@chiphuyen @lostmygithubaccount would some of this feedback make more sense to address in #8200? I could imagine, the flow of a reader be:
|
I have some of the language in here: #8200 but would be worth having streaming expert expand on that either there or a separate post |
oh i see. cody is ahead of our time |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few comments -- @deepyaman can you address these soon and update the execution file? and ideally remove the old one if you are changing the directory path?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Description of changes
Port https://github.com/claypotai/ibis-flink-example to a quickstart/blog post.
Issues closed
Resolves #7739