_________ .__ __ .__
/ _____/_ _ _|__|/ |_ ____ | |__ _____ _____ ____
\_____ \\ \/ \/ / \ __\/ ___\| | \ / \\__ \ / \
/ \\ /| || | \ \___| Y \ Y Y \/ __ \| | \
/_______ / \/\_/ |__||__| \___ >___| /__|_| (____ /___| /
\/ \/ \/ \/ \/ \/
by ImmobilienScout24.de
A Microservice for storing A/B Test configurations and decisions as well as Feature Switch states.
To run this microservice, simply start a local mongodb and run the JAR as follows:
java -jar switchman-<VERSION>.jar -Dmongodb.url=mongodb://localhost:27017/switchman
Parameter | Description | Optional |
---|---|---|
mongodb.url | formatted according to MongoDB Connection String Documentation | No |
graphite.enabled | Enable reporting of Spring Boot Metrics to Graphite | Yes |
graphite.host | Graphite host | Yes |
graphite.port | Graphite port | Yes |
graphite.metrics.prefix | Metrics prefix for Switchman | Yes |