Skip to content
Tim Burks edited this page Oct 4, 2022 · 18 revisions

Welcome to the registry wiki! This is home for documentation of new features, work-in-progress, and discussion of general project goals.

Project Repos

  • apigee/registry is the main project repository. It contains the registry-server API server and the registry command-line tool.

  • apigee/registry-experimental contains experimental projects based on the registry. These include:

    • registry-experimental, a similar command-line tool to registry that contains experimental subcommands.
    • registry-graphql, a demonstration of a GraphQL API based on the Registry API.
    • apigee-export, a command-line tool to pull information from an Apigee instance into registry deployment resources.

    For more, see the cmd directory.

  • apigee/registry-viewer contains an experimental viewer for a registry, written using Flutter.

  • apigee/apigee-registry-maven-plugin contains a Maven plugin that can be used to upload API information to a registry.