Please see the main repo for more information on the FredBoat project: https://github.com/Frederikam/FredBoat
This repo contains the following components of FredBoat's infrastructure:
- Almanac, a Spring Cloud Config server
- Compass, a Spring based Netflix Zuul gateway
- Spyglass, a Spring based Netflix Eureka discovery service
Build with ./gradlew build
Run with ./gradlew bootRun
Recommended order of starting these up is
Almanac -> Spyglass -> Compass
A bit more information on configuring these is provided in the various *.example.yaml
files found at the root of the individual projects.
If you are interested, you can read about contributing to this project here.
The code of conduct for this project can be found here.