proomt

Search

Search posts, papers, and topics

All posts

Lobsters

graphing my sleep schedule

Related reading

  1. Automating EDA With fg-data-profiling

    The Real Python course shows how to automate exploratory data analysis using the fg-data-profiling library. It walks through building, exporting, time‑series profiling, and comparing reports with concise code examples.

    Real Pythonrealpython.com2 min
  2. How Meshtastic Metrics Exporter Turned Eight Prometheus Queries Into One with Tiger Data

    A Python exporter reads Meshtastic mesh telemetry from MQTT and writes it directly into a TimescaleDB‑enabled PostgreSQL instance, replacing a Prometheus setup that hit ~0.5 M series for 10 k nodes. The single database lets Grafana dashboards join node metadata with eight time‑series tables in one query, eliminates scrape‑budget limits, and uses native retention/compression (14‑day compression, 3…

    Timescaletigerdata.com6 min