Skip to content

Database and Grafana Dashboards for Fire Department incidents.

License

Notifications You must be signed in to change notification settings

siliconserver/einsatzstatistik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Einsatzstatistik

Tree view

.
├── README.md
├── dashboards
    ├── uebungen_ausbildung.json
│   └── einsaetze.json
├── db
    ├── database-update.sql
│   └── database.sql
└── scripts
    ├── ausbildung_del
    ├── ausbildung_neu
    ├── einsatz_del
    ├── einsatz_neu
    ├── uebung_del
    └── uebung_neu

3 directories, 9 files

Dashboards folder

Contains several Grafana Dashboards as json Files. Can be easily imported in Grafana.

Einsatz Dashboard: alt text

Übungen Dashboard: alt text

Ausbildung Dashboard: alt text

DB folder

Contains the PostgreSQL initialdump for all the scripts and dashboards. Update Script for updating old Databases is here as well.

Scripts

Contains scripts to add and remove entries for Ausbildung, Einsatz and Übung to database.

Example Einsatz Neu:
Shows the last DB row to may remind you what the new Einsatznummer would be.
After you've entered the number, it will ask you about date and time, where it took place, kind, vehicle, your role, asks if you have worn SCBA and much more.

See an example here:
alt text

Example Einsatz Delete:
Shows the last DB row to may reming you which Einsatznummer you would like to delete.
Asks you only for the Einsatznummer and deletes the matching row from the database.

See an example here:
alt text

License

Everything published inside this repository is under MIT License.

About

Database and Grafana Dashboards for Fire Department incidents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages