# On-prem stack mapping

IntelFactor can run fully local by replacing cloud services with on-prem equivalents.

| Cloud concept        | Local replacement                  | Purpose                                     |
| -------------------- | ---------------------------------- | ------------------------------------------- |
| Object storage       | S3-compatible on-prem object store | Evidence packages, exports, model artifacts |
| DB / event store     | SQLite (edge) + PostgreSQL (site)  | Local continuity + cross-line reporting     |
| Time-series metrics  | Prometheus + Grafana               | Local observability + alerting              |
| Streaming (optional) | Local Kafka or batch sync          | Fleet visibility and replay on reconnect    |
| Auth (optional)      | Self-hosted identity + local JWT   | RBAC + auditability                         |
| CDN                  | Local reverse proxy / web server   | Serve dashboard + API locally               |

**Design principle:** cloud can enhance visibility. It never gates inspection continuity.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://intelfactor.gitbook.io/doc/home/architecture/on-prem-stack-mapping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
