Hive Console is part of the Hive GraphQL platform. Schema registry and analytics for GraphQL federation and other GraphQL APIs
Find a file
2026-03-18 10:19:07 -07:00
.cargo New shared cargo package: hive-console-sdk (#7143) 2025-10-29 17:03:50 +02:00
.changeset fix: legacy member role mapping for settings should not include delete project (#7866) 2026-03-18 11:04:51 +01:00
.gemini pimp styleguide (#7324) 2025-11-26 12:13:55 +01:00
.github chore: remove docs (#7873) 2026-03-18 13:40:29 +01:00
.turbo Hello 2022-05-18 09:26:57 +02:00
.vscode Implement new color themes (#7592) 2026-02-03 10:00:15 -06:00
configs chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 (#7824) 2026-03-11 12:25:03 +01:00
cypress feat: remove supertokens-core and supertokens-node (#7705) 2026-03-12 10:19:16 +01:00
deployment Upcoming Release Changes (#7857) 2026-03-17 15:36:29 +01:00
docker feat: remove supertokens-core and supertokens-node (#7705) 2026-03-12 10:19:16 +01:00
docs feat: remove supertokens-core and supertokens-node (#7705) 2026-03-12 10:19:16 +01:00
integration-tests fix: stricter validation of service names in access tokens (#7871) 2026-03-18 13:04:50 +01:00
load-tests/otel-traces otel-collector: fix oom, add profiling extensions and benchmark report (#7262) 2025-12-01 15:35:12 +02:00
packages eslint update and out of memory error fix (#7865) 2026-03-18 10:19:07 -07:00
patches eslint update and out of memory error fix (#7865) 2026-03-18 10:19:07 -07:00
rules chore(deps-dev): bump minimatch from 10.2.3 to 10.2.4 (#7739) 2026-02-26 14:05:12 +02:00
scripts chore: remove sync script (#7874) 2026-03-18 13:50:50 +01:00
.eslintrc.cjs eslint update and out of memory error fix (#7865) 2026-03-18 10:19:07 -07:00
.gitignore Upcoming Release Changes (#7857) 2026-03-17 15:36:29 +01:00
.node-version feat: update Node.js to 24.13 (#7492) 2026-01-16 15:31:31 +01:00
.npmrc Upgrade web/app to tailwind v4 (#7490) 2026-01-21 05:11:25 -06:00
.prettierignore eslint update and out of memory error fix (#7865) 2026-03-18 10:19:07 -07:00
Cargo.lock chore(deps): bump quinn-proto from 0.11.13 to 0.11.14 in the cargo group across 1 directory (#7820) 2026-03-11 11:02:18 +01:00
Cargo.toml Move hive-console-sdk-rs to Hive Router repository (#7476) 2026-01-20 17:27:47 +01:00
CODE_OF_CONDUCT.md Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
codegen.mts feat: native composition report (#7007) 2025-09-16 15:32:28 +02:00
cypress.config.ts fix: inherit OIDC provider email (#7810) 2026-03-11 10:03:44 +01:00
LICENSE Update LICENSE 2022-08-24 13:19:23 +02:00
package.json eslint update and out of memory error fix (#7865) 2026-03-18 10:19:07 -07:00
pnpm-lock.yaml eslint update and out of memory error fix (#7865) 2026-03-18 10:19:07 -07:00
pnpm-workspace.yaml feat: otel telemetry collection and dashboard (#6796) 2025-10-10 14:06:02 +02:00
prettier.config.cjs Creation and deprecation status of schema coordinates - schema age filter (part 1) (#5224) 2024-08-12 11:23:32 +02:00
README.md fix self-hosted changelog link (#6465) 2025-02-04 12:20:55 +01:00
rust-toolchain.toml Update apollo-router to 2.9.0 (#7338) 2025-12-09 11:36:17 +03:00
SECURITY.md Create SECURITY.md 2022-05-23 23:06:07 +02:00
tsconfig.eslint.json Enhancement/hive lab lib (#7697) 2026-03-06 22:37:08 +01:00
tsconfig.json Add schema proposal composition background job (#7706) 2026-02-27 13:53:14 -08:00
turbo.json chore: update dev env to support workflows service (#7503) 2026-01-16 10:43:36 +01:00
vitest.config.ts feat: Teams communication adapter (#4968) 2024-07-09 17:14:53 +02:00

Hive GraphQL Platform

Hive

Schema registry and analytics for GraphQL federation and other GraphQL APIs. Fully open-source and MIT licensed. Use Hive Cloud (managed) or self-host it.

Built for the community, for all GraphQL APIs

GraphQL Hive has been built with 3 main objectives in mind:

  • Help GraphQL developers to get to know their GraphQL APIs a little more with our Schema Registry, Performance Monitoring, Alerts, and Integrations.
  • Support all kinds of GraphQL APIs, from Federation, and Stitching, to standalone APIs.
  • Open Source at the heart: 100% open-source and built in public with the community.
  • A plug and play Cloud solution: to give access to Hive to most people with a generous free "Hobby plan"

Features Overview

Schema Registry

GraphQL Hive offers 3 useful features to manage your GraphQL API:

  • Prevent breaking changes - GraphQL Hive will run a set of checks and notify your team via Slack, GitHub, or within the application.
  • Data-driven definition of a “breaking change” based on Operations Monitoring.
  • History of changes - an access to the full history of changes, even on a complex composed schema (Federation, Stitching).
  • High-availability and multi-zone CDN service based on Cloudflare to access Schema Registry

Monitoring

Once a Schema is deployed, it is important to be aware of how it is used and what is the experience of its final users.

Self-hosted

GraphQL Hive is completely open-source under the MIT license, meaning that you are free to host on your own infrastructure.

GraphQL Hive helps you get a global overview of the usage of your GraphQL API with:

  • Error rates and repartition
  • Global and query performances (latency, RPM…)
  • Operations count
  • Active GraphQL clients

Integrations

GraphQL Hive is well integrated with Slack, MS Teams and most CI/CD systems to get you up and running as smoothly as possible!

GraphQL Hive can notify your team when schema changes occur, either via Slack, MS Teams or a custom webhook.

Also, the Hive CLI allows integration of the schema checks mechanism to all CI/CD systems (GitHub, BitBucket, Azure, and others). The same applies to schema publishing and operations checks.

If you are using GitHub, you can directly benefit from the GraphQL Hive app that will automatically add status checks to your PRs!

Join us in building the future of GraphQL Hive

Like all The Guild projects, GraphQL Hive is built with the community.

We can't wait to get you onboard and get your feedback, pull requests, and feature requests.

See you in Hive! 🐝

Project Stack

  • General: NodeJS, TypeScript
  • Authentication: SuperTokens
  • HTTP Server: Fastify
  • APIs: GraphQL, GraphQL-Yoga, GraphQL-Codegen, GraphQL-Inspector, GraphQL-Modules
  • App: React, Next.js, Tailwind CSS, Radix Primitives
  • CLI: Oclif
  • Deployment (Cloud): Pulumi, K8s, Contour (Envoy), Azure Cloud, CloudFlare Workers, CloudFlare R2
  • Monitoring: Prometheus, Grafana, Sentry
  • Databases: Postgres, Redis, ClickHouse

Docs