Skip to content

Commit fb2df93

Browse files
Hackathon - Enterprise Architecture (#783)
<!-- Explain the changes introduced in your PR --> ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel. --------- Co-authored-by: Maedah Batool <[email protected]>
1 parent 0590184 commit fb2df93

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
# Enterprise architecture
1+
# Cody Enterprise architecture
22

3-
[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.
3+
<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>
44

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

77
## Sourcegraph Cloud deployment
88

9+
This is a recommended deployment for Cody Enterprise. It uses the Sourcegraph Cloud infrastructure and Cody gateway.
10+
911
<img src="https://sourcegraphstatic.com/docs/enterprise-architecture-cloud-v2.png" />
1012

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

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

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

1619
## Data flow
1720

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

0 commit comments

Comments
 (0)