kpipe-url
v0.13.0
Published
Translate URLs into kpipe stream generators
Downloads
2
Readme
kpipe-url
Translate URL-like paths into Kpipe backend stream generators.
| Pattern | Backend | Description |
|---|---|---|
| stdio:// - | stdio
| |
| fs://[path]/[file].[ext] file://[path]/[file].[ext] | fs
| |
| s3://[bucket](/[prefix])/[file].[ext] | s3
| |
| kafka://[topic](/[partition](/[offset]))| kafka
| |