You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executors are ephemeral executables produced by Factory that process content-addressed data by the following:
Initializes a Function(s) (FaaS) and Structure (PaaS)
executes the Architectural Quantum components as Function [FaaS] on Structure [PaaS]
Invoices the execution of data processing as staged output Content-Addresses consisting of an Order CID, Data CID containing Dataset(s) CIDs and the their Partition CIDs, and a Seed CID for deterministic / idempotent processes.
self.structure.reconcile() inside the same call deploys Structure (terraform apply via Structure.deploy()/redeploy()) — Structure-deploy is exercised on every test run too.
Executors are ephemeral executables produced by Factory that process content-addressed data by the following:
Dependencies:
AC:
Executor.execute()(cats/factory/init.py) computes invoice_cid and returns it — Invoice production is exercised and asserted on every test run.self.structure.reconcile()inside the same call deploys Structure (terraform apply via Structure.deploy()/redeploy()) — Structure-deploy is exercised on every test run too.