blob: a5a41a9d714886b51774df5b8290f39567b5f77c [file] [log] [blame]
"""
The top-level library for Heron's Python Connectors, which define some basic
Heron Spouts/Bolts/Streamlets to be used while constructing Heron Topologies either
using the basic Low Level API and the higher-level Streamlet API.
"""
# Load all connector modules
from heron.connectors.mock.src.python.fixedlinesspout import FixedLinesSpout
from heron.connectors.mock.src.python.fixedlinesstreamlet import FixedLinesStreamlet
from heron.connectors.textfiles.src.python.textfilespout import TextFileSpout
from heron.connectors.textfiles.src.python.textfilestreamlet import TextFileStreamlet
# from heron.connectors.pulsar.src.python.pulsarspout import PulsarSpout
# from heron.connectors.pulsar.src.python.pulsarstreamlet import PulsarStreamlet