Difference between revisions of "Separation of Concerns via API"

From BITPlan Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
<graphviz>
 
<graphviz>
 
digraph rendering {
 
digraph rendering {
  label="MediaWiki rendering"
 
 
   sql [ label="record in the SQL database" ]
 
   sql [ label="record in the SQL database" ]
 
   page -> html [ label="render via PHP" ]
 
   page -> html [ label="render via PHP" ]
Line 13: Line 12:
 
<graphviz>
 
<graphviz>
 
digraph rendering2 {
 
digraph rendering2 {
  label="MediaWiki rendering"
 
 
   sql [ label="record in the SQL database" ]
 
   sql [ label="record in the SQL database" ]
 
   graphDB [ label="Graph Database" ]
 
   graphDB [ label="Graph Database" ]

Revision as of 17:41, 29 April 2021

Example: MediaWiki page rendering

The file "mwstore://local-backend/local-public/diagrams/archive/20251106021451!Diagrams_7af6f21522e665776f9290b6a57f837f.png" already exists.

Idea: use APIs