Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allegro/hermes
Fast and reliable message broker built on top of Kafka.
https://github.com/allegro/hermes
hacktoberfest hermes kafka messaging pubsub
Last synced: 3 months ago
JSON representation
Fast and reliable message broker built on top of Kafka.
- Host: GitHub
- URL: https://github.com/allegro/hermes
- Owner: allegro
- License: other
- Created: 2015-05-15T08:11:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T08:29:43.000Z (6 months ago)
- Last Synced: 2024-05-22T13:08:19.747Z (6 months ago)
- Topics: hacktoberfest, hermes, kafka, messaging, pubsub
- Language: Java
- Homepage: http://hermes.allegro.tech
- Size: 13.4 MB
- Stars: 798
- Watchers: 34
- Forks: 211
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-kafka - hermes - Fast and reliable message broker built on top of Kafka. (Libraries / Kafka)
- awesome-kafka - hermes
README
Hermes
======[![Build Status](https://github.com/allegro/hermes/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/allegro/hermes/actions/workflows/ci.yml?query=branch%3Amaster)
[![Documentation Status](https://readthedocs.org/projects/hermes-pubsub/badge/?version=latest)](https://readthedocs.org/projects/hermes-pubsub/?badge=latest)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/pl.allegro.tech.hermes/hermes-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/pl.allegro.tech.hermes/hermes-client)Hermes is an asynchronous message broker built on top of [Kafka](http://kafka.apache.org/).
We provide reliable, fault tolerant REST interface for message publishing and adaptive push
mechanisms for message sending.See our 10-minute getting started guide with Docker: [Getting started](http://hermes-pubsub.readthedocs.org/en/latest/quickstart/)
Visit our page: [hermes.allegro.tech](http://hermes.allegro.tech)
See our full documentation: [http://hermes-pubsub.readthedocs.org/en/latest/](http://hermes-pubsub.readthedocs.org/en/latest/)
If you have any question or idea regarding the project, please feel free to reach us out using [GitHub discussions](https://github.com/allegro/hermes/discussions).
## License
**hermes** is published under [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).