39 lines
1.3 KiB
Markdown
39 lines
1.3 KiB
Markdown
<img src="https://s3-gz01.didistatic.com/n9e-pub/image/n9e-logo-bg-white.png" width="150" alt="Nightingale"/>
|
|
<br>
|
|
|
|
[中文简介](README_ZH.md)
|
|
|
|
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/](https://n9e.didiyun.com/)
|
|
|
|
## Compile
|
|
|
|
```bash
|
|
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](https://docs.docker.com/docker-for-mac/install/)/[win](https://docs.docker.com/docker-for-windows/install/))
|
|
|
|
```bash
|
|
docker-compose up -d
|
|
# open http://localhost in web browser
|
|
```
|
|
|
|
## Team
|
|
|
|
[ulricqin](https://github.com/ulricqin) [710leo](https://github.com/710leo) [jsers](https://github.com/jsers) [hujter](https://github.com/hujter) [n4mine](https://github.com/n4mine) [heli567](https://github.com/heli567)
|
|
|
|
## License
|
|
|
|
<img alt="Apache-2.0 license" src="https://s3-gz01.didistatic.com/n9e-pub/image/apache.jpeg" width="128">
|
|
|
|
Nightingale is available under the Apache-2.0 license. See the [LICENSE](LICENSE) file for more info.
|
|
|