Go-Vent
Table of Contents
About The Project
Go-Vent is a synchronous event distribution system between different microservices.
Configurable through database and customizable through plugins.
Built With
We use Golang as the base language and docker images are provided for deployment.
Use go mod as dependencies manager.
Dependencies
TBD
Getting Started
#Installation by source
go get github.com/jarlex/govent
cd $GO_PATH/github.com/jarlex/govent
./build.sh
#Download image
docker pull #TBD
Prerequisites
Installation
TBD
Usage
TBD
Roadmap
TBD
Contributing
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
License
Distributed under the MIT License. See LICENSE
for more information.
TBD
Acknowledgements
TBD