https://github.com/chirpstack/chirpstack-pulsar-integration
ChirpStack integration for Apache Pulsar
https://github.com/chirpstack/chirpstack-pulsar-integration
Last synced: 12 months ago
JSON representation
ChirpStack integration for Apache Pulsar
- Host: GitHub
- URL: https://github.com/chirpstack/chirpstack-pulsar-integration
- Owner: chirpstack
- License: mit
- Created: 2023-10-05T08:29:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T20:37:23.000Z (about 2 years ago)
- Last Synced: 2025-01-22T20:51:53.689Z (about 1 year ago)
- Language: Rust
- Size: 213 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ChirpStack Pulsar integration
ChirpStack Pulsar integration publishes [ChirpStack integration events](https://www.chirpstack.io/docs/chirpstack/integrations/events.html)
to an [Apache Pulsar](https://pulsar.apache.org/) instance. It reads
integration events by directly subscribing to the Redis event [stream](https://redis.io/docs/data-types/streams/).
## Documentation and binaries
Please refer to the [ChirpStack](https://www.chirpstack.io/docs/chirpstack/integrations/pulsar.html)
website for documentation and pre-compiled binaries.
## Credits
This integration is based on the [Pulsar integration changes](https://github.com/netmoregroup/chirpstack/tree/pulsar)
by [Spindel](https://github.com/Spindel).
## License
The ChirpStack Pulsar integration is distributed under the MIT license. See
also [LICENSE](https://github.com/chirpstack/chirpstack-pulsar-integration/blob/master/LICENSE).