https://github.com/mmmries/jetstream
an Elixir client for NATS Jetstream
https://github.com/mmmries/jetstream
elixir hacktoberfest jetstream nats
Last synced: 6 months ago
JSON representation
an Elixir client for NATS Jetstream
- Host: GitHub
- URL: https://github.com/mmmries/jetstream
- Owner: mmmries
- License: apache-2.0
- Created: 2020-08-09T22:43:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T20:43:17.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T08:19:27.151Z (6 months ago)
- Topics: elixir, hacktoberfest, jetstream, nats
- Language: Elixir
- Homepage:
- Size: 297 KB
- Stars: 33
- Watchers: 4
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jetstream
[](https://github.com/mmmries/jetstream/actions?query=workflow%3ACI)
[](https://hex.pm/packages/jetstream)
[](https://hexdocs.pm/jetstream/)
[](https://hex.pm/packages/jetstream)
[][LICENSE]
[](https://github.com/mmmries/jetstream/commits/master)A library for interacting with NATS [Jetstream](https://github.com/nats-io/jetstream) from Elixir.
This library builds on top of [gnat](https://hex.pm/packages/gnat), the officially supported Elixir
client for NATS.## Development
The test suite of this project is designed to interact with a live NATS/Jetstream server.
You can start tests easily with these commands:```shell
docker compose up -d
mix test
```## License
See the [LICENSE] and [NOTICE] files for license rights and limitations.
[LICENSE]: https://github.com/mmmries/jetstream/blob/master/LICENSE.txt
[NOTICE]: https://github.com/mmmries/jetstream/blob/master/NOTICE