https://github.com/garlicservices/gateway-bundle
Gateway Bundle provided to handle combined client query and delegate them to single microservice
https://github.com/garlicservices/gateway-bundle
composer-package symfony-bundle
Last synced: 3 months ago
JSON representation
Gateway Bundle provided to handle combined client query and delegate them to single microservice
- Host: GitHub
- URL: https://github.com/garlicservices/gateway-bundle
- Owner: garlicservices
- Created: 2018-12-11T09:33:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T11:12:56.000Z (about 6 years ago)
- Last Synced: 2025-01-01T21:47:34.109Z (5 months ago)
- Topics: composer-package, symfony-bundle
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gateway bundle
The gateway bundle adds support of merging multiply GraphQL schemas to single structure and handle requests to single microservices.
Features include:
- Documentation from multiply microservices in single place
- Validation on the gateway layer
- Split and process requests for multiply microservices
- Service discoveryInstallation
------------With [composer](https://getcomposer.org), require:
`composer require garlic/gateway`
Usage
-----Just install latest version of gateway bundle and add environment variables REDIS_HOST, REDIS_PORT to .env file to
schema caching.
Gateway service will be available at "/main" route.