The API gateway of the Kunhatan system.
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.
 
Birunda 7c6f42e7ac Feed view page creation. 2 years ago
doc Project start 2 years ago
schemes Feed view page creation. 2 years ago
src/kunhatan_api_gateway Update kunhatan libraries. Add env variables. 2 years ago
test/kunhatan_api_gateway Project start 2 years ago
.gitignore Project start 2 years ago
CHANGELOG.md Project start 2 years ago
LICENSE Project start 2 years ago
README.md New folder structure to scheme. Creation of URL scheme validation. 2 years ago
config.yml Feed view page creation. 2 years ago
project.clj Update kunhatan libraries. Add env variables. 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