Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/docker-embulk


https://github.com/higebu/docker-embulk

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# docker-embulk

## Plugins

* embulk-input-mysql
* embulk-output-elasticsearch

## Usage

* show help

```
docker run --rm higebu/embulk --help
```

* run

```
docker run --rm -v `pwd`/config.yml:/config.yml higebu/embulk run /config.yml
```