Skip to content

Commit 1e03a9e

Browse files
jevansnycJason Evans
andauthored
Rename Sync docs to Edge Cookie External Sync (#788)
Update the guide page title, sidebar label, and intro language to "Edge Cookie External Sync". Reword the opening paragraph and modify phrasing with data sharing agreement language. Page URL is unchanged so existing links keep resolving. Co-authored-by: Jason Evans <jevans@jevans-m5-mbp-16.local>
1 parent 6969509 commit 1e03a9e

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@ export default withMermaid(
118118
text: 'Proxy Signing',
119119
link: '/guide/proxy-signing',
120120
},
121-
{ text: 'Collective Sync', link: '/guide/collective-sync' },
121+
{
122+
text: 'Edge Cookie External Sync',
123+
link: '/guide/collective-sync',
124+
},
122125
],
123126
},
124127
{

docs/guide/collective-sync.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Collective Sync Architecture
1+
# Edge Cookie External Sync Architecture
22

3-
Trusted Server supports cross-publisher data sharing through a **Collective Sync** model. Publishers who share the same EC secret key can synchronize user data across their properties, enabling privacy-preserving audience insights without third-party cookies.
3+
Trusted Server supports ID syncing. Publishers who have engaged in an agreement with identity partners can use our sync endpoints found below.
44

55
## Overview
66

@@ -31,11 +31,11 @@ sequenceDiagram
3131

3232
## Architecture Principles
3333

34-
| Component | Role | Characteristics |
35-
| ---------------- | --------------- | ------------------------------------------------------ |
36-
| **KV Store** | Hot cache | Fast reads (~1ms), edge-local, eventually consistent |
37-
| **Object Store** | Source of truth | Durable, supports range queries, sync endpoint |
38-
| **Secret Key** | Shared salt | Distributed out-of-band, enables collective membership |
34+
| Component | Role | Characteristics |
35+
| ---------------- | --------------- | --------------------------------------------------------- |
36+
| **KV Store** | Hot cache | Fast reads (~1ms), edge-local, eventually consistent |
37+
| **Object Store** | Source of truth | Durable, supports range queries, sync endpoint |
38+
| **Secret Key** | Shared salt | Distributed out-of-band, enables a data sharing agreement |
3939

4040
## Configuration
4141

@@ -105,7 +105,7 @@ The Object Store maintains a richer record with full history:
105105

106106
### Initial Sync
107107

108-
When a new publisher joins the collective, they perform a full sync:
108+
When a new publisher has a new agreement, they perform a full sync:
109109

110110
```http
111111
GET /sync?type=full

0 commit comments

Comments
 (0)