Go to file
jsers 91a4648c6f [web] fix: delete root node 2020-03-19 11:30:50 +08:00
doc init project 2020-03-11 18:25:20 +08:00
etc del no use comment 2020-03-18 17:39:05 +08:00
plugin init project 2020-03-11 18:25:20 +08:00
pub init project 2020-03-11 18:25:20 +08:00
sql use varchar(255) not varchar(256) 2020-03-16 18:11:03 +08:00
src refactor: change validate reserved words 2020-03-15 12:06:09 +08:00
vendor init project 2020-03-11 18:25:20 +08:00
web [web] fix: delete root node 2020-03-19 11:30:50 +08:00
.gitignore init project 2020-03-11 18:25:20 +08:00
LICENSE init project 2020-03-11 18:25:20 +08:00
README.md init project 2020-03-11 18:25:20 +08:00
README_ZH.md init project 2020-03-11 18:25:20 +08:00
control init project 2020-03-11 18:25:20 +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

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.