Module kodexa.stores
Stores are persistence components for Documents. Typically, they can act as either a Connector or a Sink
Expand source code
"""
Stores are persistence components for Documents. Typically, they can act as either a Connector or a Sink
"""
from .local import LocalDocumentStore, LocalModelStore, TableDataStore
from .stores import RemoteDocumentStore, RemoteModelStore, RemoteDataStore
Sub-modules
kodexa.stores.local
-
Local stores implement the API for a store in Kodexa but allow you to work in an offline model …
kodexa.stores.stores
-
Remote stores allow you to interact with an instance of the Kodexa platform