Go to file
hantmac 0e8ba24356 add tsx 2020-04-07 20:30:22 +08:00
.github/workflows Create n9e.yml 2020-03-26 23:44:17 +08:00
doc init project 2020-03-11 18:25:20 +08:00
docker remove duplicate etc config yml && add sed scripts 2020-03-24 22:30:37 +08:00
etc add gzip for js and css 2020-03-31 07:07:32 +08:00
plugin init project 2020-03-11 18:25:20 +08:00
pub web build 2020-04-02 15:14:22 +08:00
sql use varchar(255) not varchar(256) 2020-03-16 18:11:03 +08:00
src Unify the receiver name 2020-04-06 21:07:13 +08:00
vendor init project 2020-03-11 18:25:20 +08:00
web fix: Fix menu locale for zh 2020-04-02 15:13:03 +08:00
.dockerignore add docker support 2020-03-23 00:05:53 +08:00
.gitattributes add tsx 2020-04-07 20:30:22 +08:00
.gitignore init project 2020-03-11 18:25:20 +08:00
Dockerfile use vendor 2020-03-26 22:42:57 +08:00
LICENSE init project 2020-03-11 18:25:20 +08:00
README.md use vendor 2020-03-26 22:52:41 +08:00
README_ZH.md use vendor 2020-03-26 22:42:57 +08:00
control use vendor 2020-03-26 22:42:57 +08:00
docker-compose.yml remove duplicate etc config yml && add sed scripts 2020-03-24 22:30:37 +08:00
go.mod init project 2020-03-11 18:25:20 +08:00
go.sum init project 2020-03-11 18:25:20 +08:00

README.md

Nightingale

中文简介

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

Nightingale is available under the Apache-2.0 license. See the LICENSE file for more info.