Popularity
6.2
Stable
Activity
0.0
Stable
12
6
1
Monthly Downloads: 13
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.3.0
Add another 'eventsource' Package
README
We changed home!
The project is now hosted on https://gitlab.com/YoEight/eventsource-api-hs
This repository is left as-is for backward-compability. We will no longer take issue or PR here
Haskell Eventsourcing
Home of an attempt to formalize eventsourcing.
We use stack to build project under this repository.
How to work on the entire stack ?
# Build the code
$ stack build
# Test the code
# (GetEventStore store implementation will require a running GetEventStore server on 1113 port)
$ stack test
About testing
Some packages may need prior configuration in order to run their tests (like a live database server)