The JAGW repository contains all the microservices for the gateway.
The documentation can be found under https://jalapeno-api-gateway.github.io/jagw.
For an easy development, we propose to develop directly in the Kubernetes environment.
This includes the following steps:
- Deploy the JAGW Helm Chart
- Install Okteto VS Code Extension
- Take the
example-okteto.yml
files underdev
as example to create your ownokteto.yml
- Start your development container with the Okteto VS Code Extension
- Contribute code by submitting a Pull Request.
- Report bugs by opening an Issue.
- Ask questions & open discussions by starting a Discussion.
Please have a look at the following repositories, they will help with the process:
- demo-sr-app - Demonstration SR-App which includes basic examples for interacting with the gateway
- network_graph_visualizer - Demonstration SR-App which shows the topology stored in Jalapeño
- jagw-go - Go client library
- jagw-python - Python client library