package
0.7.0
Repository: https://github.com/kubemq-hub/kubemq-sources.git
Documentation: pkg.go.dev

# README

Kubemq Filesystem Source

Kubemq Filesystem source sends .

Prerequisites

The following are required to run events source connector:

  • kubemq cluster
  • kubemq-sources deployment

Configuration

Filesystem source connector configuration properties:

Properties KeyRequiredDescriptionExample
foldersyesset list of folders to watch"c:/folder1,c:/folder2"
bucket_typeyesset remote target bucket type"aws", "gcp", "minio", "filesystem"
bucket_nameyesset remote target bucket/dir name"dir1"
concurrencynoset sending concurrency"1"
backup_foldernoset backup folder for files after send"1"

Example:

bindings:
- name: fs
  source:
    kind: storage.filesystem
    properties:
      folders: 'd:\test\source,d:\test\folder2'
      bucket_type: aws
      bucket_name: aws_bucket_name
      concurrency: 5
      backup_folder: 'd:\backup'
  target:
    kind: kubemq.queue
    properties:
      address: localhost:50000
      channel: queue.fs
  properties: {}

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author