Imerologio CLI
Imerologio (ημερολόγιο : Greek for ship's log) is an open source project for bootstraping opiniated applications with Event Sourcing at heart and Kubernetes ready.
DISCLAIMER : This project is a Work in Progress and not be ready to use in production. You can follow the progression here and your contribution is welcome 🤓
Why ?
Starting new projects with Event Sourcing architecture usually require some time to bootstrap all the components and is often done by copy/paste of existing projects with all the drawbacks we know.
To avoid this, Imerologio CLI let's you bootstrap a fully configured Event Sourcing application with languages/technologies/components that fit the best for you. The generated application comes with all Kubernetes resources and infrastructure scripts needed to deploy it.
Getting started
- Download the latest version of imerologio-cli (Go binary for macOs and Linux. Windows soon)
- Then launch
imerologio-cli
in the extracted folder
- Enjoy 🎉
Contributing
To contribute to Imerologio-cli, see CONTRIBUTING.md