Module chewdata::connector

source ·

Modules§

  • Read and write data into S3/Minio bucket.
  • Filter data file with S3 select queries and read data into AWS/Minio bucket. Use Bucket connector in order to write into the bucket.
  • Read and write data through http(s) connector.
  • Read and write data through memory. You can use this connector if you want to inject constant in your flow.
  • Read and write data through standard input and output.
  • Read and write data in local files. It is possible to read multiple files with wildcards. If you want to write dynamically in different files, use the mustache variable that will be replaced with the data in input.
  • Read and write data into mongodb database.
  • Read and write data into postgres database.

Enums§

Traits§

  • Struct that implement this trait can get a reader or writer in order to do something on a document.