https://github.com/containerum/events-api
Events API for Containerum
https://github.com/containerum/events-api
api eventsourcing kubernetes
Last synced: about 1 year ago
JSON representation
Events API for Containerum
- Host: GitHub
- URL: https://github.com/containerum/events-api
- Owner: containerum
- License: apache-2.0
- Created: 2018-08-29T09:43:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T10:42:49.000Z (over 7 years ago)
- Last Synced: 2025-03-23T20:36:53.248Z (about 1 year ago)
- Topics: api, eventsourcing, kubernetes
- Language: Go
- Homepage:
- Size: 4.31 MB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Events API for Containerum
Events API is an API that formats events data from the DB and passes it to [Containerum](https://github.com/containerum/containerum).
## Prerequisites
* Kubernetes
## Installation
### Using Helm
```
helm repo add containerum https://charts.containerum.io
helm repo update
helm install containerum/events-api
```
## Contributions
Please submit all contributions concerning Events API component to this repository. Contributing guidelines are available [here](https://github.com/containerum/containerum/blob/master/CONTRIBUTING.md).
## License
Events API project is licensed under the terms of the Apache License Version 2.0. Please see LICENSE in this repository for more details.