YAML config

This is the workflow generated from your input YAML config, which helps you to understand how microservices work together in GNES.

Workflow
{{gnes-mermaid}}

This is a Bash script generated from your YAML config. You can use it to start a GNES server on a local machine.


1. Install GNES via pip install gnes
2. Create a new file say run.sh
3. Copy the following content to it and run it via bash ./run.sh.

Shell script
                    
{{gnes-shell}}
                    
                

This is a docker-compose YAML file generated from your YAML config. You can use it to start a Docker Swarm distributed on multiple machines.


1. Install Docker and Docker Swarm
2. Create a new file say my-gnes.yml
3. Copy the following content to it
4. Run docker stack deploy --compose-file my-gnes.yml gnes-531.

Docker-Swarm/Compose config
                    
{{gnes-docker}}
                    
                

The generation of Kubenetes config is currently under development.

Docker-Swarm/Docker-compose config
                    
{{gnes-k8s}}