Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Yapi | 25,757 | 19 days ago | 43 | October 13, 2021 | 1,536 | apache-2.0 | JavaScript | |||
YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台 | ||||||||||
Duckrails | 1,689 | a year ago | 25 | mit | Ruby | |||||
Development tool to mock API endpoints quickly and easily (docker image available) | ||||||||||
Mockit | 1,565 | 3 months ago | 58 | mit | JavaScript | |||||
A tool to quickly mock out end points, setup delays and more... | ||||||||||
Gnomock | 1,088 | 19 | 3 days ago | 102 | June 24, 2022 | 15 | mit | Go | ||
Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻 | ||||||||||
Smocker | 902 | 2 months ago | 2 | April 23, 2021 | 25 | mit | TypeScript | |||
Smocker is a simple and efficient HTTP mock server and proxy. | ||||||||||
Vtest | 619 | 4 years ago | 7 | apache-2.0 | Python | |||||
用于辅助安全工程师漏洞挖掘、测试、复现,集合了mock、httplog、dns tools、xss,可用于测试各类无回显、无法直观判断或特定场景下的漏洞。 | ||||||||||
Smith | 601 | 3 years ago | 7 | August 15, 2018 | 6 | other | Go | |||
Smith: A microcontainer builder | ||||||||||
S3mock | 594 | 2 | 6 | 6 days ago | 72 | June 15, 2022 | 22 | apache-2.0 | Java | |
A simple mock implementation of the AWS S3 API startable as Docker image, TestContainer, JUnit 4 rule, JUnit Jupiter extension or TestNG listener | ||||||||||
Castlemock | 266 | a day ago | 87 | apache-2.0 | Java | |||||
Castle Mock is a web application that provides the functionality to mock out RESTful APIs and SOAP web services. | ||||||||||
Mocktail | 198 | 14 days ago | 10 | mit | JavaScript | |||||
Free, 11MB, containerized, self-hosted mock server. |
Docker-Compose https://github.com/douyu/jupiter-layout/tree/main/deployment
juno.
juno
git clone https://github.com/douyu/juno-install.git
cd juno-install/
shelljuno
cd shell
sh ./install.sh
juno
docker build -t juno-install:v1 -f ./docker/all-in-one/Dockerfile ./
docker run -itd --name juno-demo -p 50000:50000 -p 50002:50002 -p 50004:50004 --privileged=true juno-install:v1 /usr/sbin/init
docker exec -it juno-demo /bin/bash
./install.sh
#mysql
mysql -uroot
#etcd
etcdctl get "" --prefix
#go
go version
#pprof
go tool pprof -http=":8081" http://127.0.0.1:50004/debug/pprof/profile
juno
docker-compose up --build
juno
docker exec -it juno-install_juno-admin_1 docker_juno_init.sh
mock
docker exec -it juno-install_juno-admin_1 docker_juno_mock.sh
Note
username: admin
password: admin
grafana http://127.0.0.1:50002/grafana
etcd
prometheus