# spikes **Repository Path**: mirrors_mozilla/spikes ## Basic Information - **Project Name**: spikes - **Description**: No description available - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spikes > Library to detect spikes in data coming from Socorro. [![CI](https://github.com/mozilla/spikes/actions/workflows/ci.yml/badge.svg)](https://github.com/mozilla/spikes/actions/workflows/ci.yml) ## Setup The project is managed with [uv](https://docs.astral.sh/uv/). The following command creates a virtual environment with the Python version from `.python-version` and installs the dependencies pinned in `uv.lock`: ```sh uv sync ``` Add `--extra plot` to also install matplotlib, which is only used by the `datacollector.plot()` debugging helper. ## Running Both the web app and the scheduler need a `DATABASE_URL` pointing to a PostgreSQL database. libmozdata is configured through `LIBMOZDATA_CFG_
_