Functions

Overview of the functions used in the tabsdata package.

publisher(source, tables[, name, trigger_by])

Decorator to define a function to publish data to Tabsdata.

subscriber(tables, destination[, name, ...])

Decorator to define a function to subscribe to data present in Tabsdata.

transformer(input_tables, output_tables[, ...])

Decorator to define a function to transform data present in Tabsdata.