Explainable Biomedical Knowledge Graph — the operating system for medical knowledge.
FarmacoGraph models drug knowledge as a versioned, evidence-backed graph for medical education and clinical reasoning — not a flat pharmacology database.
Source code is private. This repository is the public documentation and product overview only.
Early access: many read endpoints work without an API key. See Getting started.
| Principle | Meaning |
|---|---|
| API-first | Clients never talk to Neo4j/PostgreSQL directly |
| Ontology-first | Types and relationships are defined before data |
| Evidence-backed | Clinical assertions link to first-class Evidence |
| Education layer | Summaries, pearls, flashcards stay separate from biomedical truth |
| Snapshot-versioned | Immutable CalVer releases (2026.1.0, …) |
Built for: medical students, educators, and apps that need explainable drug–mechanism–disease paths.
| Doc | Topic |
|---|---|
| Architecture | System design & platform stance |
| Platform architecture | API, events, jobs, multi-tenant readiness |
| Ontology | Entity & relationship vocabulary |
| Data model | How knowledge is structured |
| Graph specification | Graph projection & mechanism DAGs |
| Education layer | Learning content separation |
| Curation Studio | Official authoring UI |
| Getting started | Call the live API |
| API-first | Product rule: API is the product |
| Roadmap | Phased delivery |
| Licensing | Code vs documentation licenses |
| Personas | Who the product serves |
- Platform & curator API foundation: live
- Curation Studio (drug/disease editors, evidence, publish, snapshots): live / MVP
- Cardiovascular module content: in progress (curation via Studio)
- Source repository: private
Institutional / API key access → see Getting started.
This docs repo does not contain application source, deploy configs, or secrets.
Documentation in this repository is intended under CC BY 4.0 unless a file states otherwise. See licensing. Application source remains in a separate private repository.