DEV Community

Cover image for FLiP Stack Weekly 19-dec-2022
Timothy Spann.   πŸ‡ΊπŸ‡¦
Timothy Spann. πŸ‡ΊπŸ‡¦

Posted on

 

FLiP Stack Weekly 19-dec-2022

19-Dec-2022

FLiP Stack Weekly

Welcome to one of the last newsletters of 2022.

It is a honor to receive recognition from my long term blog supersite DZone. Always the best place for #IoT, #BigData, #ML, #Streaming, #ML and other technology deep dives, ref cards and in-depth reports. Thanks for marking me a Top AI/ML Expert and Top IoT Expert.

New Stuff

https://github.com/tspannhw/FLiP-Pi-Iceberg-Thermal

Release of 0.1.0 for Spring + Apache Pulsar Framework
https://spring.io/blog/2022/12/15/spring-for-apache-pulsar-0-1-0-available-now

https://docs.spring.io/spring-pulsar/docs/0.1.0/reference/html/#quick-tour

https://github.com/spring-projects-experimental/spring-pulsar/releases/tag/0.1.0

For Pulsar Client C++ release details and downloads, visit:
https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.1.0/

Release Notes are at:
https://pulsar.apache.org/release-notes/versioned/client-cpp-3.1.0/

Apache NiFi 1.19.1
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.19.1

PODCAST

Take a look at recent podcasts in audio or video format.

https://www.buzzsprout.com/2062659/11463086-messaging-streaming-and-events-101-episode-1-of-crossing-the-streams

https://www.youtube.com/watch?v=U8aPBhlvDHU&feature=emb_imp_woyt

CODE + COMMUNITY

Join my meetup group NJ/NYC/Philly/Virtual. We will have a hybrid event on December 8th.

https://www.meetup.com/new-york-city-apache-pulsar-meetup/

This is Issue #63!!

https://github.com/tspannhw/FLiPStackWeekly

https://www.linkedin.com/pulse/2022-schedule-tim-spann

New Demo Code

Apache Iceberg Lakehouse Sink Now Available
https://github.com/tspannhw/FLiP-Pi-Iceberg-Thermal

iceberg

https://streamnative.io/blog/release/2022-12-14-announcing-the-iceberg-sink-connector-for-apache-pulsar/

Meetup

Two meetups this week, back to back! Thanks to StreamNative, StarTree, and Cloudera.

14-Dec-2022: Manhattan: Apache NiFi, Apache Pulsar, Apache Pinot, Apache Flink, Apache Superset

https://github.com/tspannhw/meetups/blob/main/14December2022.md

https://www.slideshare.net/bunkertor/nyc-dec-2022-meetup-building-realtime-requires-a-team

https://github.com/tspannhw/pulsar-thermal-pinot

https://www.youtube.com/watch?v=k8Eey16OQMg




type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350" />

15-Dec-2022: Princeton: Apache NiFi, Apache Pulsar, Apache Flink

https://github.com/tspannhw/meetups/blob/main/15December2022.md

https://www.slideshare.net/bunkertor/princeton-dec-2022-meetup-nifi-flink-pulsar

https://github.com/tspannhw/pulsar-csp-ce/blob/main/weather.md

Live feed recorded from hybrid meetup
https://www.youtube.com/watch?v=xBnYP1wtdmA




type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350" />

ARTICLES

https://cloud.google.com/blog/products/data-analytics/streamnative-and-google-cloud-on-the-use-of-apache-pulsar

https://medium.com/@sherlockxu/deploying-an-apache-pulsar-cluster-for-production-e307e97fa1e1

β‰ˆ

https://medium.com/kafkaesqueio/understanding-pulsar-message-ttl-backlog-and-retention-2c38ddecf868

https://shopify.engineering/optimizing-apache-flink-tips-part-two

https://streamnative.io/blog/release/2022-12-14-announcing-the-iceberg-sink-connector-for-apache-pulsar/?utm_content=231866014&utm_medium=social&utm_source=twitter&hss_channel=tw-1058828554459205632

https://ittavern.com/getting-started-with-tmux

https://dev.to/tspannhw/streaming-data-to-apache-iceberg-lakehouses-3319

https://thenewstack.io/apache-flink-for-unbounded-data-streams/

IOT USE CASES

https://www.apachepulsar.dev/

CODE

VIDEOS

https://www.youtube.com/watch?v=txidgG7xcYE

https://www.youtube.com/watch?v=wNkdH1A7C_s

https://www.youtube.com/watch?v=eE2-GR37W6I&t=659s




type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350" />

UPGRADE

*https://github.com/apache/pulsar-client-reactive#getting-it

NVIDIA AI

NVIDIA JETSON

CLASSES

TOOLS

Schedule 2023

https://www.linkedin.com/pulse/schedule-2023-tim-spann-

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.