All Projects → apache → pulsar-adapters

apache / pulsar-adapters

Licence: other
Apache Pulsar Adapters

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to pulsar-adapters

Pulsar
Apache Pulsar - distributed pub-sub messaging system
Stars: ✭ 10,118 (+56111.11%)
Mutual labels:  streaming, messaging, pubsub, pulsar, queuing, event-streaming
pulsar-helm-chart
Official Apache Pulsar Helm Chart
Stars: ✭ 122 (+577.78%)
Mutual labels:  streaming, messaging, pubsub, pulsar, queuing, event-streaming
pulsar-client-node
Apache Pulsar NodeJS Client
Stars: ✭ 88 (+388.89%)
Mutual labels:  streaming, messaging, pubsub, pulsar, queuing, event-streaming
tgip
TGIP (TGI Pulsar) is a weekly live video streaming about Apache Pulsar and its ecosystem.
Stars: ✭ 17 (-5.56%)
Mutual labels:  messaging, pubsub, pulsar, event-streaming
pulsar-io-kafka
Pulsar IO Kafka Connector
Stars: ✭ 24 (+33.33%)
Mutual labels:  pubsub, pulsar, apache-kafka, event-streaming
Liftbridge
Lightweight, fault-tolerant message streams.
Stars: ✭ 2,175 (+11983.33%)
Mutual labels:  streaming, messaging, pubsub
Pulsar Client Go
Apache Pulsar Go Client Library
Stars: ✭ 251 (+1294.44%)
Mutual labels:  streaming, messaging, pubsub
Pulsar Manager
Apache Pulsar Manager
Stars: ✭ 247 (+1272.22%)
Mutual labels:  streaming, messaging, pubsub
Awesome Pulsar
A curated list of Pulsar tools, integrations and resources.
Stars: ✭ 57 (+216.67%)
Mutual labels:  apache-spark, messaging, apache-kafka
Pulsar Dotpulsar
The official .NET client library for Apache Pulsar
Stars: ✭ 101 (+461.11%)
Mutual labels:  streaming, messaging, pubsub
liftbridge-api
Protobuf definitions for the Liftbridge gRPC API. https://github.com/liftbridge-io/liftbridge
Stars: ✭ 15 (-16.67%)
Mutual labels:  streaming, messaging, pubsub
Centrifugo
Scalable real-time messaging server in a language-agnostic way. Set up once and forever.
Stars: ✭ 5,649 (+31283.33%)
Mutual labels:  streaming, messaging, pubsub
aop
AMQP on Pulsar protocol handler
Stars: ✭ 93 (+416.67%)
Mutual labels:  messaging, pubsub, pulsar
Azure Event Hubs Spark
Enabling Continuous Data Processing with Apache Spark and Azure Event Hubs
Stars: ✭ 140 (+677.78%)
Mutual labels:  streaming, apache-spark
Azure Event Hubs
☁️ Cloud-scale telemetry ingestion from any stream of data with Azure Event Hubs
Stars: ✭ 233 (+1194.44%)
Mutual labels:  streaming, messaging
Spark
.NET for Apache® Spark™ makes Apache Spark™ easily accessible to .NET developers.
Stars: ✭ 1,721 (+9461.11%)
Mutual labels:  streaming, apache-spark
Data Accelerator
Data Accelerator for Apache Spark simplifies onboarding to Streaming of Big Data. It offers a rich, easy to use experience to help with creation, editing and management of Spark jobs on Azure HDInsights or Databricks while enabling the full power of the Spark engine.
Stars: ✭ 247 (+1272.22%)
Mutual labels:  streaming, apache-spark
Kafka Streams Workshop
Stars: ✭ 69 (+283.33%)
Mutual labels:  streaming, apache-kafka
pulsar-flume-ng-sink
An Apache Flume Sink implementation to publish data to Apache pulsar
Stars: ✭ 19 (+5.56%)
Mutual labels:  messaging, pubsub
fink-broker
Astronomy Broker based on Apache Spark
Stars: ✭ 18 (+0%)
Mutual labels:  apache-spark, apache-kafka

Apache Pulsar Adapters

This repository is used for hosting all the adapters maintained and supported by Apache Pulsar PMC.

Apache Flink adapter is supported and maintained by Apache Flink Community.

Building

In order to build this code you can simply use Maven

mvn install

In order to build this repository the linked Pulsar release must be released to Maven Central other wise you have to build it locally.

For instance if this code depends on Pulsar 2.8.0 you have to build Pulsar 2.8.0 locally

git clone https://github.com/apache/pulsar
git checkout v2.8.0
mvn clean install -DskipTests

This is because this repository depends on test integration artifacts of the relative version on the main Apache Pulsar codebase

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].