Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfierichou/koa-graph-galen


https://github.com/alfierichou/koa-graph-galen

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# koa-graph-galen

## install dgraph

- download
```bash
curl https://get.dgraph.io -sSf | bash
```

- setup zreo
```
dgraph zero
```

- setup alpha
```
dgraph alpha --lru_mb 2048 --zero localhost:5080
```

- setup ratel
```
dgraph-ratel
```

## install by docker-compose
```
docker-compose up
```