.. CCAT System Integration documentation master file
CCAT System Integration Documentation
======================================
Overview
--------
This documentation covers the CCAT System Integration, including:
- Docker Compose configuration and deployment
- Configuration management with Dynaconf
- Backup and restore procedures
- Monitoring with Grafana, Prometheus, and Loki
- Service orchestration across multiple nodes
Key Components
--------------
**Infrastructure Services:**
- PostgreSQL database with replication
- Redis cache with TLS
- InfluxDB for time-series data
- MinIO object storage
- Grafana dashboards
- Prometheus monitoring
- Loki log aggregation
**Deployment Configurations:**
- Local development (docker-compose.local.yml)
- Staging environment (docker-compose.staging.yml)
- Production nodes:
- Database node (docker-compose.production.db.yml)
- Data processing node (docker-compose.production.data.yml)
- Input node (docker-compose.production.input.yml)
- Reuna VM (docker-compose.production.reuna-vm.yml)
Quick Links
-----------
- :doc:`Operations Database `
- :doc:`Data Transfer Documentation `
Documentation Contents
----------------------
.. toctree::
:maxdepth: 2
:caption: Contents:
source/getting-started
source/configuration
source/deployment
source/monitoring
source/backup-restore
Getting Started
---------------
For setup instructions, see the project README and the Getting Started guide.
Related Documentation
---------------------
- `Main Documentation `_
- `Operations Database `_
- `Data Transfer System `_
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`