Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

Embulk filter plugin to print records to stdout (for debug)

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