Hive Console is part of the Hive GraphQL platform. Schema registry and analytics for GraphQL federation and other GraphQL APIs
Find a file
2025-03-03 13:51:08 +01:00
.changeset Write a heap dump to a disk when SIGUSR1 signal is received (#6571) 2025-03-03 13:51:08 +01:00
.github chore: temporarily disable auto-deployments to staging (#6546) 2025-02-23 11:29:51 +02:00
.turbo Hello 2022-05-18 09:26:57 +02:00
.vscode Replaces rate-limit, stripe-billing and usage-estimator with commerce (#6540) 2025-02-24 10:41:01 +00:00
configs fix(apollo-router-hive-plugin): update apollo-router to v2 (#6549) 2025-02-24 12:26:38 +02:00
cypress refactor(laboratory): rename preflight-script to just preflight (#6470) 2025-02-05 12:45:08 -05:00
deployment Replaces rate-limit, stripe-billing and usage-estimator with commerce (#6540) 2025-02-24 10:41:01 +00:00
docker Write a heap dump to a disk when SIGUSR1 signal is received (#6571) 2025-03-03 13:51:08 +01:00
docs chore(tests/e2e): script to run locally (#6475) 2025-02-07 12:20:05 +01:00
integration-tests fix: members page with member:modify (#6561) 2025-02-28 10:33:41 +08:00
packages fix: show meta filter on explorer only if there is meta (#6570) 2025-03-03 10:49:55 +02:00
patches feat(api): organization access tokens (#6493) 2025-02-25 10:01:32 +08:00
rules Remove version from private packages (#5655) 2024-10-09 16:21:22 +00:00
scripts Fix urls to product updates in Latest Changes component (#6528) 2025-02-17 11:42:01 +01:00
.eslintrc.cjs Disable no-process-env rule in docs and environment.ts files (#6445) 2025-01-29 22:15:46 +01:00
.gitignore New product update: laboratory improvements (tabs, query builder) (#5478) 2024-10-11 12:32:52 +02:00
.node-version chore(deps): update node.js to 22.13 (#6323) 2025-01-09 16:49:30 +07:00
.npmrc Fix Renovate config issues with pnpm 7/8, adjust engines and npm config (#2159) 2023-05-08 07:23:48 +00:00
.nvmrc chore(deps): update node.js to 22.13 (#6323) 2025-01-09 16:49:30 +07:00
.prettierignore chore(prettier): ignore snapshot files (#6276) 2025-01-09 09:08:52 +07:00
.whitesource Configure Mend Bolt for GitHub (#526) 2022-10-25 11:41:01 +00:00
Cargo.lock Use latest (unreleased yet) graphql-parser (#1198) 2023-01-31 11:05:36 +01:00
Cargo.toml Initial version a plugin for Apollo Router (#266) 2022-08-08 14:58:22 +02:00
CODE_OF_CONDUCT.md Break /client into /core /yoga /envelop /apollo (#4573) 2024-04-23 17:51:43 +02:00
codegen.mts fix: github callback (#5867) 2024-11-06 14:10:20 +01:00
cypress.config.ts chore(tests/e2e): script to run locally (#6475) 2025-02-07 12:20:05 +01:00
LICENSE Update LICENSE 2022-08-24 13:19:23 +02:00
package.json feat(api): organization access tokens (#6493) 2025-02-25 10:01:32 +08:00
pnpm-lock.yaml feat: add metadata to hive ui with linked directive support (#6517) 2025-02-27 09:26:47 -08:00
pnpm-workspace.yaml docs: hive gateway documentation and reorganize documentation (#5291) 2024-09-10 05:24:38 -07: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
renovate.json chore(config): migrate renovate config (#5844) 2024-10-30 09:10:08 +00:00
SECURITY.md Create SECURITY.md 2022-05-23 23:06:07 +02:00
tsconfig.eslint.json use persisted operations for app (#2649) 2023-07-25 09:12:08 +02:00
tsconfig.json Replaces rate-limit, stripe-billing and usage-estimator with commerce (#6540) 2025-02-24 10:41:01 +00:00
turbo.json Remove next build step from runify script (#5841) 2024-10-29 11:53:14 +00: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