Skip to content

Commit

Permalink
Add diagrams into docs under features.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed May 3, 2024
1 parent 043b359 commit 3fea958
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/sdk/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,15 @@ extremely low latency.
Cloud bucketing is required to use specific features such as (EdgeDB)[/extras/edgedb] and
(Feature Opt-In)[/extras/advanced-targeting/feature-opt-in]. If you aren't using these features, then Local Bucketing
is the recommended mode.

## Server SDK Diagrams

The following diagrams illustrate the initialization flow, and logical background processes created/managed by the SDKs.
### Initialization Flow
![Initialization Flow](/diagrams/server-sdk-initialization.svg)

### Config Manager
![Config Manager](/diagrams/config-manager.svg)

### Event Manager
![Event Manager](/diagrams/event-manager.svg)

0 comments on commit 3fea958

Please sign in to comment.