Aller au contenu

Exemple D2 - système d'information fictif

De Loic Wiki
Version datée du 19 mars 2026 à 23:28 par Maintenance script (discussion | contributions) (Utilisation d'un SVG servi localement pour la démo D2)

Exemple D2 - système d'information fictif

Cette page montre une démonstration de D2 sur un système d'information fictif, et non sur ton serveur.

Rendu graphique

d2-fictif.svg

Source D2

direction: right

users: Utilisateurs {
  shape: person
}

internet: Internet {
  shape: cloud
}

company: Entreprise Fictive Alphacorp {
  shape: rectangle

  hq: Siège social
  dc: Datacenter principal
  branch: Agence régionale
}

network: Réseau et sécurité {
  fw: Pare-feu
  vpn: VPN
  lb: Reverse Proxy
}

apps: Applications métiers {
  portal: Portail interne
  crm: CRM
  erp: ERP
  wiki: Wiki documentaire
  helpdesk: Helpdesk
}

data: Données {
  db1: Base PostgreSQL
  db2: Base MariaDB
  storage: Stockage documentaire
  backup: Sauvegarde hors site
}

ops: Exploitation {
  monitoring: Supervision
  logging: Centralisation logs
  cicd: CI/CD
}

users -> internet: accès web
internet -> fw
fw -> vpn
fw -> lb
lb -> portal
lb -> crm
lb -> erp
lb -> wiki
lb -> helpdesk
portal -> db1
crm -> db1
erp -> db2
wiki -> storage
helpdesk -> db2
monitoring -> portal
monitoring -> crm
monitoring -> erp
logging -> portal
logging -> crm
logging -> erp
storage -> backup
hq -> dc
branch -> vpn

Remarque

Le rendu graphique est servi comme fichier SVG par MediaWiki, pour garantir un affichage visible dans la page.