Module dynamicio.mixins

Default dynamicio mixins module

Expand source code
"""Default dynamicio mixins module"""

from dynamicio.mixins.with_kafka import (
    WithKafka,
)
from dynamicio.mixins.with_local import (
    WithLocal,
    WithLocalBatch,
)
from dynamicio.mixins.with_postgres import (
    WithPostgres,
)
from dynamicio.mixins.with_s3 import (
    WithS3File,
    WithS3PathPrefix,
)

Sub-modules

dynamicio.mixins.utils

Mixin utility functions

dynamicio.mixins.with_kafka

This module provides mixins that are providing Kafka I/O support.

dynamicio.mixins.with_local

This module provides mixins that are providing Local FS I/O support.

dynamicio.mixins.with_postgres

This module provides mixins that are providing Postgres I/O support.

dynamicio.mixins.with_s3

This module provides mixins that are providing S3 I/O support.