All Projects → apache → Apisix Dashboard

apache / Apisix Dashboard

Licence: apache-2.0
Dashboard for Apache APISIX

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Apisix Dashboard

Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+2855.22%)
Mutual labels:  api, api-management, devops
Apisix Docker
the docker for Apache APISIX
Stars: ✭ 119 (-55.6%)
Mutual labels:  api, api-management, devops
Tree Gateway
This is a full featured and free API Gateway
Stars: ✭ 160 (-40.3%)
Mutual labels:  api, api-management
Lumen Microservice
Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 7 | Aws ECS, Google Kubernates, Azure Container Engine
Stars: ✭ 183 (-31.72%)
Mutual labels:  api, devops
Crick
📊 Crick is a backend for the Watson time-tracker.
Stars: ✭ 207 (-22.76%)
Mutual labels:  api, dashboard
Apisix Ingress Controller
ingress controller for K8s
Stars: ✭ 139 (-48.13%)
Mutual labels:  api, devops
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-43.28%)
Mutual labels:  api, api-management
Api Development Tools
📚 A collection of useful resources for building RESTful HTTP+JSON APIs.
Stars: ✭ 2,519 (+839.93%)
Mutual labels:  api, api-management
Rest Api Fuzz Testing
REST API Fuzz Testing (RAFT): Source code for self-hosted service developed for Azure, including the API, orchestration engine, and default set of security tools (including MSR's RESTler), that enables developers to embed security tooling into their CI/CD workflows
Stars: ✭ 119 (-55.6%)
Mutual labels:  api, devops
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-7.84%)
Mutual labels:  api, dashboard
Devops Bash Tools
550+ DevOps Bash Scripts - AWS, GCP, Kubernetes, Kafka, Docker, APIs, Hadoop, SQL, PostgreSQL, MySQL, Hive, Impala, Travis CI, Jenkins, Concourse, GitHub, GitLab, BitBucket, Azure DevOps, TeamCity, Spotify, MP3, LDAP, Code/Build Linting, pkg mgmt for Linux, Mac, Python, Perl, Ruby, NodeJS, Golang, Advanced dotfiles: .bashrc, .vimrc, .gitconfig, .screenrc, .tmux.conf, .psqlrc ...
Stars: ✭ 226 (-15.67%)
Mutual labels:  api, devops
Httpie
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie
Stars: ✭ 53,052 (+19695.52%)
Mutual labels:  api, devops
Pfsense Api
The missing REST API package for pfSense
Stars: ✭ 126 (-52.99%)
Mutual labels:  api, devops
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+4821.64%)
Mutual labels:  api, dashboard
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (-42.54%)
Mutual labels:  api, dashboard
Apicheck
The DevSecOps toolset for REST APIs
Stars: ✭ 184 (-31.34%)
Mutual labels:  api, devops
Azure Devops Python Api
Azure DevOps Python API
Stars: ✭ 257 (-4.1%)
Mutual labels:  api, devops
Laqul
A complete starter kit that allows you create amazing apps that look native thanks to the Quasar Framework. Powered by an API developed in Laravel Framework using the easy GraphQL queries language. And ready to use the Google Firebase features.
Stars: ✭ 110 (-58.96%)
Mutual labels:  api, dashboard
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-58.58%)
Mutual labels:  api, dashboard
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (-25.75%)
Mutual labels:  api, dashboard

Apache APISIX Dashboard (Experimental)

License Go Report Card DockerHub

WebsiteDocsTwitter

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

  • The latest released version is 2.4 and should be used with Apache APISIX 2.3. It is not recommended to use with other Apache APISIX versions.

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.

This project includes Manager API, which will gradually replace Admin API in Apache APISIX.

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

architecture

Demo

URL: http://139.217.190.60/
Username: admin
Password: admin

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].