Esse repositório contém o código fonte da palestra: AIOPs - Detecção de anomalias com Python e Prometheus, realizada no Evento TDC 2023 https://thedevconf.com/tdc/2023/business/trilha-community-lounge-quinta.
- Python 3.11.4
- Jupyterlab 4.0.5
- Pandas 2.0.3
- Prophet 1.1.4
- Plotly 5.16.1
Para executar o notebook, basta clicar no botão launch binder acima.
Para executar o notebook localmente, basta executar os seguintes comandos:
git clone https://github.com/dmux/aiops_anomaly_detection_tdc2023.git
cd aiops_anomaly_detection_tdc2023
poetry shell
poetry install
jupyter lab