Apache Pulsar
Apache Pulsar - distributed pub-sub messaging system (by apache)
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch (by postgres)
Apache Pulsar | PostgreSQL | |
---|---|---|
34 | 508 | |
14,718 | 17,967 | |
0.6% | 1.8% | |
9.8 | 10.0 | |
2 days ago | 5 days ago | |
Java | C | |
Apache License 2.0 | GNU General Public License v3.0 or later |
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/
PostgreSQL
Posts with mentions or reviews of PostgreSQL.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-22.
-
Create ER Diagrams for PostgreSQL with a Free Design Tool
Understanding a database starts with understanding its structure. For PostgreSQL users, one of the most effective ways to visualize and manage your schema is by using an Entity-Relationship Diagram (ERD). Either if you're working with a large legacy database or starting something new, an ER diagram shows how your tables are connected and how your data is organized.
-
How to Use JSONB in PostgreSQL
PostgreSQL supports two ways to store structured data in a column: JSON and JSONB.
-
How to build a reliable web application with Elm, GraphQL, PostGraphile and PostgreSQL
On PostgreSQL create a database. In this tutorial, we will name it imageboard.
- Save time with sumsummary.com!
-
Database Sharding vs Partitioning: What’s the Difference?
PostgreSQL and Partitioning PostgreSQL versions 10 and after have advanced native partitioning, making it ideal for time-series data, logs, and historical datasets. For example, a fintech app partitioning by month to improve query speeds.
-
SCRAM Authentication in PostgreSQL and SCRAM Pass-Through Authentication
The following commit was added to the PostgreSQL master branch (REL_18_BETA1):
-
OMOP Odyssey - InterSystems OMOP, The Cloud Service (Troy)
We got a database for free when we provisioned last time, but if we want to target another database, we can surely do that as the service at this time of writing supports transforming to flavors of Postgres as well. For this we will outline how to wrangle an external database, via Amazon RDS, and connect it to the service.
-
Create a simple REST application using Quarkus
This quick start guide gets you up and running with Quarkus on macOS, including necessary tools. You will build a basic database application using Quarkus, Java 17, PostgreSQL, and Hibernate ORM Panache. While Hibernate ORM is the standard, powerful Jakarta Persistence implementation capable of complex mappings, it doesn't always make the most common tasks trivial. Hibernate ORM with Panache is Quarkus's solution to this, focusing specifically on making your data entities and repositories simple, straightforward, and fun to write by reducing boilerplate code for common persistence operations.
-
How I Got x311 Faster Analytics on 110M Rows
Hey everyone! I recently got fed up with waiting minutes for simple analytics queries to finish, so I threw together a little demo to see how SingleStore, MySQL, and PostgreSQL stack up against each other on a 110 million‑row banking transactions dataset.
-
Streaming Postgres Changes with Debezium and Kafka Connect: A Hands-On Tutorial
In this tutorial, you'll set up a complete CDC pipeline using Debezium (version 3.1) with Kafka Connect to capture changes from a PostgreSQL database. By the end, you'll have a working system that streams every insert, update, and delete operation from your database into Apache Kafka topics.
What are some alternatives?
When comparing Apache Pulsar and PostgreSQL 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.
ClickHouse - ClickHouse® is a real-time analytics database management system
Apache ActiveMQ - Apache ActiveMQ Classic
phpMyAdmin - A web interface for MySQL and MariaDB
RocketMQ
MySQL - MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.