Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/docker-embulk
https://github.com/higebu/docker-embulk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/docker-embulk
- Owner: higebu
- Created: 2015-06-04T13:14:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T13:17:03.000Z (over 9 years ago)
- Last Synced: 2024-10-04T19:44:25.250Z (4 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```