Skip to the content.

Project Scope

Purpose

This project connects infrastructure operations with data analysis, data quality, SQL and BI-oriented reporting.

It does not replace the separate technical labs. It provides the analytical layer above network operations and, later, virtualization operations.

Current implemented phase

The current Cisco-oriented static sample workflow is implemented:

  1. three public-safe CSV source tables
  2. explicit Python header and type validation
  3. reproducible SQLite database build
  4. SQL analysis and data-quality views
  5. aggregated public-safe report generation
  6. unit tests and Python 3.12 CI
  7. a documented Power BI report concept

The current model is intentionally small and explainable. It is not presented as a monitoring platform, CMDB or enterprise data warehouse.

Relationship to other repositories

The Proxmox repository exists and its pre-hardware phase is validated. A dedicated host, operational Proxmox deployment and live API source do not currently exist.

Current source boundary

Implemented public tables:

Implemented derived artifacts:

The current source is a static synthetic baseline. It is not a historical snapshot feed.

Future Proxmox phase

After a dedicated host has been installed and validated:

  1. review actual API fields and version semantics
  2. define the least-privilege extraction boundary
  3. collect raw responses privately
  4. sanitize identifiers before public examples are created
  5. preserve source and collection timestamps separately
  6. compare actual fields with the planned nodes-and-guests schema
  7. extend the model only after relationships and controlled values are understood

Storage, network-assignment and backup-run tables remain deferred until live source fields have been reviewed.

Possible future KPIs

Current network model

Later virtualization model

Out of scope