Fast ⚡ reverse proxy in front of any GraphQL server for caching, securing and monitoring.
- 💾 Caching
- 🔐 Securing
- Disable introspection.
- Limit operations depth, nodes and complexity.
- 📈 Monitoring (Prometheus metrics)
- Operations in flight.
- Operations count.
- Operations request durations.
- Operations caching statuses.
Every single request sent by your clients will serve by GBox. The GBox reverse proxy will cache, validate, and collect metrics before pass through requests to your GraphQL server.
The GBox documentation can be browsed on Github page.
The GBox has been inspired by many others related work including:
Thanks to all the great people who created these projects!