forked from pneymrl2f/nightingale
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.github/workflows | 5 years ago | |
doc | 5 years ago | |
docker | 5 years ago | |
etc | 5 years ago | |
plugin | 5 years ago | |
pub | 5 years ago | |
sql | 5 years ago | |
src | 5 years ago | |
vendor | 5 years ago | |
web | 5 years ago | |
.dockerignore | 5 years ago | |
.gitignore | 5 years ago | |
Dockerfile | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
README_ZH.md | 5 years ago | |
control | 5 years ago | |
docker-compose.yml | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago |
README.md
![Nightingale](https://s3-gz01.didistatic.com/n9e-pub/image/n9e-logo-bg-white.png)
Nightingale is a fork of Open-Falcon, and all the core modules have been greatly optimized. It integrates the best practices of DiDi. You can think of it as the next generation of Open-Falcon, and use directly in production environment.
Documentation
Nightingale user manual: https://n9e.didiyun.com/
Compile
mkdir -p $GOPATH/src/github.com/didi
cd $GOPATH/src/github.com/didi
git clone https://github.com/didi/nightingale.git
cd nightingale
./control build
Quick Start (need install docker for mac/win)
docker-compose up -d
# open http://localhost in web browser
Team
ulricqin 710leo jsers hujter n4mine heli567
License
![Apache-2.0 license](https://s3-gz01.didistatic.com/n9e-pub/image/apache.jpeg)
Nightingale is available under the Apache-2.0 license. See the LICENSE file for more info.