Skip to content
forked from douyu/jupiter

Jupiter: Governance-oriented Microservice Framework.

License

Notifications You must be signed in to change notification settings

chenfango/jupiter

This branch is 66 commits behind douyu/jupiter:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 13, 2023
Mar 23, 2023
Oct 28, 2022
Jul 28, 2023
Jul 10, 2023
Jul 28, 2023
May 12, 2023
May 23, 2023
Feb 2, 2023
Sep 1, 2021
Feb 2, 2023
Mar 23, 2023
Oct 28, 2022
Oct 28, 2022
May 29, 2020
Feb 14, 2023
Mar 8, 2023
Mar 29, 2023
Nov 30, 2022
Jul 28, 2023
Jul 28, 2023
Oct 20, 2022
Oct 20, 2022

Repository files navigation

JUPITER: Governance-oriented Microservice Framework

logo

GoTest codecov go.dev reference Go Report Card license

Introduction

JUPITER is a governance-oriented microservice framework, which is being used for years at Douyu.

Online Demo

Jupiter Console (Juno)

Username: admin
Password: admin

Documentation

See the 中文文档 for the Chinese documentation.

Requirements

  • Go version >= 1.19
  • Docker

Quick Start

  1. Install jupiter toolkit
  2. Create example project from jupiter-layout
  3. Download go mod dependencies
  4. Run the example project with jupiter toolkit
  5. 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

Learn More:

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

About

Jupiter: Governance-oriented Microservice Framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.6%
  • Other 2.4%