Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Add blog post about Kafka Summit London talk (#280)
Browse files Browse the repository at this point in the history
* Add blog post about kafka summit talk.

Signed-off-by: merobi-hub <[email protected]>

* Fix table styling on community page.

Signed-off-by: merobi-hub <[email protected]>

---------

Signed-off-by: merobi-hub <[email protected]>
  • Loading branch information
merobi-hub authored Feb 8, 2024
1 parent a365851 commit 4594e7b
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Le Dem:
image_url: https://avatars.githubusercontent.com/u/367841?v=4

Leszczynski:
name: Pawel Leszczynski
name: Paweł Leszczyński
title: OpenLineage Committer
url: https://github.com/pawel-big-lebowski
image_url: https://github.com/pawel-big-lebowski.png
Expand Down
31 changes: 31 additions & 0 deletions blog/kafka-summit-talk/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: OpenLineage Support for Streaming to Feature at Kafka Summit
date: 2024-02-08
authors: [Robinson]
description: Project committers will speak about recent progress on stream processing support.
---
At this year's [Kafka Summit in London](https://www.kafka-summit.org/events/kafka-summit-london-2024/about),
two project committers, Paweł Leszczyński and Maciej Obuchowski, will give a talk entitled
**OpenLineage for Stream Processing** on March 19th at 2:00 PM GMT.

As the [abstract available on the summit website](https://events.bizzabo.com/559905/agenda/session/1284918)
says, the talk will cover some of the 'many useful features completed or begun'
recently related to stream processing, including:

- a seamless OpenLineage & Apache Flink integration,
- support for streaming jobs in Marquez,
- progress on a built-in lineage API within the Flink codebase.

As the abstract goes on to say,

*Cross-platform lineage allows for a holistic overview of data flow and its dependencies
within organizations, including stream processing. This talk will provide an overview of
the most recent developments in the OpenLineage Flink integration and share what’s in store
for this important collaboration. This talk is a must-attend for those wishing to stay
up-to-date on lineage developments in the stream processing world.*

Register and attend this interesting talk if you can. And keep an eye out for an
announcement about a recording if and when one becomes available.

Thanks, Maciej and Paweł, for spreading the word about these exciting developments in
the project.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,8 @@ img[src*="#banner"] {
background-color: #3e3e3e;
border-radius: 12px;
}

.commtable-col {
margin-left: auto;
margin-right: auto;
}
2 changes: 1 addition & 1 deletion src/pages/community/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Footer from '@site/src/components/footer';
</div>
<p className="text-center">Get in touch with the <a href="mailto:[email protected]">community team</a> if you would like to host a meetup in your area.</p>

<div className="container"><div className="row w-100%"><div className="col mx-auto">
<div className="container"><div className="row w-100%"><div className="commtable-col">

| <div class="text-xl pl-10 pr-10 w-100%">DATE</div> | <div class="text-xl pl-10 pr-10">CITY</div> | <div class="text-xl pl-10 pr-10">EVENT</div> |
| ----------- | ----------- | ----------- |
Expand Down

0 comments on commit 4594e7b

Please sign in to comment.