MMRF v1.0
中文

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

DocumentPath
Stable core specification 1.0docs_v10/MMRF_STABLE_CORE_SPECIFICATION_1.0.md
Threat model 1.0docs_v10/MMRF_THREAT_MODEL_1.0.md
Operations manual 1.0docs_v10/MMRF_OPERATIONS_MANUAL_1.0.md
Release freeze 1.0docs_v10/MMRF_RELEASE_FREEZE_1.0.md
Compatibility & upgrade matrix 1.0docs_v10/MMRF_COMPATIBILITY_UPGRADE_MATRIX_1.0.md
Scientific query language 0.8docs_v08/MMRF_DATA_LAKE_SCIENTIFIC_QUERY_v0.8.md
Federation governance 0.9docs_v09/MMRF_SCIENTIFIC_FEDERATION_GOVERNANCE_v0.9.md
Conformance profile 0.9docs_v09/MMRF_RC_CONFORMANCE_PROFILE_0.9.md
Cryptographic safety policydocs/MMRF_CRYPTOGRAPHIC_SAFETY_POLICY_v0.1.md
Project charterdocs/MMRF_PROJECT_CHARTER_v0.1.md
3M integration mapdocs/MMRF_3M_INTEGRATION_MAP.md

Schemas

SchemaPath
Shard recordschemas_v08/shard-record-0.8.schema.json
Data lake manifestschemas_v08/data-lake-manifest-0.8.schema.json
Scientific queryschemas_v08/scientific-query-0.8.schema.json
Scientific workflowschemas_v08/scientific-workflow-0.8.schema.json
Dataset proposalschemas_v09/dataset-proposal-0.9.schema.json
Dataset reviewschemas_v09/dataset-review-0.9.schema.json
Provenance graphschemas_v09/provenance-graph-0.9.schema.json
Dataset citationschemas_v09/dataset-citation-0.9.schema.json

Version history

VersionWhat it added
v0.1foundation
v0.2ingestion
v0.3public index
v0.4controlled research enclave
v0.5federated vault
v0.6transparency and recovery
v0.7policy network
v0.8data lake and the scientific query guard
v0.9scientific federation, governance, wheel30 column
v1.0stable 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.