Hive Console is part of the Hive GraphQL platform. Schema registry and analytics for GraphQL federation and other GraphQL APIs
Find a file
Kamil Kisiela 3e2d068cf2
SQL statements should not have PostgreSQL schema names hardcoded (#3505) (#3544)
Co-authored-by: Bartłomiej Czerwiński <82802372+bczerwinski-equinix@users.noreply.github.com>
2023-12-07 12:35:02 +01:00
.changeset Upcoming Release Changes (#3530) 2023-12-06 10:53:50 +01:00
.github Node 21 (#3035) 2023-12-07 11:29:29 +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 Operation Collections in Lab (#1610) 2023-06-12 16:56:27 +02:00
configs Update apollo-router to 1.34.1 (#3437) 2023-11-23 21:36:55 +01:00
cypress feat: upgrade supertokens SDK (#3328) 2023-11-10 08:25:06 +00:00
deployment Node 21 (#3035) 2023-12-07 11:29:29 +01:00
docker Node 21 (#3035) 2023-12-07 11:29:29 +01:00
docs Node 21 (#3035) 2023-12-07 11:29:29 +01:00
integration-tests SQL statements should not have PostgreSQL schema names hardcoded (#3505) (#3544) 2023-12-07 12:35:02 +01:00
packages SQL statements should not have PostgreSQL schema names hardcoded (#3505) (#3544) 2023-12-07 12:35:02 +01:00
patches Node 21 (#3035) 2023-12-07 11:29:29 +01:00
rules Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
scripts Node 21 (#3035) 2023-12-07 11:29:29 +01:00
.eslintrc.cjs Adds graphql-eslint to require id fields when available on a type (#3002) 2023-10-04 16:28:35 +02:00
.gitignore Revert: .gitignore > cypress (#3420) 2023-11-21 08:01:36 +00:00
.node-version Node 21 (#3035) 2023-12-07 11:29:29 +01:00
.npmrc Fix Renovate config issues with pnpm 7/8, adjust engines and npm config (#2159) 2023-05-08 07:23:48 +00:00
.prettierignore prettier v3 and apply fixes to existing files (#3279) 2023-11-07 07:14:57 +00: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.mts Member access roles (#3364) 2023-12-05 11:54:03 +01:00
cypress.config.ts Operation Collections in Lab (#1610) 2023-06-12 16:56:27 +02:00
LICENSE Update LICENSE 2022-08-24 13:19:23 +02:00
package.json chore(deps): update dependency prettier-plugin-sql to v0.17.1 (#3533) 2023-12-07 11:26:17 +00:00
pnpm-lock.yaml chore(deps): update dependency prettier-plugin-sql to v0.17.1 (#3533) 2023-12-07 11:26:17 +00:00
pnpm-workspace.yaml feat: supergraph field information in explorer (#2235) 2023-05-22 10:01:07 +02:00
prettier.config.cjs prettier v3 and apply fixes to existing files (#3279) 2023-11-07 07:14:57 +00:00
README.md Fix typo (#3233) 2023-10-31 18:10:03 +01:00
renovate.json Remove pnpm from renovate.json 2023-10-02 10:58:57 +02:00
SECURITY.md Create SECURITY.md 2022-05-23 23:06:07 +02:00
sonar-project.properties chore: analyse code with sonar (#2382) 2023-06-05 11:08:10 +02:00
tsconfig.eslint.json use persisted operations for app (#2649) 2023-07-25 09:12:08 +02:00
tsconfig.json feat: remember breaking change approvals in context of a pull request (#3359) 2023-11-16 13:35:51 +01:00
turbo.json Make hive/app dependent on hive/server, not the other way around (#2802) 2023-09-06 09:02:49 +00:00
vitest.config.ts chore(deps): update dependency vitest to v1 (#3526) 2023-12-05 10:06:15 +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 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 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 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