forked from johnsimons/docs.geteventstore.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.yml
168 lines (168 loc) · 6.08 KB
/
toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
- name: Getting Started
items:
- name: Step 1 - Install, run, and write your first event
href: getting-started/index.md
- name: Step 2 - Read events from a stream and subscribe to changes
href: getting-started/reading-subscribing-events.md
- name: Step 3 - Projections
href: getting-started/projections.md
- name: Step 4 - Which API or SDK to use
href: getting-started/which-api-sdk.md
- name: .NET API
items:
- name: Overview
href: dotnet-api/index.md
- name: Connecting to a server
href: dotnet-api/connecting-to-a-server.md
- name: Creating and writing to a stream
href: dotnet-api/streams.md
- name: Reading events
href: dotnet-api/reading-events.md
- name: Deleting a stream
href: dotnet-api/deleting-a-stream.md
- name: Persistent subscriptions
href: dotnet-api/persistent-subscriptions.md
- name: Competing consumers
href: dotnet-api/competing-consumers.md
- name: Embedded client
href: dotnet-api/embedded-client.md
- name: Optimistic concurrency and idempotence
href: dotnet-api/optimistic-concurrency-and-idempotence.md
- name: Projections management
href: dotnet-api/projections.md
- name: Stream metadata
href: dotnet-api/stream-metadata.md
- name: User management
href: dotnet-api/users.md
- name: Security
href: dotnet-api/security.md
- name: Code documentation
href: dotnet-api/code/toc.yml
- name: HTTP API
items:
- name: Overview
href: http-api/index.md
- name: Creating and writing to a stream
href: http-api/creating-writing-a-stream.md
- name: Reading streams and events
href: http-api/reading-streams.md
- name: Deleting a stream
href: http-api/deleting-a-stream.md
- name: Competing consumers
href: http-api/competing-consumers.md
- name: Description document
href: http-api/description-document.md
- name: Optimistic concurrency & idempotence
href: http-api/optimistic-concurrency-and-idempotence.md
- name: Stream metadata
href: http-api/stream-metadata.md
- name: Optional HTTP headers
items:
- name: Overview
href: http-api/optional-http-headers/index.md
- name: EventId
href: http-api/optional-http-headers/eventid.md
- name: EventType
href: http-api/optional-http-headers/eventtype.md
- name: ExpectedVersion
href: http-api/optional-http-headers/expected-version.md
- name: HardDelete
href: http-api/optional-http-headers/harddelete.md
- name: LongPoll
href: http-api/optional-http-headers/longpoll.md
- name: RequiresMaster
href: http-api/optional-http-headers/requires-master.md
- name: ResolveLinkTo
href: http-api/optional-http-headers/resolve-linkto.md
- name: TrustedAuth
href: http-api/optional-http-headers/trusted-intermediary.md
- name: Security
href: http-api/security.md
- name: HTTP API spec
href: http-api/swagger.json
- name: Projections
items:
- name: Overview
href: projections/index.md
- name: System projections
href: projections/system-projections.md
- name: User defined projections
href: projections/user-defined-projections.md
- name: API
href: projections/api.md
- name: Config
href: projections/projections-config.md
- name: Debugging
href: projections/debugging.md
- name: Server
items:
- name: Overview
href: server/index.md
- name: Command line arguments
href: server/command-line-arguments.md
- name: Configuring your installation
href: server/configuring.md
- name: Access control lists
href: server/users-and-access-control-lists.md
- name: Setting up a cluster using only database nodes (OSS)
href: server/cluster-without-manager-nodes.md
- name: Setting up a cluster with manager nodes
href: server/cluster-with-manager-nodes.md
- name: Node roles
href: server/node-roles.md
- name: Admin UI
href: server/admin-ui.md
- name: Deploying with Kubernetes to AKS
href: server/deploy-kubernetes-aks.md
- name: Deploying with Kubernetes to GKE
href: server/deploy-kubernetes-gke.md
- name: Setting up SSL
href: server/setting-up-ssl.md
- name: Stats and debug
href: server/stats-debug.md
- name: Caching
href: server/caching.md
- name: Indexing
href: server/indexing.md
- name: Database backup
href: server/database-backup.md
- name: System streams
href: server/system-streams.md
- name: Metadata and reserved names
href: server/metadata-and-reserved-names.md
- name: Ports and networking
href: server/ports-and-networking.md
- name: Default directories
href: server/default-directories.md
- name: Rebuilding indexes
href: server/64-bit-index.md
- name: Scavenging
href: server/scavenging.md
- name: Production checklist
href: server/production-checklist.md
- name: Setting up Varnish in Linux
href: server/setting-up-varnish-in-linux.md
- name: Uninstalling Event Store
href: server/uninstalling.md
- name: Event sourcing basics
items:
- name: Event sourcing basics
href: event-sourcing-basics/index.md
- name: Business value of the event log
href: event-sourcing-basics/business-value-of-the-event-log.md
- name: Events as a functional database
href: event-sourcing-basics/event-store-as-a-functional-database.md
- name: Events as a storage mechanism
href: event-sourcing-basics/events-as-a-storage-mechanism.md
- name: Impedance mismatch
href: event-sourcing-basics/impendence-missmatch.md
- name: Performance and scalability
href: event-sourcing-basics/performance-and-scaling.md
- name: Rolling snapshots
href: event-sourcing-basics/rolling-snapshots.md
- name: Reference
items:
- name: Internal architecture
href: reference/internal-architectural-overview.md
- name: Reliability
href: reference/reliability.md