MinIO S3
MinIO S3 file consumer for cloud or local hosted bucket storage
Overview
Examples & DSL attributes
minioConsumer:
name: "marketdata-S3Consumer"
connection:
endpoint: "https://localhost"
port: 9000
credentials:
access key: "XXXXXX"
secret key: "YYYYYYYYYYYYYYY"
bucket:
bucketId: "marketdata"
object name: "prices"
versioning: ENABLED
notifications: ["s3:ObjectCreated:*"]
retries: 3
deserializer:
format: PARQUET
projection: ["symbol","vol"]
processed dir: ./processed
processing rate: 5
batchSize: 100000
Attributes schema
Attribute
Description
Data Type
Required
Connection attributes schema
Attribute
Description
Data Type
Required
Credentials attributes
Attribute
Description
Data Type
Required
Provider plugin implementation
Bucket attributes schema
Attribute
Description
Data Type
Required
Deserialisation attributes schema
Attribute
Description
Data Type
Required
Deserialiser example
Additional resources
Last updated