-
Notifications
You must be signed in to change notification settings - Fork 33
Project Repos
Tim Burks edited this page Oct 4, 2022
·
3 revisions
The Registry project is organized across several open-source repositories.
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 a (highly!) experimental viewer for a registry, written using Flutter. (WARNING: requires significant knowledge of Flutter)
apigee/apigee-registry-maven-plugin contains a Maven plugin that can be used to upload API information to a registry.