Aller au contenu

« Exemple D2 - système d'information fictif » : différence entre les versions

De Loic Wiki
Correction de l'inclusion image D2 via namespace Fichier
Forçage affichage image D2 en vignette
Ligne 4 : Ligne 4 :


== Rendu graphique ==
== Rendu graphique ==
[[Fichier:D2-fictif.png|1200px|center|Architecture D2 d'un système d'information fictif]]
[[Fichier:D2-fictif.png|vignette|1200px|center|Architecture D2 d'un système d'information fictif]]


== Source D2 ==
== Source D2 ==

Version du 19 mars 2026 à 23:34

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

Fichier:D2-fictif.png

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 importé comme vrai fichier MediaWiki pour garantir un affichage correct dans la page.