ocrd_network.runtime_data.hosts module

class ocrd_network.runtime_data.hosts.DataHost(host: str, username: str, password: str, keypath: str, workers: List[Dict], servers: List[Dict])[source]

Bases: object

create_connection_client(client_type: str)[source]
deploy_workers(logger: Logger, mongodb_url: str, rabbitmq_url: str) None[source]
stop_workers(logger: Logger)[source]