Hive Console is part of the Hive GraphQL platform. Schema registry and analytics for GraphQL federation and other GraphQL APIs
Find a file
renovate[bot] 2b86d98ef1
Update envelop (#691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-04 15:16:37 +01:00
.changeset Upcoming Release Changes (#711) 2022-11-29 15:46:41 +01:00
.github/workflows E2E testing (#685) 2022-12-02 10:12:07 +00:00
.husky Use pnpm instead of yarn (#477) 2022-11-01 02:11:53 +02:00
.turbo Hello 2022-05-18 09:26:57 +02:00
.vscode enable @typescript-eslint/no-floating-promises for all files (#634) 2022-11-28 12:41:11 +00:00
cypress E2E testing (#685) 2022-12-02 10:12:07 +00:00
deployment feat: show cdn stuff for self-hosted version (#725) 2022-12-02 09:19:57 +01:00
docs update graphiql to v2 (#702) 2022-11-29 17:58:23 +01:00
integration-tests Create bucket if non-existing, do not abort on exit (#730) 2022-12-02 10:25:10 +01:00
packages Update envelop (#691) 2022-12-04 15:16:37 +01:00
patches update graphiql to v2 (#702) 2022-11-29 17:58:23 +01:00
rules Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
scripts Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
.eslintrc.cjs E2E testing (#685) 2022-12-02 10:12:07 +00:00
.gitignore E2E testing (#685) 2022-12-02 10:12:07 +00:00
.node-version chore: make fnm users happy - stop the nvm dynasty!!!! (#7) 2022-05-18 15:05:32 +03:00
.npmrc shamefully-hoist because of common deps (#587) 2022-11-03 13:14:30 +01:00
.nvmrc Hello 2022-05-18 09:26:57 +02:00
.prettierignore refactor landing page (#624) 2022-11-10 10:29:52 +00:00
.whitesource Configure Mend Bolt for GitHub (#526) 2022-10-25 11:41:01 +00:00
.yarnrc Use Envelop v3 and GraphQL Yoga v3 (#443) 2022-10-06 13:48:01 +02:00
app.dockerfile Use pnpm instead of yarn (#477) 2022-11-01 02:11:53 +02:00
babel.config.cjs Use Envelop v3 and GraphQL Yoga v3 (#443) 2022-10-06 13:48:01 +02:00
Cargo.lock Use Apollo Router v1 (#416) 2022-09-29 10:55:26 +02:00
Cargo.toml Initial version a plugin for Apollo Router (#266) 2022-08-08 14:58:22 +02:00
CODE_OF_CONDUCT.md Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
codegen.yml Add current month to the date ranges in the admin panel (#708) 2022-11-29 12:25:51 +01:00
cypress.config.ts E2E testing (#685) 2022-12-02 10:12:07 +00:00
docker-compose.community.yml Create bucket if non-existing, do not abort on exit (#730) 2022-12-02 10:25:10 +01:00
docker.hcl build and publish main (#445) 2022-10-05 12:41:59 +02:00
jest.config.js Use Envelop v3 and GraphQL Yoga v3 (#443) 2022-10-06 13:48:01 +02:00
LICENSE Update LICENSE 2022-08-24 13:19:23 +02:00
package.json E2E testing (#685) 2022-12-02 10:12:07 +00:00
pnpm-lock.yaml Update envelop (#691) 2022-12-04 15:16:37 +01:00
pnpm-workspace.yaml Use pnpm instead of yarn (#477) 2022-11-01 02:11:53 +02:00
prettier.config.cjs New redesign (#4) 2022-05-24 09:41:53 +02:00
README.md update graphiql to v2 (#702) 2022-11-29 17:58:23 +01:00
renovate.json fixes for renovate config (#568) 2022-11-01 00:56:02 +00:00
SECURITY.md Create SECURITY.md 2022-05-23 23:06:07 +02:00
services.dockerfile feat: docker images (#386) 2022-09-23 14:39:28 +02:00
tsconfig.eslint.json E2E testing (#685) 2022-12-02 10:12:07 +00:00
tsconfig.json new artifacts API (#692) 2022-12-01 11:08:52 +01:00
turbo.json Fix ESM/CJS (#668) 2022-11-22 17:58:48 +01:00

GraphQL Hive

GraphQL Hive provides all the tools the get visibility of your GraphQL architecture at all stages, from standalone APIs to composed schemas (Federation, Stitching).

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 build in public with the community.
  • A plug and play SaaS 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 queries performances (latency, RPM…)
  • Operations count
  • Active GraphQL clients

Integrations

GraphQL Hive is well integrated with Slack 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 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 for 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: Auth0, TypeScript, GraphQL, GraphQL-Codegen, GraphQL Inspector
  • Server: Node.js, GraphQL-Modules
  • App: React, Next.js, Tailwind CSS, Radix Primitives
  • CLI: Oclif
  • Deployment: Pulumi, K8s, Nginx Proxy, Azure Cloud, CloudFlare Workers + KV Cache
  • Monitoring: Prometheus, Grafana, Sentry
  • DB: Postgres, Redis, ClickHouse

Docs