Explore the docs »
Report Bug
·
Request Feature
Clockwork is a minimalist event sourcing framework that simplifies management of event queues and listeners.
To install Clockwork, follow these simple example steps.
$ cd your_project
$ yarn install --save clockwork-event-sourcing
$ yarn build
> yarn build
This will create .js files for all .ts files found within the project folder. All new files will be created ./built
docker-compose build clockwork && docker-compose run --rm clockwork
Flushes Redis and runs built/example/test.js
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the LGPL 3.0 License. See LICENSE
for more information.