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

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

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
```