Hive Console is part of the Hive GraphQL platform. Schema registry and analytics for GraphQL federation and other GraphQL APIs
Find a file
2023-03-07 10:45:14 +02:00
.changeset chore(deps): update dependency oclif to v3.7.0 (#1461) 2023-02-23 09:16:45 +00:00
.github Fix storybook build issues (#1614) 2023-03-07 09:12:09 +01: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 Replace tgz artifacts with Docker images and refactor all CI pipelines (#808) 2022-12-20 16:34:46 +02:00
configs Move tsup configs to configs (#1515) 2023-02-27 11:56:51 +02:00
cypress 1️⃣ Stop creating default organization and refactor ui for org creation (#1450) 2023-02-22 14:03:01 +02:00
deployment chore(deps): update dependency @types/node to v18.14.6 (#1588) 2023-03-06 03:05:48 +02:00
docker chore(deps): update vectorized/redpanda docker tag to v23 (#1552) 2023-03-03 11:59:57 +02:00
docs fix for docs url handling (#1508) 2023-02-27 08:45:56 +02:00
integration-tests fix(deps): update dependency zod to v3.21.2 (#1595) 2023-03-06 14:23:28 +02:00
packages chore(deps): update sentry (#1616) 2023-03-07 10:30:15 +02:00
patches fix(deps): update dependency bullmq to v3.10.0 (#1576) 2023-03-03 10:31:33 +00:00
rules Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
scripts fix sync-env-files.ts, remove glob package (#1556) 2023-03-07 10:45:14 +02:00
.eslintrc.cjs Refactor tsup configurations and fix watch mode (#1465) 2023-02-26 10:54:32 +02:00
.gitignore remove chakra, emotion from Hive web app (#1412) 2023-02-22 08:41:00 +01:00
.node-version chore(deps): update node.js to 18.14 (#1228) 2023-02-06 03:51:50 +02:00
.npmrc shamefully-hoist because of common deps (#587) 2022-11-03 13:14:30 +01:00
.prettierignore 2️⃣ Drop Personal organizations (#1452) 2023-02-28 08:52:37 +01: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 Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
codegen.cjs 2️⃣ Drop Personal organizations (#1452) 2023-02-28 08:52:37 +01:00
cypress.config.ts E2E testing (#685) 2022-12-02 10:12:07 +00:00
LICENSE Update LICENSE 2022-08-24 13:19:23 +02:00
package.json fix sync-env-files.ts, remove glob package (#1556) 2023-03-07 10:45:14 +02:00
pnpm-lock.yaml fix sync-env-files.ts, remove glob package (#1556) 2023-03-07 10:45:14 +02:00
pnpm-workspace.yaml Migrations refactoring, separate migrations/storage packages and support .mts migrations with dependencies (#1044) 2023-01-18 08:54:47 +01:00
prettier.config.cjs prettier should be responsible for import sorting instead of eslint (#1027) 2023-01-23 10:30:38 +01:00
README.md Latest pulumi deps (#807) 2022-12-14 12:59:39 +01:00
renovate.json fix renovate config and extract versions from files under deployment dir (#1521) 2023-02-28 08:07:45 +02:00
SECURITY.md Create SECURITY.md 2022-05-23 23:06:07 +02:00
serializer.ts Fix missing list of changes and add a list of messages to notifications (#1454) 2023-02-22 12:51:15 +01:00
tsconfig.eslint.json remove chakra, emotion from Hive web app (#1412) 2023-02-22 08:41:00 +01:00
tsconfig.json Refactor tsup configurations and fix watch mode (#1465) 2023-02-26 10:54:32 +02:00
turbo.json Fix local build issues (#1455) 2023-02-22 19:22:14 +01:00
vite.config.ts 2️⃣ Drop Personal organizations (#1452) 2023-02-28 08:52:37 +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: 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 (SaaS): Pulumi, K8s, Contour (Envoy), Azure Cloud, CloudFlare Workers, KV Cache, R2
  • Monitoring: Prometheus, Grafana, Sentry
  • Databases: Postgres, Redis, ClickHouse

Docs