tenzir / public-roadmap

The public roadmap of Tenzir
https://docs.tenzir.com/roadmap
4 stars 0 forks source link

Initial Connectors and Formats #52

Closed dominiklohmann closed 1 year ago

dominiklohmann commented 1 year ago

In parallel to the development of Pipeline Execution #18, we want to implement support for multiple sources and sinks as part of the from, read, to, and write operators. This roadmap item tracks priority group 1/4.

### Sources
- [x] stdin Loader
- [x] JSON Parser (auto-inference)
- [x] JSON Parser with known schema
- [x] file Loader
- [x] UDS Loader
### Sinks
- [x] stdout Dumper
- [x] JSON Printer
- [x] file Dumper
- [x] directory Dumper
- [x] UDS Dumper