Documentation
Everything ships inside the release.
The documents below are files in the release package, not pages written for this site. Paths are relative to the project root.
Getting started
shell
git clone https://github.com/kakon77777-commits/mmrf-runtime.git
cd mmrf-runtime
python -m pip install numpy
python install/mmrf.py --project-root . doctor
python workflows/stable_baseline.py --project-root .NumPy is the only dependency. There is no server to run and no network access at any point.
Specifications
| Document | Path |
|---|---|
| Stable core specification 1.0 | docs_v10/MMRF_STABLE_CORE_SPECIFICATION_1.0.md |
| Threat model 1.0 | docs_v10/MMRF_THREAT_MODEL_1.0.md |
| Operations manual 1.0 | docs_v10/MMRF_OPERATIONS_MANUAL_1.0.md |
| Release freeze 1.0 | docs_v10/MMRF_RELEASE_FREEZE_1.0.md |
| Compatibility & upgrade matrix 1.0 | docs_v10/MMRF_COMPATIBILITY_UPGRADE_MATRIX_1.0.md |
| Scientific query language 0.8 | docs_v08/MMRF_DATA_LAKE_SCIENTIFIC_QUERY_v0.8.md |
| Federation governance 0.9 | docs_v09/MMRF_SCIENTIFIC_FEDERATION_GOVERNANCE_v0.9.md |
| Conformance profile 0.9 | docs_v09/MMRF_RC_CONFORMANCE_PROFILE_0.9.md |
| Cryptographic safety policy | docs/MMRF_CRYPTOGRAPHIC_SAFETY_POLICY_v0.1.md |
| Project charter | docs/MMRF_PROJECT_CHARTER_v0.1.md |
| 3M integration map | docs/MMRF_3M_INTEGRATION_MAP.md |
Schemas
| Schema | Path |
|---|---|
| Shard record | schemas_v08/shard-record-0.8.schema.json |
| Data lake manifest | schemas_v08/data-lake-manifest-0.8.schema.json |
| Scientific query | schemas_v08/scientific-query-0.8.schema.json |
| Scientific workflow | schemas_v08/scientific-workflow-0.8.schema.json |
| Dataset proposal | schemas_v09/dataset-proposal-0.9.schema.json |
| Dataset review | schemas_v09/dataset-review-0.9.schema.json |
| Provenance graph | schemas_v09/provenance-graph-0.9.schema.json |
| Dataset citation | schemas_v09/dataset-citation-0.9.schema.json |
Version history
| Version | What it added |
|---|---|
| v0.1 | foundation |
| v0.2 | ingestion |
| v0.3 | public index |
| v0.4 | controlled research enclave |
| v0.5 | federated vault |
| v0.6 | transparency and recovery |
| v0.7 | policy network |
| v0.8 | data lake and the scientific query guard |
| v0.9 | scientific federation, governance, wheel30 column |
| v1.0 | stable core, release freeze, promoted generation 2 |
This site
Static, built by a Python script with no dependencies, from the runtime's own artifacts. Every figure comes through sync_facts.py, which refuses to write if an artifact fails its own hash check — so a stale number cannot survive a build. Source: mmrf-site.