launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

chore: update architecture diagram #297

Closed cwaldren-ld closed 10 months ago

cwaldren-ld commented 10 months ago

This updates the server-side SDK architecture diagram to use Data System concepts. It visualizes the Background Sync and Lazy Load systems.

Additionally, I've renamed JsonReader to JsonDeserializer to better reflect its purpose (figured this out when updating the diagram.)