https://github.com/sonots/embulk-filter-stdout
Embulk filter plugin to print records to stdout (for debug)
https://github.com/sonots/embulk-filter-stdout
Last synced: 19 days ago
JSON representation
Embulk filter plugin to print records to stdout (for debug)
- Host: GitHub
- URL: https://github.com/sonots/embulk-filter-stdout
- Owner: sonots
- License: mit
- Created: 2015-10-27T01:53:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T01:59:55.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T19:02:15.784Z (5 months ago)
- Language: Java
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Stdout filter plugin for Embulk
Embulk filter plugin to print embulk records to stdout
## Overview
* **Plugin type**: filter
## Configuration
- no option
## Example
```yaml
filters:
- type: stdout
```## ChangeLog
[CHANGELOG.md](CHANGELOG.md)
## ToDo
* Write test
## Development
Run example:
```
$ ./gradlew classpath
$ embulk run -I lib example.yml
```Run test:
```
$ ./gradlew test
```Release gem:
```
$ ./gradlew gemPush
```