Skip to main content

Fasten Plug-ins basic interface

Project description

fasten-python-plugins

This package provides a template for creating FASTEN plug-ins. It composed of two abstract classes; FastenPlugin and KafkaPlugin. FastenPlugin implements logging methods err and log, and specifies abstract methods abstract methods for declaring the metadata of a FASTEN plug-in. KafkaPlugin implements the methods set_consumer, set_producer, create_message, emit_message, and consume_messages. It also declares the abstract method consumes. An example is provided in the demo directory.

Install

pip install fasten

Usage

from fasten.plugins.kafka import KafkaPlugin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fasten-0.0.3.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

fasten-0.0.3-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page