Skip to content

Commit 97425a0

Browse files
committed
add links to all features in CE vs EE features table
1 parent 5f38df0 commit 97425a0

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

modules/ROOT/pages/introduction.adoc

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -70,35 +70,35 @@ a| link:https://www.gnu.org/licenses/quick-guide-gplv3.html[Open source under GP
7070
|
7171
|
7272

73-
| Property graph model
73+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/queries/basic/[Property graph model]
7474
| {check-mark}
7575
| {check-mark}
7676

7777
| Native graph processing & storage
7878
| {check-mark}
7979
| {check-mark}
8080

81-
a| Standard and Aligned store format (xref:database-internals/store-formats.adoc#aligned-limits[34 Billion Nodes & Relationships]) label:deprecated[Standard is deprecated in 5.23]
81+
a| xref:database-internals/store-formats.adoc#standard-format[Standard] and xref:database-internals/store-formats.adoc#aligned-format[Aligned] store format (xref:database-internals/store-formats.adoc#aligned-limits[34 Billion Nodes & Relationships]) label:deprecated[Standard is deprecated in 5.23]
8282
| {check-mark}
8383
| {check-mark}
8484

85-
a| High_limit (xref:database-internals/store-formats.adoc#high-format-limits[1 Quadrillion Nodes & Relationships]) label:deprecated[Deprecated in 5.23]
85+
a| xref:database-internals/store-formats.adoc#high-limit-format[High_limit] (xref:database-internals/store-formats.adoc#high-format-limits[1 Quadrillion Nodes & Relationships]) label:deprecated[Deprecated in 5.23]
8686
|
8787
| {check-mark}
8888

89-
a| Block format (xref:database-internals/store-formats.adoc#block-format-limits[New format])
89+
a| xref:database-internals/store-formats.adoc#block-format[Block format] label:ga[GA from 5.16]
9090
|
9191
| {check-mark}
9292

9393
a| link:https://neo4j.com/docs/cdc/current/[Change Data Capture (CDC)] label:new[Introduced in 5.13] label:beta[] label:ga[GA from 5.23]
9494
|
9595
| {check-mark}
9696

97-
| ACID-compliant transactions
97+
| xref:database-internals/index.adoc[ACID-compliant transactions]
9898
| {check-mark}
9999
| {check-mark}
100100

101-
| Cypher graph query language
101+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/introduction/cypher-overview/[Cypher graph query language]
102102
| {check-mark}
103103
| {check-mark}
104104

@@ -114,31 +114,31 @@ a| link:https://neo4j.com/docs/cdc/current/[Change Data Capture (CDC)] label:new
114114
|
115115
| {check-mark}
116116

117-
| Listing and terminating running queries
117+
| xref:monitoring/query-management.adoc[Listing and terminating running queries]
118118
|
119119
| {check-mark}
120120

121-
| High-performance caching
121+
| xref:performance/disks-ram-and-other-tips.adoc#performance-storage[High-performance caching]
122122
| {check-mark}
123123
| {check-mark}
124124

125-
| Cost-based query optimizer
125+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/planning-and-tuning/query-tuning/[Cost-based query optimizer]
126126
| {check-mark}
127127
| {check-mark}
128128

129129
^s| Clients and APIs
130130
|
131131
|
132132

133-
| Cypher Client
133+
| xref:tools/cypher-shell.adoc[Cypher Shell]
134134
| {check-mark}
135135
| {check-mark}
136136

137-
| Neo4j Browser with syntax highlighting
137+
| link:https://neo4j.com/docs/browser-manual/current/visual-tour/#editor[Neo4j Browser with syntax highlighting]
138138
| {check-mark}
139139
| {check-mark}
140140

141-
| Bolt Protocol
141+
| link:https://neo4j.com/docs/bolt/current/bolt/[Bolt Protocol]
142142
| {check-mark}
143143
| {check-mark}
144144

@@ -154,122 +154,122 @@ a| APOC 450+ link:https://neo4j.com/docs/apoc/5/[Core Procedures and Functions]
154154
| {check-mark}
155155
| {check-mark}
156156

157-
| Support for Neo4j Graph Data Science Community Edition footnote:sepinstall[]
157+
| Support for link:https://neo4j.com/docs/graph-data-science/current/introduction/#introduction-editions[Neo4j Graph Data Science Community Edition] footnote:sepinstall[]
158158
| {check-mark}
159159
| {check-mark}
160160

161-
| Support for Neo4j Graph Data Science Enterprise Edition footnote:sepinstall[]
161+
| Support for link:https://neo4j.com/docs/graph-data-science/current/installation/installation-enterprise-edition/[Neo4j Graph Data Science Enterprise Edition] footnote:sepinstall[]
162162
|
163163
| {check-mark}
164164

165165
^s| Indexes and constraints
166166
|
167167
|
168168

169-
| Fast writes via native label indexes
169+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/search-performance-indexes/overview/[Fast writes via native label indexes]
170170
| {check-mark}
171171
| {check-mark}
172172

173-
| Composite indexes
173+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/search-performance-indexes/using-indexes/#composite-indexes[Composite indexes]
174174
| {check-mark}
175175
| {check-mark}
176176

177-
| Full-text node & relationship indexes
177+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/full-text-indexes/[Full-text node & relationship indexes]
178178
| {check-mark}
179179
| {check-mark}
180180

181-
| link:https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Vector indexes] label:new[Introduced in Neo4j 5.13]
181+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/indexes/semantic-indexes/vector-indexes/[Vector indexes] label:new[Introduced in Neo4j 5.13]
182182
| {check-mark}
183183
| {check-mark}
184184

185-
| Property uniqueness constraints
185+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-uniqueness-constraints[Property uniqueness constraints]
186186
| {check-mark}
187187
| {check-mark}
188188

189-
| Property existence constraints
189+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-existence-constraints[Property existence constraints]
190190
|
191191
| {check-mark}
192192

193-
| Property type constraints
193+
| link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-property-type-constraints[Property type constraints]
194194
|
195195
| {check-mark}
196196

197-
| Node and relationship key constraints
197+
|link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/constraints/managing-constraints/#create-key-constraints[Node and relationship key constraints]
198198
|
199199
| {check-mark}
200200

201201
^s| Security
202202
|
203203
|
204204

205-
| Role-based access control
205+
| xref:authentication-authorization/manage-privileges.adoc[Role-based access control]
206206
|
207207
| {check-mark}
208208

209-
| Sub-graph access control
209+
| xref:tutorial/access-control.adoc#auth-access-control-using-privileges[Sub-graph access control]
210210
|
211211
| {check-mark}
212212

213-
| LDAP and Active Directory integration
213+
| xref:authentication-authorization/ldap-integration.adoc[LDAP and Active Directory integration]
214214
|
215215
| {check-mark}
216216

217-
| Kerberos security option
217+
| link:https://neo4j.com/docs/kerberos-add-on/current/[Kerberos security option]
218218
|
219219
| {check-mark}
220220

221221
^s| Data management
222222
|
223223
|
224224

225-
| Offline import
225+
| xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-full[Offline import]
226226
| {check-mark}
227227
| {check-mark}
228228

229-
| Offline incremental import
229+
| xref:tools/neo4j-admin/neo4j-admin-import.adoc#import-tool-incremental[Offline incremental import]
230230
|
231231
| {check-mark}
232232

233233
| Auto-reuse of space
234234
| {check-mark}
235235
| {check-mark}
236236

237-
| Store copy
237+
| xref:backup-restore/copy-database.adoc[Store copy]
238238
|
239239
| {check-mark}
240240

241-
| Offline backup (dump)
241+
| xref:backup-restore/offline-backup.adoc[Offline backup] (dump)
242242
| {check-mark}
243243
| {check-mark}
244244

245245
^s| Scale and availability
246246
|
247247
|
248-
| Online backup and restore
248+
| Online xref:backup-restore/online-backup.adoc[backup] and xref:/backup-restore/restore-backup.adoc[restore]
249249
|
250250
| {check-mark}
251251

252-
| Multiple databases (beyond the `system` and default databases)
252+
| xref:database-administration/index.adoc[Multiple databases] (beyond the `system` and default databases)
253253
|
254254
| {check-mark}
255255

256-
| Autonomous clustering
256+
| xref:clustering/index.adoc[Autonomous clustering]
257257
|
258258
| {check-mark}
259259

260-
| Composite databases
260+
| xref:database-administration/composite-databases/concepts.adoc[Composite databases]
261261
|
262262
| {check-mark}
263263

264-
^s| Monitoring and management
264+
^s| xref:monitoring/index.adoc[Monitoring and management]
265265
|
266266
|
267267

268-
| Endpoints and metrics for monitoring via Prometheus
268+
| xref:monitoring/metrics/expose.adoc#_prometheus[Endpoints and metrics for monitoring via Prometheus]
269269
|
270270
| {check-mark}
271271

272-
| Neo4j Operations Manager
272+
| link:https://neo4j.com/docs/ops-manager/current/[Neo4j Operations Manager]
273273
|
274274
| {check-mark}
275275

0 commit comments

Comments
 (0)