From 576d0e70fe6eb317fb7c6dc1f944fa979e6112eb Mon Sep 17 00:00:00 2001 From: Deb RoyChowdhury Date: Tue, 8 Aug 2023 21:35:40 -0400 Subject: [PATCH 1/2] TWIF 57 --- content/news/this-week-in-fluvio-0057.md | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 content/news/this-week-in-fluvio-0057.md diff --git a/content/news/this-week-in-fluvio-0057.md b/content/news/this-week-in-fluvio-0057.md new file mode 100644 index 00000000..8c9a91ca --- /dev/null +++ b/content/news/this-week-in-fluvio-0057.md @@ -0,0 +1,49 @@ +--- +title: "This Week in Fluvio #57" +date: 2023-08-08 +weight: 20 +--- +Fluvio is a distributed, programmable streaming platform written in Rust. + +--- + +## New release + +## New features + +## Upcoming features +This is a feature highlight that will be included in the next Fluvio release + +## Performance improvements + +## Bug fixes + +## Developer experience improvements + +## Team updates + +## InfinyOn Cloud updates + +## Tips + +## New blog post + +## New video + +## Recent events + +## Upcoming events + +## Open positions + + +--- + +Get in touch with us on [Github Discussions] or join [our Discord channel] and come say hello! + +For the full list of changes this week, be sure to check out [our CHANGELOG]. + +[Fluvio open source]: https://github.com/infinyon/fluvio +[our CHANGELOG]: https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md +[our Discord channel]: https://discordapp.com/invite/bBG2dTz +[Github Discussions]: https://github.com/infinyon/fluvio/discussions From f909d2f9d701ab357cd50d64ac920a958b7340e2 Mon Sep 17 00:00:00 2001 From: Deb RoyChowdhury Date: Tue, 8 Aug 2023 21:36:23 -0400 Subject: [PATCH 2/2] TWIF 57 --- content/news/this-week-in-fluvio-0057.md | 38 +++++++++++------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/content/news/this-week-in-fluvio-0057.md b/content/news/this-week-in-fluvio-0057.md index 8c9a91ca..dc36a06a 100644 --- a/content/news/this-week-in-fluvio-0057.md +++ b/content/news/this-week-in-fluvio-0057.md @@ -6,36 +6,32 @@ weight: 20 Fluvio is a distributed, programmable streaming platform written in Rust. --- +Last week we released Fluvio 0.10.14 with exciting updates! -## New release +We had 4 conversations with lead data engineers and architects to discuss their data pipelines. We have talked to over 14 data engineers and architects in the last couple of weeks and these have been awesome. If you'd like to a have a conversation about your data pipelines and discuss problems, validate ideas - email me at drc@infinyon.com -## New features +## Latest release +* We released topic level deduplication which enables us to implement exactly once semantics on topics and deduplicate based on keys. +* We have also released timestamp injection in smartmodule context. +* Full [changelog is available here](https://github.com/infinyon/fluvio/blob/v0.10.14/CHANGELOG.md) ## Upcoming features -This is a feature highlight that will be included in the next Fluvio release +* We are produtizing a lean binary that runs on top of edge devices with minimum memory and storage with caching and mirroring to ensure data delivery from edge to cloud without losing data. +* We are also building out the foundations for multi region deployment to support users in the EU +* This is a way for us to get hybrid deployments and a single binary install of our stream processing engine. +* Upcoming blog on deduplication is in progress -## Performance improvements - -## Bug fixes - -## Developer experience improvements - -## Team updates - -## InfinyOn Cloud updates - -## Tips +## Open positions +We are hiring! +* [Sr. Rust Cloud Software Engineer](https://infinyon.com/careers/cloud-engineer-senior-level/) ## New blog post +* [Deduplicate data streaming events with SQL Upsert]('https://infinyon.com/blog/2023/07/sql-upsert/') ## New video +* [Collecting Hackernews RSS Feeds using InfinyOn Cloud]('https://youtu.be/fVzLoaIHQfM') -## Recent events - -## Upcoming events - -## Open positions - +That's all folks. until next week. --- @@ -46,4 +42,4 @@ For the full list of changes this week, be sure to check out [our CHANGELOG]. [Fluvio open source]: https://github.com/infinyon/fluvio [our CHANGELOG]: https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md [our Discord channel]: https://discordapp.com/invite/bBG2dTz -[Github Discussions]: https://github.com/infinyon/fluvio/discussions +[Github Discussions]: https://github.com/infinyon/fluvio/discussions \ No newline at end of file