Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfierichou/koa-graph-galen
https://github.com/alfierichou/koa-graph-galen
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alfierichou/koa-graph-galen
- Owner: AlfieriChou
- License: mit
- Created: 2020-07-25T14:48:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:41:14.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T03:46:18.235Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```