Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douyu/jupiter
Jupiter: Governance-oriented Microservice Framework.
https://github.com/douyu/jupiter
douyu douyutv etcd go golang governance grpc jupiter metrics microservice trace web-framework
Last synced: 3 days ago
JSON representation
Jupiter: Governance-oriented Microservice Framework.
- Host: GitHub
- URL: https://github.com/douyu/jupiter
- Owner: douyu
- License: apache-2.0
- Created: 2020-02-27T12:50:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T17:39:22.000Z (24 days ago)
- Last Synced: 2024-11-25T19:03:01.792Z (17 days ago)
- Topics: douyu, douyutv, etcd, go, golang, governance, grpc, jupiter, metrics, microservice, trace, web-framework
- Language: Go
- Homepage: http://jupiter.douyu.com
- Size: 28 MB
- Stars: 4,419
- Watchers: 96
- Forks: 701
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesomeLibrary - jupiter - Jupiter是斗鱼开源的面向服务治理的Golang微服务框架. (语言资源库 / go)
- awesome-gf - Jupiter - Governance-oriented Microservice Framework. (Libraries and Plugins)
- awesome-starts - douyu/jupiter - Jupiter是斗鱼开源的面向服务治理的Golang微服务框架 (Go)
- awesome-golang-repositories - jupiter
- go-collection - Jupiter
- go-collection - Jupiter
- my-awesome - douyu/jupiter - framework pushed_at:2024-11 star:4.4k fork:0.7k Jupiter: Governance-oriented Microservice Framework. (Go)
README
# JUPITER: Governance-oriented Microservice Framework
![logo](doc/logo.png)
[![GoTest](https://github.com/douyu/jupiter/workflows/unit-test/badge.svg)](https://github.com/douyu/jupiter/actions)
[![codecov](https://codecov.io/gh/douyu/jupiter/branch/master/graph/badge.svg)](https://codecov.io/gh/douyu/jupiter)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/github.com/douyu/jupiter?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/douyu/jupiter)](https://goreportcard.com/report/github.com/douyu/jupiter)
![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)## Introduction
JUPITER is a governance-oriented microservice framework, which is being used for years at [Douyu](https://www.douyu.com).
## Online Demo
[Jupiter Console (Juno)](https://jupiterconsole.douyu.com)
```
Username: admin
Password: admin
```## Documentation
See the [中文文档](http://jupiter.douyu.com/) for the Chinese documentation.
## Requirements
- Go version >= 1.19
- Docker## Quick Start
1. Install [jupiter](https://github.com/douyu/jupiter/tree/master/cmd/jupiter) toolkit
1. Create example project from [jupiter-layout](https://github.com/douyu/jupiter-layout)
1. Download go mod dependencies
1. Run the example project with [jupiter](https://github.com/douyu/jupiter/tree/master/cmd/jupiter) toolkit
1. Just code yourself :-)```bash
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](https://github.com/douyu/juno): **Microservice Governance System** for jupiter
- [Jupiter Layout](https://github.com/douyu/jupiter-layout): **Project Template** for jupiter
- [Examples](https://github.com/douyu/jupiter-examples)## Bugs and Feedback
For bug report, questions and discussions please submit an issue.
## Contributing
Contributions are always welcomed! Please see [CONTRIBUTING](CONTRIBUTING.md) for detailed guidelines.
You can start with the issues labeled with good first issue.
## Contact
- [Wechat Group](https://jupiter.douyu.com/join/#%E5%BE%AE%E4%BF%A1)