랭킹으로 돌아가기
Jupiter: Governance-oriented Microservice Framework.
golangmicroserviceweb-frameworkgrpcgovernancegodouyujupitermetricstraceetcddouyutv
주요 지표
스타 성장
스타
4.6k
포크
711
주간 성장
—
이슈
0
2k4k
2020년 3월2021년 3월2022년 4월2023년 5월2024년 6월2025년 6월2026년 7월
아티팩트Go Modules
go get github.com/douyu/jupiterREADME
JUPITER: Governance-oriented Microservice Framework

Introduction
JUPITER is a governance-oriented microservice framework, which is being used for years at Douyu.
Online Demo
Username: admin
Password: admin
Documentation
See the 中文文档 for the Chinese documentation.
Requirements
- Go version >= 1.19
- Docker
Quick Start
- Install jupiter toolkit
- Create example project from jupiter-layout
- Download go mod dependencies
- Run the example project with jupiter toolkit
- Just code yourself :-)
go install github.com/douyu/jupiter/cmd/jupiter@latest
jupiter new example-go
cd example-go
go mod tidy
docker compose -f test/docker-compose.yml up -d
jupiter run -c cmd/exampleserver/.jupiter.toml
Learn More:
- Juno: Microservice Governance System for jupiter
- Jupiter Layout: Project Template for jupiter
- Examples
Bugs and Feedback
For bug report, questions and discussions please submit an issue.
Contributing
Contributions are always welcomed! Please see CONTRIBUTING for detailed guidelines.
You can start with the issues labeled with good first issue.
Contact
관련 저장소