pipecat.store module¶
Functions for storing data.
-
class
pipecat.store.Cache(source)¶ Bases:
objectCache records in memory for column-oriented access.
-
next()¶
-
table¶
-
-
pipecat.store.cache(source)¶ Create an in-memory cache for records.
Parameters: source (generator, required) – A source of records to be cached. Returns: cache Return type: instance of pipecat.store.Cache.