Apache Pulsar
Apache Pulsar - distributed pub-sub messaging system (by apache)
flink-statefun
Apache Flink Stateful Functions (by apache)
Apache Pulsar | flink-statefun | |
---|---|---|
34 | 18 | |
14,718 | 515 | |
0.5% | 0.0% | |
9.8 | 3.2 | |
about 7 hours ago | about 1 year ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Apache Pulsar
Posts with mentions or reviews of Apache Pulsar.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-22.
-
Every Database Will Support Iceberg — Here's Why
Ingest real-time data from Kafka, Pulsar, or CDC sources like Postgresand MySQL, with built-in support for Debezium.
-
Twitter's 600-Tweet Daily Limit Crisis: Soaring GCP Costs and the Open Source Fix Elon Musk Ignored
Apache Pulsar: Pulsar is a distributed messaging platform developed under the Apache Foundation. Its notable features include extremely low latency, support for multi-tenancy, geo-replication across regions, and tiered storage capabilities.
-
Release Radar · October 2024: Major updates from the open source community
From Apache, there's Pulsar, a distributed pub-sub messaging platform with a flexible messaging model, and an intuitive client API. The latest version brings enhanced Key_Shared subscription implementation, secure Docker runtime based on Alpine Linux and Java 21, rate limiting, enhanced client compatibility, and more. Check out the release notes to read more about all the changes since the last release.
-
Top 7 Kafka Alternatives For Real-Time Data Processing
Apache Pulsar is an open-source distributed messaging platform originally developed by Yahoo! It provides a highly scalable solution for messaging and stream processing with robust durability and fault tolerance.
-
Choosing Between a Streaming Database and a Stream Processing Framework in Python
Stream-processing platforms such as Apache Kafka, Apache Pulsar, or Redpanda are specifically engineered to foster event-driven communication in a distributed system and they can be a great choice for developing loosely coupled applications. Stream processing platforms analyze data in motion, offering near-zero latency advantages. For example, consider an alert system for monitoring factory equipment. If a machine's temperature exceeds a certain threshold, a streaming platform can instantly trigger an alert and engineers do timely maintenance.
-
Apache Pulsar VS quix-streams - a user suggested alternative
2 projects | 7 Dec 2023
-
Help finding open source Terraform configurations that are not educational projects or developer tools
Edit: Here's a good example of what I'm looking for: https://github.com/apache/pulsar. It is a full application that happens to be deployed (or deployable) with Terraform, and the configuration files are available.
- Kafka Is Dead, Long Live Kafka
-
Analyzing Real-Time Movie Reviews With Redpanda and Memgraph
In recent years, it has become apparent that almost no production system is complete without real-time data. This can also be observed through the rise of streaming platforms such as Apache Kafka, Apache Pulsar, Redpanda, and RabbitMQ.
-
There are about Pulsar 10k users in Slack, but about 70 in this subreddit.
It's colored black on the refreshed Apache Pulsar site. https://pulsar.apache.org/
flink-statefun
Posts with mentions or reviews of flink-statefun.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-07.
-
flink-statefun VS quix-streams - a user suggested alternative
2 projects | 7 Dec 2023
-
Snowflake - what are the streaming capabilities it provides?
When low latency matters you should always consider an ETL approach rather than ELT, e.g. collect data in Kafka and process using Kafka Streams/Flink in Java or Quix Streams/Bytewax in Python, then sink it to Snowflake where you can handle non-critical workloads (as is the case for 99% of BI/analytics). This way you can choose the right path for your data depending on how quickly it needs to be served.
-
JR, quality Random Data from the Command line, part I
Sometimes we may need to generate random data of type 2 in different streams, so the "coherency" must also spread across different entities, think for example to referential integrity in databases. If I am generating users, products and orders to three different Kafka topics and I want to create a streaming application with Apache Flink, I definitely need data to be coherent across topics.
-
Brand Lift Studies on Reddit
The Treatment and Control audiences need to be stored for future low-latency, high-reliability retrieval. Retrieval happens when we are delivering the survey, and informs the system which users to send surveys to. How is this achieved at Reddit’s scale? Users interact with ads, which generate events that are sent to our downstream systems for processing. At the output, these interactions are stored in DynamoDB as engagement records for easy access. Records are indexed on user ID and ad campaign ID to allow for efficient retrieval. The use of stream processing (Apache Flink) ensures this whole process happens within minutes, and keeps audiences up to date in real-time. The following high-level diagram summarizes the process:
-
Query Real Time Data in Kafka Using SQL
Most streaming database technologies use SQL for these reasons: RisingWave, Materialize, KsqlDB, Apache Flink, and so on offering SQL interfaces. This post explains how to choose the right streaming database.
-
How to choose the right streaming database
Apache Flink.
-
5 Best Practices For Data Integration To Boost ROI And Efficiency
There are different ways to implement parallel dataflows, such as using parallel data processing frameworks like Apache Hadoop, Apache Spark, and Apache Flink, or using cloud-based services like Amazon EMR and Google Cloud Dataflow. It is also possible to use parallel dataflow frameworks to handle big data and distributed computing, like Apache Nifi and Apache Kafka.
-
Forward Compatible Enum Values in API with Java Jackson
We’re not discussing the technical details behind the deduplication process. It could be Apache Flink, Apache Spark, or Kafka Streams. Anyway, it’s out of the scope of this article.
-
Which MQTT (or similar protocol) broker for a few 10k IoT devices with quite a lot of traffic?
One can also consider https://flink.apache.org/ instead of Kafka for connecting a large number of devices.
-
Apache Pulsar vs Apache Kafka - How to choose a data streaming platform
Both Kafka and Pulsar provide some kind of stream processing capability, but Kafka is much further along in that regard. Pulsar stream processing relies on the Pulsar Functions interface which is only suited for simple callbacks. On the other hand, Kafka Streams and ksqlDB are more complete solutions that could be considered replacements for Apache Spark or Apache Flink, state-of-the-art stream-processing frameworks. You could use them to build streaming applications with stateful information, sliding windows, etc.
What are some alternatives?
When comparing Apache Pulsar and flink-statefun you can also consider the following projects:
Apache Camel - Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
bytewax - Python Stream Processing
Apache ActiveMQ - Apache ActiveMQ Classic
opensky-api - Python and Java bindings for the OpenSky Network REST API
RocketMQ
Apache Accumulo - Apache Accumulo