This projects aims at designing an experimentation service, which will then be used to perform various tests in any kind of application.
Experimento was designed to be highly extensible and customizable. We want to have everything decoupled in such a way that will allow us to easily swap components. This application follows an architecture based on microservices, while communicating through gRPC.
dockker-compose up
We include a UI component that can be accessed at localhost:3000. The API for communication is described in backend/data/messages.proto
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
We recomend that you deploy this service through Kubernetes. Controllers and services files will be coming soon.
Main Developer: Vlad-Doru Ion
Apache License 2.0