Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Qqwy/elixir-tea_vent
Elixir library to do event-dispatching in an Event Sourcing and The Elm Architecture-like way
https://github.com/Qqwy/elixir-tea_vent
Last synced: 3 months ago
JSON representation
Elixir library to do event-dispatching in an Event Sourcing and The Elm Architecture-like way
- Host: GitHub
- URL: https://github.com/Qqwy/elixir-tea_vent
- Owner: Qqwy
- License: mit
- Created: 2018-12-17T12:18:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T17:00:34.000Z (over 1 year ago)
- Last Synced: 2024-05-12T20:48:47.570Z (6 months ago)
- Language: Elixir
- Size: 36.1 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elixir-cqrs - TeaVent - TeaVent allows you to perform event-dispatching in a style that is a mixture of Event Sourcing and The "Elm Architecture" (TEA). (Libraries)
README
# TeaVent
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tea_vent` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:tea_vent, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/tea_vent](https://hexdocs.pm/tea_vent).