README.md
# 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