# Main Site with Edges

---

## Main Site with Edges

- A central JFrog Platform deployment to be used by a central organization
   - This can be also a multi-site deployment where one of the sites is used as the main site, which is the source of truth
- Multiple JFrog Artifactory Edge sites used by remote organizations' teams
- Using [release bundles](https://docs.jfrog.com/governance/docs/release-lifecycle-management) to push packages to edges or [Smart Remote repositories](https://docs.jfrog.com/artifactory/docs/smart-remote-repositories) on the edges to pull from the main site
- Packages in the edges are read only (immutable), and consumed by the edge sites' read-only clients

### Limitations

[Artifactory Edge](https://docs.jfrog.com/installation/docs/installing-artifactory-edge) comes with limited capabilities. Review the [comparison table](https://docs.jfrog.com/installation/docs/installing-artifactory-edge) to understand them better.

### Architecture

The following is a schematic high level architecture of such a topology

![Main Site with Edges](../../../../images/main-site-with-edges.png)
