https://github.com/rongfengliang/streamsets-graphql-api
streamsets-graphql-api
https://github.com/rongfengliang/streamsets-graphql-api
docker docker-compose graphql streamset-api streamsets
Last synced: 3 months ago
JSON representation
streamsets-graphql-api
- Host: GitHub
- URL: https://github.com/rongfengliang/streamsets-graphql-api
- Owner: rongfengliang
- Created: 2018-08-22T11:05:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T11:05:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T13:59:12.873Z (over 1 year ago)
- Topics: docker, docker-compose, graphql, streamset-api, streamsets
- Language: JavaScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# streamsets graphql api
i remove the formdata api beacause file scala type resover
## How to Run(local)
* install deps
```code
yarn
```
* Run local
```code
yarn start
```
## How to Run (docker)
> please change the server ip address && password
* build images
```code
docker-compose build
```
* Run
```code
docker-compose up -d
```