Juno Install

juno-install moved to https://github.com/douyu/jupiter-layout/tree/main/
Alternatives To Juno Install
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Yapi25,757
19 days ago43October 13, 20211,536apache-2.0JavaScript
YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台
Duckrails1,689
a year ago25mitRuby
Development tool to mock API endpoints quickly and easily (docker image available)
Mockit1,565
3 months ago58mitJavaScript
A tool to quickly mock out end points, setup delays and more...
Gnomock1,088193 days ago102June 24, 202215mitGo
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 💻
Smocker902
2 months ago2April 23, 202125mitTypeScript
Smocker is a simple and efficient HTTP mock server and proxy.
Vtest619
4 years ago7apache-2.0Python
用于辅助安全工程师漏洞挖掘、测试、复现,集合了mock、httplog、dns tools、xss,可用于测试各类无回显、无法直观判断或特定场景下的漏洞。
Smith601
3 years ago7August 15, 20186otherGo
Smith: A microcontainer builder
S3mock594266 days ago72June 15, 202222apache-2.0Java
A simple mock implementation of the AWS S3 API startable as Docker image, TestContainer, JUnit 4 rule, JUnit Jupiter extension or TestNG listener
Castlemock266
a day ago87apache-2.0Java
Castle Mock is a web application that provides the functionality to mock out RESTful APIs and SOAP web services.
Mocktail198
14 days ago10mitJavaScript
Free, 11MB, containerized, self-hosted mock server.
Alternatives To Juno Install
Select To Compare


Alternative Project Comparisons
Readme

juno-install

Docker-Compose https://github.com/douyu/jupiter-layout/tree/main/deployment

juno.

juno

  • golang
  • mysql
  • etcd
  • prometheus
  • grafana
  • pprof
  • juno-agent(prometheus etcd watch)

git clone https://github.com/douyu/juno-install.git

cd juno-install/

juno

shelljuno

cd shell

sh ./install.sh

docker

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

debug

#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

**docker-compose **

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

juno

http://127.0.0.1:50002

username: admin
password: admin

grafana http://127.0.0.1:50002/grafana

etcd

prometheus

Popular Docker Projects
Popular Mock Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Golang
Docker
Mock
Prometheus
Grafana
Etcd