Sha256: 4446d162e8bfdb9fe65a949f0deb761d477c5c0c1f5adaf98a80f174c4fb9cdb

Contents?: true

Size: 602 Bytes

Versions: 4

Compression:

Stored size: 602 Bytes

Contents

## How to run

Run `embulk bundle`

```sh
$ embulk bundle --path vendor/bundle
```

Run `docker-compose up`

```sh
$ docker-compose -f docker-compse.yml up
Creating example_remote1_1 ... done
Attaching to example_remote1_1
remote1_1  | 15:11:59.045 [main] INFO  c.g.kamatama41.nsocket.SocketServer - Starting server..
```

In another session, run `embulk run`

```sh
$ embulk run config.yml -b .
```

So that 2 output files would be generated in `work` directory

```sh
$ cat work/output_*
id,name,time
1,Scott,2019-04-06 15:12:42.029000 +0000
id,name,time
2,Tiger,2019-04-06 15:12:42.029000 +0000
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
embulk-executor-remoteserver-0.4.0 example/README.md
embulk-executor-remoteserver-0.3.2 example/README.md
embulk-executor-remoteserver-0.3.1 example/README.md
embulk-executor-remoteserver-0.3.0 example/README.md