https://github.com/tank-bohr/automatic-bassoon
https://github.com/tank-bohr/automatic-bassoon
cloudhopper http http-api smpp zk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tank-bohr/automatic-bassoon
- Owner: tank-bohr
- Created: 2020-05-31T01:35:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T01:35:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T04:41:43.943Z (3 months ago)
- Topics: cloudhopper, http, http-api, smpp, zk
- Language: Kotlin
- Homepage: https://automatic-bassoon.org
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic bassoon
## Build
```
./gradlew clean build
```## Run
```
java -Dconfig= -jar ./build/libs/automatic-bassoon-1.0-SNAPSHOT.jar
```## Environment
`ZK_CONNECTION_STRING` - Zookeeper connection string containing a comma separated list of `host:port` pairs,
each corresponding to a ZooKeeper server. Default is `localhost:2181``HTTP_PORT` - Port webserver is running on. Default is `8080`