Skip to content
Snippets Groups Projects
elephant-factor.mdx 1.23 KiB
Newer Older
{/* Copyright 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH.
SPDX-License-Identifier: MIT */}

import { Callout } from 'nextra/components'

# Elephant Faktor

<Callout type="default">
  Check Typ: `ELEPHANT_FACTOR`
Dieser Check berechnet den Elefantenfaktor eines Projekts für einen bestimmten Zeitraum.
Der Check gilt als bestanden, wenn der Elefantenfaktor größer oder gleich dem Mindestschwellenwert ist.

```yaml filename=".badge-api.yaml" copy
- type: ELEPHANT_FACTOR
  description: Checks if multiple companies are working on the project.
  threshold:
    timeRangeInMonths: 6
    min: 2
```

### Hintergrund
Der Elefantenfaktor ist ein Maß für das Risiko, das sich daraus ergibt, dass Informationen und Fähigkeiten
nicht zwischen Organisationen ausgetauscht werden.
Er ähnelt dem [Bus-Faktor](/de/concepts/implemented-checks/bus-factor), misst jedoch nicht das Risiko,
Einzelpersonen zu verlieren, sondern das Risiko, am Projekt mitwirkende Organisationen zu verlieren.
Wenn ein Projekt etwa einen Elefantenfaktor von 2 hat, bedeutet dies, dass die beiden wichtigsten
Organisationen für 50 % der Commits verantwortlich sind und das Projekt in Gefahr wäre, wenn beide
wegfallen würden. 

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.