Skip to content

Commit 022466f

Browse files
yasirfolio3fscelliott
authored andcommitted
Uploading images to github repo.
1 parent 109e722 commit 022466f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
885 KB
Loading

docs/images/agent-single-service.png

818 KB
Loading
121 KB
Loading

docs/readme-sync/deploy-as-a-microservice/010 - optimizely-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@ If you already separate some of your logic into services that might need to acce
2323

2424
The images below compare implementation styles in a service-oriented architecture, first *without* using Optimizely Agent, which shows six SDK embedded instances:
2525

26-
!["A diagram showing the use of SDKs installed on each service in a service oriented architecture \n(Click to Enlarge)"](https://files.readme.io/f653562-Screen_Shot_2020-03-23_at_9.18.29_AM.png)
26+
!["A diagram showing the use of SDKs installed on each service in a service oriented architecture \n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/docs-readme-sync/docs/images/agent-service-oriented-architecture.png)
2727

2828
Now *with* Agent, instead of installing the SDK six times, you create just one Optimizely instance: an HTTP API that every service can access as needed.
2929

30-
!["A diagram showing the use of Optimizely Agent in a single service \n(Click to Enlarge)"](https://files.readme.io/be2c361-Screen_Shot_2020-03-23_at_9.18.59_AM.png)
30+
!["A diagram showing the use of Optimizely Agent in a single service \n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/docs-readme-sync/docs/images/agent-single-service.png)
3131

3232
## 2. Standardize Access Across Teams
3333
If you want to deploy Optimizely Full Stack once, then roll out the single implementation across a large number of teams, we recommend using Optimizely Agent.
3434

3535
By standardizing your teams' access to the Optimizely service, you can better enforce processes and implement governance around feature management and experimentation as a practice.
3636

37-
!["A diagram showing the central and standardized access to the Optimizely Agent service across an arbitrary number of teams.\n(Click to Enlarge)"](https://files.readme.io/befdfae-image_1.png)
37+
!["A diagram showing the central and standardized access to the Optimizely Agent service across an arbitrary number of teams.\n(Click to Enlarge)"](https://raw.githubusercontent.com/optimizely/agent/docs-readme-sync/docs/images/agent-standardized-access.png)
3838

3939
## 3. Networking Centralization
4040
You don’t want many SDK instances connecting to Optimizely's cloud service from every node in your application. Optimizely Agent centralizes your network connection. Only one cluster of agent instances connects to Optimizely for tasks like update [datafiles](doc:get-the-datafile) and dispatch [events](doc:track-events).

0 commit comments

Comments
 (0)