-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtoc.yml
152 lines (152 loc) · 5.74 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
- name: Event Store v7
items:
- name: Overview
href: event-store-v7/index.md
- name: Tutorial
items:
- name: Introduction
href: tutorial/introduction.md
- name: Why Event Sourcing?
href: tutorial/why_event_sourcing.md
- name: Event Sourcing Basics
href: tutorial/event_sourcing_basics.md
- name: Testing Aggregates
href: tutorial/testing_aggregates.md
- name: Aggregate Dependencies
href: tutorial/aggregate_dependencies.md
- name: Process Managers
href: tutorial/process_manager.md
- name: Interfaces
items:
- name: Introduction
href: event-store-v7/introduction.md
- name: Plugins & Extensions
href: event-store-v7/event_store_plugins.md
- name: Projections
href: event-store-v7/projections.md
- name: Standard Projections
href: event-store-v7/standard_projections.md
- name: Upcasting
href: event-store-v7/upcasting.md
- name: Interop Factories
href: event-store-v7/interop_factories.md
- name: StreamIterator
href: event-store-v7/stream_iterator.md
- name: Migration from v6 to v7
href: event-store-v7/migration.md
- name: PDO Event Store
items:
- name: Introduction
href: pdo-event-store/introduction.md
- name: Variants
href: pdo-event-store/variants.md
- name: Interop Factories
href: pdo-event-store/interop_factories.md
- name: Event Store v8
href: event-store-v8/index.md
- name: Event Store Client
items:
- name: Overview
href: event-store-client/index.md
- 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: API
items:
- name: Connecting to a Server
href: event-store-client/connecting-to-a-server.md
- name: Writing to a Stream
href: event-store-client/writing-to-a-stream.md
- name: Reading Events
href: event-store-client/reading-events.md
- name: Persistent Subscriptions
href: event-store-client/persistent-subscriptions.md
- name: Competing Consumers
href: event-store-client/competing-consumers.md
- name: Optimistic Concurrency & Idempotence
href: event-store-client/optimistic-concurrency-and-idempotence.md
- name: Projections Management
href: event-store-client/projections.md
- name: Stream Metadata
href: event-store-client/stream-metadata.md
- name: User Management
href: event-store-client/users.md
- name: Query Management
href: event-store-client/querying-event-store.md
- name: Event Sourcing
items:
- name: Event Sourcing Blueprints
href: event-store-client/blueprints.md
- name: Creating Read Models
href: event-store-client/readmodels.md
- name: Old documentation
items:
- name: Common
items:
- name: Event
href: old_documentation/common/event.md
- name: Messaging
href: old_documentation/common/messaging.md
- name: Event Sourcing
items:
- name: Introduction
href: old_documentation/event-sourcing/introduction.md
- name: Working with Repositories
href: old_documentation/event-sourcing/repositories.md
- name: Inheritance with Aggregate Roots
href: old_documentation/event-sourcing/inheritance.md
- name: Snapshots
herf: old_documentation/event-sourcing/snapshots.md
- name: Interop Factories
href: old_documentation/event-sourcing/interop_factories.md
- name: Migration from v4 to v5
href: old_documentation/event-sourcing/migration.md
- name: Service Bus
items:
- name: Overview
href: old_documentation/service-bus/overview.md
- name: Message Buses
href: old_documentation/service-bus/message_bus.md
- name: Plugins
href: old_documentation/service-bus/plugins.md
- name: Async Message Producer
href: old_documentation/service-bus/async_message_producer.md
- name: Interop + Factories
href: old_documentation/service-bus/factories.md
- name: Snapshotter
items:
- name: Overview
href: old_documentation/snapshotter/index.md
- name: Snapshot Store
items:
- name: Overview
href: old_documentation/snapshot-store/index.md
- name: ArangoDB
items:
- name: Introduction
href: old_documentation/snapshot-store/arangodb/introduction.md
- name: Interop Factories
href: old_documentation/snapshot-store/arangodb/interop_factories.md
- name: Memcached
items:
- name: Introduction
href: old_documentation/snapshot-store/memcached/introduction.md
- name: Interop Factories
href: old_documentation/snapshot-store/memcached/interop_factories.md
- name: MongoDB
items:
- name: Introduction
href: old_documentation/snapshot-store/mongodb/introduction.md
- name: Interop Factories
href: old_documentation/snapshot-store/mongodb/interop_factories.md
- name: PDO
items:
- name: Introduction
href: old_documentation/snapshot-store/pdo/introduction.md
- name: Interop Factories
href: old_documentation/snapshot-store/pdo/interop_factories.md