Go to file
wulorn 76fd7b38df 增加redis配置项,可通过配置文件配置指定的redis库 2020-03-25 16:36:27 +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 增加redis配置项,可通过配置文件配置指定的redis库 2020-03-25 16:36:27 +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 增加redis配置项,可通过配置文件配置指定的redis库 2020-03-25 16:36:27 +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 remove duplicate etc config yml && add sed scripts 2020-03-24 22:30:37 +08:00
LICENSE init project 2020-03-11 18:25:20 +08:00
README.md Merge branch 'master' into feature/docker 2020-03-23 14:40:57 +08:00
README_ZH.md use aliyun mirror when build 2020-03-23 13:16:28 +08:00
control remove duplicate etc config yml && add sed scripts 2020-03-24 22:30:37 +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
# export env[GOPROXY] if your network is not good
# export GOPROXY=https://mirrors.aliyun.com/goproxy/
./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.