0.12.0 • Published 3 years ago

kpipe-cli v0.12.0

Weekly downloads
52
License
MIT
Repository
github
Last release
3 years ago

kpipe-cli

kpipe utility

This commandline toolkit exposes the underlying functions of the datapipe as a shell command. In general, the kpipe data transfer operations either stream from stdin and write to some data location, or read form some data source and stream to stdout. Chaining these commands together allows to simple commandline access to functions of the datapipe. In addition, kpipe provides commands to manage the Kafka cluster and perform administrative functions.

Example

# Create topic someTopic with 10 partitions
kpipe kafka create -p 10 someTopic 

# Copy from S3 and write it to a someTopic
kpipe read s3 us-east-1 source-bucket path/to/file | kpipe write kafka someTopic 

# Read 100 events from someTopic and write to local filesystem
kpipe read kafka -n 100 someTopic | kpipe write fs local/file

# Echo the first 10 events from someTopic to stdout
kpipe read kafka -n 10 someTopic
0.12.0

3 years ago

0.11.0

3 years ago

0.10.4

3 years ago

0.10.3

3 years ago

0.10.2

4 years ago

0.10.1

4 years ago

0.10.0

4 years ago

0.9.24

4 years ago

0.9.23

4 years ago

0.9.22

4 years ago

0.9.21

4 years ago

0.9.20

4 years ago

0.9.19

4 years ago

0.9.17

4 years ago

0.9.18

4 years ago

0.9.13

4 years ago

0.9.14

4 years ago

0.9.15

4 years ago

0.9.16

4 years ago

0.9.12

4 years ago

0.9.11

4 years ago

0.9.10

4 years ago

0.9.9

4 years ago

0.9.8

4 years ago

0.9.7

4 years ago

0.9.6

5 years ago

0.9.5

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago