JUPITER is a governance-oriented microservice framework, which is being used for years at Douyu.
See the 中文文档 for the Chinese documentation.
- Go version >= 1.19
- Docker
- 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 tests/e2e/docker-compose.yml up -d
jupiter run -c cmd/exampleserver/.jupiter.toml
- Juno: Microservice Governance System for jupiter
- Jupiter Layout: Project Template for jupiter
- Examples
For bug report, questions and discussions please submit an issue.
Contributions are always welcomed! Please see CONTRIBUTING for detailed guidelines.
You can start with the issues labeled with good first issue.