You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
doc | 2 years ago | |
schemes | 2 years ago | |
src/kunhatan_api_gateway | 2 years ago | |
test/kunhatan_api_gateway | 2 years ago | |
.gitignore | 2 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
config.yml | 2 years ago | |
project.clj | 2 years ago |
README.md
kunhatan-api-gateway
The HTTP REST API gateway to the Kunhatan engine. As the name says, this project serves as the entry point for all requests directed for the Kunhatan engine. This API gateway routes all requests for all the engine microservices through a set of configurations.
Usage
First of all, edit the config.yml file located at project root. Then, add all the necessary JSON schemes in the scheme/ folder and JSON distribuiton schemes in the distribution-schemes/ folder, both are located in the project root.
You can start the program with the following command:
$ java -jar kunhatan-api-gateway.jar -p 8080 # Port 8080
License
WTFPL