Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 22, 2024
1 parent 124405d commit 0052390
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ Dashboards can be created within the DIRAC Web App:

and/or in Grafana:

<img src="/public/images/running_jobs_90.png" alt="DIRAC_stack" class="mx-auto w-2/3"/>
<img src="/public/images/running_jobs_90.png" alt="DIRAC_stack" class="mx-auto w-4/5"/>


---
Expand All @@ -391,7 +391,7 @@ title: DIRAC tech

:: title ::

# DIRAC Tech stack
# Technicalities

:: content ::

Expand All @@ -406,9 +406,14 @@ title: DIRAC tech
<li><code>dips</code> stands for "DIRAC protocol"</li>
</ul>
</li>
<li>The DIRAC framework provides also "Agents" (~ cron jobs) and "Executors" (~ ) to animate the system</li>
<li>The DIRAC framework provides also "Agents" (~ cron jobs) and "Executors" (~ tasks execution) to animate the system</li>
<li>As backends, <logos-mysql class="text-2xl align-middle inline-block mx-0"></logos-mysql> and <logos:opensearch class="text-1xl align-middle inline-block mx-0"></logos:opensearch> are supported (for different purposes)</li>
<li>The Web App is implemented using `ExtJS`, and fully custom Python "bindings"</li>
<li>The Web App is implemented using <code>ExtJS</code>, and fully custom Python "bindings"</li>
<li>For AuthN/Z, DIRAC understands certificates and proxies
<ul class="text-xs">
<li>VOMS (Virtual Organization Membership Service) is effectively a hard DIRAC dependency</li>
</ul>
</li>
</ul>


Expand Down

0 comments on commit 0052390

Please sign in to comment.