Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions docs/cody/core-concepts/enterprise-architecture.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Enterprise architecture
# Cody Enterprise architecture

[Cody Enterprise](/cody/clients/enable-cody-enterprise) can run in the Sourcegraph Cloud environment or on your own infrastructure. Here are a few possible deployment architectures.
<p className="subtitle">[Cody Enterprise](/cody/clients/enable-cody-enterprise) can be deployed via the Sourcegraph Cloud or on your self-hosted infrastructure. This page describes the architecture diagrams for Cody deployed in different Sourcegraph environments.</p>

{/* Figma source: https://www.figma.com/file/lAPHpdhtEmOJ22IQXVZ0vs/Cody-architecture-diagrams-SQS-draft-2024-04?type=whiteboard&node-id=0-1&t=blg78H2YXXbdGSPc-0 */}

## Sourcegraph Cloud deployment

This is a recommended deployment for Cody Enterprise. It uses the Sourcegraph Cloud infrastructure and Cody gateway.

<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-cloud-v2.png" />

## Sourcegraph Enterprise Server (self-hosted) on Amazon Bedrock

<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-aws-v0.png" />
This is an example of a more complex deployment that uses Sourcegraph Enterprise Server (self-hosted) and Amazon Bedrock.

<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-aws-v0.png" />

## Data flow

<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-data-flow-v0.png" />
The following diagram describes the data flow between the different components of Cody Enterprise.

<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-data-flow-v0.png" />
Loading