Skip to content

Commit

Permalink
added dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 22, 2024
1 parent e1cb773 commit 23b9226
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
Binary file added public/images/LHCb_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 32 additions & 9 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,35 @@ RMS-->DMS
layout: top-title-two-cols
align: c-lm-lm
color: gray-light
title: Web
---


:: title ::

# Visualizations

:: left ::

DIRAC also provides a WebApp:

![](/public/images/WebApp.png)

:: right ::

Dashboards can be created within the DIRAC Web App:

![](/public/images/LHCb_dashboard.png)

and/or in Grafana:

![](/public/images/running_jobs_90.png)


---
layout: top-title
align: c
color: gray-light
title: DIRAC tech
---

Expand All @@ -363,7 +392,7 @@ title: DIRAC tech

# DIRAC Tech stack

:: left ::
:: content ::

<ul class="text-sm">
<li>DIRAC is written in python 3
Expand All @@ -376,20 +405,14 @@ title: DIRAC tech
<li><code>dips</code> stands for "DIRAC protocol"</li>
</ul>
</li>
<li>The DIRAC framework provides also "Agents" and "Executors" to animate the system</li>
<li>The DIRAC framework provides also "Agents" (~ cron jobs) and "Executors" (~ ) 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>
</ul>


![](/public/images/DIRAC_stack.png)

:: right ::

DIRAC also provides a WebApp:

![](/public/images/WebApp.png)

Implemented using `ExtJS`, and fully custom Python "bindings"

---
layout: top-title-two-cols
Expand Down

0 comments on commit 23b9226

Please sign in to comment.