MCPcopy Index your code
hub / github.com/apache/apisix-dashboard

github.com/apache/apisix-dashboard @v3.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.0.1 ↗ · + Follow
1,092 symbols 3,698 edges 507 files 87 documented · 8%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Apache APISIX Dashboard

License Go Report Card DockerHub Cypress.io Slack

WebsiteDocsTwitter

  • The master version should be used with Apache APISIX master version.

  • The latest released version is 3.0.1 and is compatible with Apache APISIX 3.0.x.

What's Apache APISIX Dashboard

The Apache APISIX Dashboard is designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.

The Dashboard is the control plane and performs all parameter checks; Apache APISIX mixes data and control planes and will evolve to a pure data plane.

Note: Currently the Dashboard does not have complete coverage of Apache APISIX features, visit here to view the milestones.

architecture

Demo

Online Playground

Username: admin
Password: admin

Works with APISIX Ingress Controller

Currently, APISIX Ingress Controller automatically manipulates some APISIX resources, which is not very compatible with APISIX Dashboard. In addition, users should not modify resources labeled managed-by: apisix-ingress-controllers via APISIX Dashboard.

Project structure

.
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── NOTICE
├── README.md
├── api
├── docs
├── licenses
└── web
  1. The api directory is used to store the Manager API source codes, which is used to manage etcd and provide APIs to the frontend interface.
  2. The web directory is used to store the frontend source codes.

Build then launch

Support the following ways currently.

Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

Please refer to the Development Guide.

User Guide

Please refer to the User Guide.

Contributing

Please refer to the Contribution Guide for a more detailed information.

FAQ

Please refer to the FAQ for more known issues.

License

Apache License 2.0

Extension points exported contracts — how you extend this code

RouteRegister (Interface)
(no doc) [21 implementers]
api/internal/handler/handler.go
Validator (Interface)
(no doc) [5 implementers]
api/internal/core/store/validate.go
GetPlugins (Interface)
(no doc) [5 implementers]
api/internal/core/entity/interface.go
Loader (Interface)
Loader provide data loader abstraction [1 implementers]
api/internal/handler/data_loader/loader/loader.go
GetBaseInfo (Interface)
(no doc) [1 implementers]
api/internal/core/entity/interface.go

Core symbols most depended-on inside this repo

Errorf
called by 275
api/internal/log/log.go
Get
called by 192
api/internal/core/storage/storage.go
Error
called by 70
api/internal/log/log.go
Add
called by 27
api/internal/core/migrate/dataset.go
Warnf
called by 27
api/internal/log/log.go
Close
called by 26
api/internal/core/store/store.go
List
called by 26
api/internal/core/storage/storage.go
Create
called by 22
api/internal/core/storage/storage.go

Shape

Function 665
Method 219
Struct 168
Enum 17
Interface 9
TypeAlias 9
FuncType 3
Class 2

Languages

Go68%
TypeScript32%

Modules by API surface

api/internal/core/entity/entity.go34 symbols
api/internal/log/log.go33 symbols
api/internal/core/store/store.go31 symbols
api/internal/conf/conf.go25 symbols
api/internal/handler/ssl/ssl.go21 symbols
api/internal/handler/data_loader/route_export_test.go21 symbols
api/internal/handler/upstream/upstream.go18 symbols
api/internal/handler/route/route.go18 symbols
api/test/e2e/base/base.go17 symbols
api/internal/core/store/validate.go16 symbols
api/internal/handler/proto/proto.go15 symbols
web/src/pages/Route/service.ts14 symbols

For agents

$ claude mcp add apisix-dashboard \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact