Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douyu/juno
Juno 译名朱诺。这个名字来源于古罗马神话中的众神之母。它是斗鱼的微服务管理系统, 如同众神之母一样守护着所有微服务的系统。
https://github.com/douyu/juno
config configuration-management distributed-configuration douyu douyutv go golang juno metric microservice service-discovery service-mesh
Last synced: 3 days ago
JSON representation
Juno 译名朱诺。这个名字来源于古罗马神话中的众神之母。它是斗鱼的微服务管理系统, 如同众神之母一样守护着所有微服务的系统。
- Host: GitHub
- URL: https://github.com/douyu/juno
- Owner: douyu
- License: apache-2.0
- Created: 2020-05-21T12:47:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T10:52:01.000Z (22 days ago)
- Last Synced: 2025-01-25T20:02:24.475Z (10 days ago)
- Topics: config, configuration-management, distributed-configuration, douyu, douyutv, go, golang, juno, metric, microservice, service-discovery, service-mesh
- Language: JavaScript
- Homepage: http://jupiterconsole.douyu.com/
- Size: 35.9 MB
- Stars: 486
- Watchers: 12
- Forks: 94
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![logo](docs/logo.png)
# JUNO - A distributed application management system
[![Build Status](https://travis-ci.org/douyu/juno.svg?branch=master)](https://travis-ci.org/douyu/juno)
[![codecov](https://codecov.io/gh/douyu/juno/branch/master/graph/badge.svg)](https://codecov.io/gh/douyu/juno)
[![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/juno?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/douyu/juno)](https://goreportcard.com/report/github.com/douyu/juno)
![license](https://img.shields.io/badge/license-Apache--2.0-green.svg)
[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-)## Introduction
JUNO(朱诺) 是斗鱼数据服务组研发的分布式服务管理系统,核心功能为配置中心,能集中化管理应用不同环境、不同机房的配置;并且集成了监控中心、测试平台、日志中心等功能模块,采用Casbin进行规范化的权限管理,适用于微服务生命周期管理。
## Online Demo
[Jupiter Console (Juno)](https://jupiterconsole.douyu.com)
```
Username: admin
Password: admin
```## Documentation
更多产品介绍参见 [Juno微服务治理系统介绍](http://jupiter.douyu.com/juno)
## Quick Start with Kubernetes
### Install Juno
- Github镜像源
```bash
kubectl apply -f https://github.com/douyu/juno/releases/download/latest/install.yml
```- 阿里云镜像源(推荐国内使用)
```bash
kubectl apply -f https://hub.gitmirror.com/https://github.com/douyu/juno/releases/download/latest/install-mirror.yml
```### Install Jupiter-Layout
- Github镜像源
```bash
kubectl apply -f https://github.com/douyu/jupiter-layout/releases/download/latest/install.yml
```- 阿里云镜像源(推荐国内使用)
```bash
kubectl apply -f https://hub.gitmirror.com/https://github.com/douyu/jupiter-layout/releases/download/latest/install-mirror.yml
```## Overview
### [Monitor Dashboard]()
-----
Profile dashboard of app
[![monitorpyroscope](/docs/img/monitorpyroscope.png)](https://github.com/douyu/juno)
Overview metrics of app
[![monitoroverview](/docs/img/monitoroverview.png)](https://github.com/douyu/juno)
Instance metrics of app
[![monitorinstance](/docs/img/monitorinstance.png)](https://github.com/douyu/juno)
API metrics of app
[![monitorapi](/docs/img/monitorapi.png)](https://github.com/douyu/juno)
### [Pyroscope](https://github.com/pyroscope-io/pyroscope)
----
[![pyroscope](/docs/img/pyroscope.png)](https://github.com/douyu/juno)
### [Jaeger](https://github.com/jaegertracing/jaeger)
----
[![jaeger](/docs/img/jaeger.png)](https://github.com/douyu/juno)
## Bug and FeedbackFor bug report, questions and discussions please submit GitHub Issues.
## Contribution
Please make sure to read the [CONTRIBUTING](CONTRIBUTING.md) before making a pull request.
Thanks for all the people who contributed to Juno!
## Contributors
## License
The project is licensed under the [Apache 2 license](https://github.com/ctripcorp/apollo/blob/master/LICENSE).
## Known Users
按照登记顺序排序,更多接入公司,欢迎在[https://github.com/douyu/juno/issues/43](https://github.com/douyu/juno/issues/43) 登记(仅供开源用户参考)
斗鱼