You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-73
Original file line number
Diff line number
Diff line change
@@ -22,75 +22,6 @@ The compression process generates both compressed .lzo files and small .lzo.inde
22
22
23
23
The records are treated as byte arrays containing UTF-8 encoded strings (whether CSV, JSON or TSV). New lines are used to separate records written to a file. This format can be used with the Snowplow Kinesis Enriched stream, among other streams.
24
24
25
-
## Quickstart
26
-
27
-
#### Docker
28
-
29
-
We publish three flavours of the docker image:
30
-
- Pull the `:2.2.1` tag if you only need GZip output format
31
-
- Pull the `:2.2.1-lzo` tag if you also need LZO output format
32
-
- Pull the `:2.2.1-distroless` tag for an lightweight alternative to `:2.2.1`
33
-
34
-
35
-
```bash
36
-
docker run snowplow/snowplow-s3-loader:2.2.1 --help
37
-
docker run snowplow/snowplow-s3-loader:2.2.1-lzo --help
38
-
docker run snowplow/snowplow-s3-loader:2.2.1-distroless --help
0 commit comments