git404hub

what is jupiter fr?

douyu/jupiter — explained in plain English

Analysis updated 2026-06-26

4,563GoAudience · developerComplexity · 4/5LicenseSetup · moderate

tl;dr

Jupiter is a Go framework for building microservices, developed by Douyu live-streaming platform, with a focus on how services register, find each other, and stay manageable and observable in production.

vibe map

mindmap
  root((jupiter))
    What it does
      Microservice framework
      Service registration
      Service discovery
      Config management
    Management
      Juno console
      Web interface
      Live demo
    Tech Stack
      Go
      Docker
    Getting Started
      CLI tool
      Project template
      Quick start

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Build multiple small backend services that can be deployed independently and talk to each other

VIBE 2

Set up automatic service registration and discovery so services find each other without hardcoded addresses

VIBE 3

Monitor and manage running microservices through the Juno web console with a visual interface

what's the stack?

GoDocker

how it stacks up fr

douyu/jupitercloudwego/netpollcharmbracelet/freeze
Stars4,5634,5634,557
LanguageGoGoGo
Setup difficultymoderatehardeasy
Complexity4/54/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Go 1.19+ and Docker for the development dependencies used in the quick-start example.

Use freely for any purpose including commercial use, requires preserving copyright and license notices.

in plain english

Jupiter is a Go framework for building microservices, developed and used internally by Douyu, a large Chinese live-streaming platform. A microservice framework provides the scaffolding and conventions that a team needs to build many small, independently deployable services that talk to each other, rather than one large application. The framework is described as "governance-oriented," meaning it places particular emphasis on the operational side of running services: how they register themselves, how they find each other, how configuration is managed, and how they can be observed and controlled in production. This reflects the needs of a company running services at scale, where keeping those services well-behaved and maintainable matters as much as the application logic itself. Jupiter comes with a companion project called Juno, a management console that provides a web interface for governing services built with Jupiter. A live demo of that console is available with public credentials. The framework also provides a command-line tool and a project template to get new services started quickly, so you can go from installation to a running example service in a handful of commands. The README is brief and in English, with the full documentation available in Chinese. Requirements are Go 1.19 or later and Docker (used for the development dependencies in the quick-start example). The project is licensed under the Apache 2.0 license and welcomes outside contributions.

prompts (copy fr)

prompt 1
Show me how to create a new microservice project using the Jupiter Go framework CLI and get it running with the quick-start template
prompt 2
How do I configure service registration and discovery in a Jupiter-based Go microservice so it automatically announces itself to other services?
prompt 3
How do I connect a Jupiter microservice to the Juno management console to monitor it in the web UI?
prompt 4
Generate a Jupiter Go microservice that handles HTTP requests, registers itself, and reads config from the Jupiter configuration system

Frequently asked questions

what is jupiter fr?

Jupiter is a Go framework for building microservices, developed by Douyu live-streaming platform, with a focus on how services register, find each other, and stay manageable and observable in production.

What language is jupiter written in?

Mainly Go. The stack also includes Go, Docker.

What license does jupiter use?

Use freely for any purpose including commercial use, requires preserving copyright and license notices.

How hard is jupiter to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is jupiter for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.