0.13.4 • Published 3 years ago

kpipe-core v0.13.4

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

kpipe-core

A proof-of-concept project using Kafka to implement an event-based data pipeline performing ETLs of source data to CDF data.

The project is basically a toolkit which provides modular functions for use in ETL processes. It supports reading and writing to stdio, filesystem, Amazon S3, and Kafka topics. All operations are implemented as streams and are intended to be connected via pipe(), in a pipeline(), or via stdio for piping in shell scripts. The project provides a commandline utility dpipe which allows access to the datapipe functions for shell scripting, exploration, or testing.

Within the project are additional scripts used to provision AWS EC2 instances as members of a Kafka cluster. See README.md under ./aws for details.

Stream Types

NameTypeReadsWritesNotes
reader/bufferreaablebuffers
reader/stdioreadablebuffers
reader/fsreadablebuffers
reader/s3readablebuffers
reader/kafkareadablelines
writer/kafkawritablelines
writer/s3writablebuffers
writer/fswritablebuffers
writer/stdiowritablebuffers
writer/bufferwritablebuffers

Lines are strings which are terminated by newlines. Streams operating on lines are assumed to be in object mode. Each chunk is a string (with the terminating newline removed)

0.13.3

3 years ago

0.13.4

3 years ago

0.13.0

3 years ago

0.13.1

3 years ago

0.13.2

3 years ago

0.12.5

3 years ago

0.12.6

3 years ago

0.12.4

3 years ago

0.12.2

3 years ago

0.12.3

3 years ago

0.12.0

3 years ago

0.12.1

3 years ago

0.11.4

3 years ago

0.11.3

4 years ago

0.11.2

4 years ago

0.11.0

4 years ago

0.11.1

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.18

4 years ago

0.9.17

4 years ago

0.9.16

4 years ago

0.9.14

4 years ago

0.9.15

4 years ago

0.9.12

4 years ago

0.9.13

4 years ago

0.9.10

4 years ago

0.9.11

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

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago