Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/commanded/commanded-extreme-adapter
Extreme event store adapter for Commanded
https://github.com/commanded/commanded-extreme-adapter
commanded eventstore
Last synced: about 1 month ago
JSON representation
Extreme event store adapter for Commanded
- Host: GitHub
- URL: https://github.com/commanded/commanded-extreme-adapter
- Owner: commanded
- License: mit
- Created: 2017-04-21T19:12:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T13:42:22.000Z (about 2 years ago)
- Last Synced: 2024-10-29T22:37:26.643Z (about 2 months ago)
- Topics: commanded, eventstore
- Language: Elixir
- Size: 128 KB
- Stars: 12
- Watchers: 2
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- eventstore-resource-collection - EventStore Client for Commanded - Use Event Store with Commanded via the Extreme Elixir TCP client. (Clients by language / Erlang/OTP)
README
# Extreme event store adapter for Commanded
Use [Event Store](https://geteventstore.com/) with [Commanded](https://github.com/commanded/commanded) via the [Extreme](https://github.com/exponentially/extreme) Elixir TCP client.
---
[Changelog](CHANGELOG.md)
MIT License
---
> This README and the following guides follow the `master` branch which may not be the currently published version.
>
> [Read the documentation for the latest published version of Commanded Extreme adapter on Hex](https://hexdocs.pm/commanded_extreme_adapter/).### Overview
- [Getting started](guides/Getting%20Started.md)
- [Testing](guides/Testing.md)
- [Contributing](#contributing)---
## Contributing
Pull requests to contribute new or improved features, and extend documentation are most welcome.
Please follow the existing coding conventions, or refer to the [Elixir style guide](https://github.com/niftyn8/elixir_style_guide).
You should include unit tests to cover any changes. Run `mix test` to execute the test suite.
### Contributors
- [Ben Smith](https://github.com/slashdotdash)
- [Jan Fornoff](https://github.com/jfornoff)
- [Tim Buchwaldt](https://github.com/timbuchwaldt)