Go to file
llitfkitfk 5e2ff73e24 add: other modules 2020-03-23 13:46:52 +08:00
doc init project 2020-03-11 18:25:20 +08:00
docker add: other modules 2020-03-23 13:46:52 +08:00
etc ldap login support auto cover attributes 2020-03-22 23:43:06 +08:00
plugin init project 2020-03-11 18:25:20 +08:00
pub web build 2020-03-19 11:32:08 +08:00
sql use varchar(255) not varchar(256) 2020-03-16 18:11:03 +08:00
src ldap login support anonymous search mode 2020-03-23 00:04:15 +08:00
vendor init project 2020-03-11 18:25:20 +08:00
web add nginx & update monapi 2020-03-23 00:42:22 +08:00
.dockerignore add docker support 2020-03-23 00:05:53 +08:00
.gitignore init project 2020-03-11 18:25:20 +08:00
Dockerfile add: other modules 2020-03-23 13:46:52 +08:00
LICENSE init project 2020-03-11 18:25:20 +08:00
README.md add nginx & update monapi 2020-03-23 00:42:22 +08:00
README_ZH.md add GOPROXY export when build 2020-03-22 06:28:32 +08:00
control add GOPROXY export when build 2020-03-22 06:28:32 +08:00
docker-compose.yml add: other modules 2020-03-23 13:46:52 +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.