Skip to content

fasten-project/fasten-python-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages