Tianzi CaiinGoogle Cloud - Community·May 14Develop Pulsar connectors for Pub/SubThis blog post covers the key steps to developing Apache Pulsar connectors for Google Cloud Pub/Sub. It contains working code that supports the most basic data relay scenarios; it presents an automation framework for building and testing on GitHub; and it discusses considerations to keep in mind in each step…Apache Pulsar7 min readApache Pulsar7 min read
Tim Spann·May 15FLaNK Stack for 15 May 202315-May-2023 FLiPN-FLaNK Stack Weekly Tim Spann @PaaSDev Happy Mother’s Day CODE + COMMUNITY Please join my meetup group NJ/NYC/Philly/Virtual. http://www.meetup.com/futureofdata-princeton/ https://www.meetup.com/futureofdata-sanfrancisco/events/292453316/ https://www.meetup.com/futureofdata-newyork/ https://www.meetup.com/futureofdata-philadelphia/ This is Issue #83 https://github.com/tspannhw/FLiPStackWeeklyApache Pulsar2 min readApache Pulsar2 min read
Niraj Naidu·May 12Real-Time AI and the Significance of Event-Driven Architecture: An Enterprise Architect’s PerspectiveBy Niraj Naidu This article emphasises the significance of event-driven architecture (EDA) for real-time AI from an enterprise architect’s perspective. EDA enables the development and management of scalable, resilient, and adaptable real-time AI systems, allowing organisations to stay competitive in a data-driven world. Artificial Intelligence (AI) has dramatically transformed the…Apache Pulsar7 min readApache Pulsar7 min read
Niraj Naidu·May 7Battle of the Beasts: Apache Pulsar vs. Apache KafkaBy Niraj Naidu In the exhilarating world of real-time AI and distributed messaging systems, an epic face-off is taking place between two superhero-like titans: Apache Pulsar and Apache Kafka. These mighty champions of data streaming and processing swoop in, capes billowing, armed with extraordinary powers and razor-sharp wit, ready to…Apache Pulsar7 min readApache Pulsar7 min read
DataStaxinBuilding the Open Data Stack·Apr 21Moving Your JMS App from ActiveMQ to Apache PulsarBy Bill McLane When building mission-critical applications such as financial services systems, transportation and logistics control systems, or supply chain management systems, it’s becoming increasingly important to modularize components within those systems and implement a distributed microservices architecture. At the foundation of any distributed micro services architecture there has to…Apache Pulsar15 min readApache Pulsar15 min read
Kruk Matias·Mar 18Member-onlyHow to Integrate Apache Pulsar and Salesforce for Efficient Communication — Second PartPython backend To communicate the Pulsar backend with Salesforce, it’s needed to create a python handler to handle requests via REST API. The solution proposed is FastAPI and Pulsar’s Python library. Next, requirements.txt: fastapi==0.70.0 pulsar-client==2.8.0 uvicorn==0.15.0 $ pip freeze > requirements.txt Python script Import necessary libraries from fastapi import FastAPI from pulsar_client import Client…Apache Pulsar1 min readApache Pulsar1 min read
Tim Spann·Mar 19FLiPN-FLaNK Stack Weekly for 20 March 202320-March-2023 FLiPN-FLaNK Stack Weekly Welcome to the eleventh newsletter of 2023. Tim Spann @PaaSDev PODCAST New podcast coming. CODE + COMMUNITY Join my meetup group NJ/NYC/Philly/Virtual. https://www.meetup.com/new-york-city-apache-pulsar-meetup/ https://www.meetup.com/futureofdata-princeton/ This is Issue #75 https://github.com/tspannhw/FLiPStackWeekly https://www.linkedin.com/pulse/schedule-2023-tim-spann-/Apache Pulsar2 min readApache Pulsar2 min read
Kruk Matias·Mar 12Member-onlyHow to Integrate Apache Pulsar and Salesforce for Efficient Communication — Part 1Introduction “Apache Pulsar is an all-in-one messaging and streaming platform. Messages can be consumed and acknowledged individually or consumed as streams with less than 5ms of latency. Its layered architecture allows rapid scaling across hundreds of nodes, without data reshuffling. …Apache Pulsar2 min readApache Pulsar2 min read
Tim Spann·Mar 13FLiP Stack Weekly for 13 March 202313-March-2023 FLiPN-FLaNK Stack Weekly Welcome to the tenth newsletter of 2023. Tim Spann @PaaSDev https://www.myeventi.events/rtasummit23/attendee/?code=Spann30 https://rtasummit.com/session/building-a-real-time-iot-application-with-apache-pulsar-and-apache-pinot/ https://www.timswarmercabel.com/Apache Pulsar3 min readApache Pulsar3 min read
labuladong·Mar 14How to learn open-source projects, I summarize these tips— — — — — - In my previous article Joining Open-source Community, Say Goodbye to CRUD, I talked about the various benefits of participating in the open-source community, and in this article, I share some of my experiences and techniques in using or learning from open-source project source code. …Apache Pulsar12 min readApache Pulsar12 min read