ores.compute.app

Table of Contents

Represents the high-level definition of an engine that can be executed on grid nodes (e.g., ORE_STUDIO, LLAMA_CPP, LEDGER). The BOINC equivalent of 'app'.

1. Flags

2. Columns

2.1. id

UUID primary key for the app.

2.2. name

Unique application identifier, e.g. 'ORE_STUDIO', 'LLAMA_CPP', 'LEDGER'.

2.3. description

Human-readable description of the application engine.

3. SQL

3.1. Flags

4. C++

4.1. Flags

4.2. Repository

The platform seeds shared compute apps under the system tenant (the canonical apps every tenant runs). :system_tenant_visible: true makes the generated repository read own-tenant OR system-tenant rows on every read path, so tenant-scoped queries still see the platform apps. Mutations stay own-tenant scoped.

4.3. Domain includes

#include <string>

4.4. Conventions

4.5. Table display

column header
id ID
name Name
description Description
modified_by Modified By
recorded_at Recorded At

4.6. Custom repository methods

5. See also

Emacs 29.3 (Org mode 9.6.15)