The panko.storage.impl_log Module

class panko.storage.impl_log.Connection(url, conf)[source]

Bases: panko.storage.base.Connection

Log event data.

static clear_expired_data(ttl)[source]

Clear expired data from the backend storage system.

Clearing occurs according to the time-to-live.

Parameters:ttl – Number of seconds to keep records for.

Previous topic

The panko.storage.impl_hbase Module

Next topic

The panko.storage.impl_mongodb Module

Project Source

This Page