Skip to content

Commit 81bdddf

Browse files
committed
Products folder in CE vs EE (#1936)
1 parent 1ec162a commit 81bdddf

File tree

1 file changed

+36
-14
lines changed

1 file changed

+36
-14
lines changed

modules/ROOT/pages/configuration/file-locations.adoc

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ For the Neo4j's uses of the Java Native Access (JNA) library, set `server.jvm.ad
2424
[[neo4j-bin]]
2525
=== Bin
2626

27-
Description:: The Neo4j running script and built-in tools, such as xref:tools/cypher-shell.adoc[Cypher Shell] and xref:tools/neo4j-admin/index.adoc[Neo4j Admin].
27+
The _bin_ directory contains the Neo4j running script and built-in tools, such as xref:tools/cypher-shell.adoc[Cypher Shell] and xref:tools/neo4j-admin/index.adoc[Neo4j Admin].
2828

2929
File permissions:: Read only and execute.
3030

31+
._bin_ directory default location per distribution
3132
[cols="1,4", options="header"]
3233
|===
3334
| Neo4j distribution
@@ -42,10 +43,11 @@ File permissions:: Read only and execute.
4243
[[neo4j-certificates]]
4344
=== Certificates
4445

45-
Description:: The Neo4j TLS certificates.
46+
The certificate directory contains the Neo4j TLS certificates.
4647

4748
File permissions:: Read only.
4849

50+
._certificates_ directory default location per distribution
4951
[cols="1,4", options="header"]
5052
|===
5153
| Neo4j distribution
@@ -60,11 +62,12 @@ File permissions:: Read only.
6062
[[neo4j-config]]
6163
=== Configuration
6264

63-
Description:: The Neo4j configuration settings, Log4j configuration settings, and the JMX access credentials.
65+
The _configuration_ directory contains the Neo4j configuration settings, Log4j configuration settings, and the JMX access credentials.
6466
For details about _neo4j.conf_, see xref:configuration/neo4j-conf.adoc[The neo4j.conf file].
6567

6668
File permissions:: Read only
6769

70+
._configuration_ directory default location per distribution
6871
[cols="1,4", options="header"]
6972
|===
7073
| Neo4j distribution
@@ -88,11 +91,12 @@ _/etc/neo4j/user-log.xml_
8891
[[data]]
8992
=== Data
9093

91-
Description:: All data-related content, such as databases, transactions, cluster-state (if applicable), dumps, and the _cypher.script_ files (from the `neo4j-admin database restore` command).
94+
The _data_ directory contains all data-related content, such as databases, transactions, cluster-state (if applicable), dumps, and the _cypher.script_ files (from the `neo4j-admin database restore` command).
9295
The data directory is internal to Neo4j and its structure is subject to change between versions without notice.
9396

9497
File permissions:: Read and write.
9598

99+
._data_ directory default location per distribution
96100
[cols="1,4", options="header"]
97101
|===
98102
| Neo4j distribution
@@ -107,10 +111,11 @@ File permissions:: Read and write.
107111
[[neo4j-import]]
108112
=== Import
109113

110-
Description:: All CSV files that the command `LOAD CSV` uses as sources to import data in Neo4j.
114+
The _import_ directory contains all CSV files that the command `LOAD CSV` uses as sources to import data in Neo4j.
111115

112116
File permissions:: Read only
113117

118+
._import_ directory default location per distribution
114119
[cols="1,4", options="header"]
115120
|===
116121
| Neo4j distribution
@@ -125,11 +130,12 @@ File permissions:: Read only
125130
[[neo4j-labs]]
126131
=== Labs
127132

128-
Description:: Contains APOC Core.
133+
The _labs_ directory contains APOC Core.
129134
For more information, see https://neo4j.com/docs/apoc/current/installation/[APOC User Guide -> Installation].
130135

131136
File permissions:: Read only.
132137

138+
._labs_ directory default location per distribution
133139
[cols="1,4", options="header"]
134140
|===
135141
| Neo4j distribution
@@ -144,10 +150,11 @@ File permissions:: Read only.
144150
[[neo4j-lib]]
145151
=== Lib
146152

147-
Description:: All Neo4j dependencies.
153+
The _lib_ directory contains all Neo4j dependencies.
148154

149155
File permissions:: Read only.
150156

157+
._lib_ directory default location per distribution
151158
[cols="1,4", options="header"]
152159
|===
153160
| Neo4j distribution
@@ -162,10 +169,11 @@ File permissions:: Read only.
162169
[[neo4j-licenses]]
163170
=== Licenses
164171

165-
Description:: For storing license files from Neo4j.
172+
The _licenses_ directory contains Neo4j license files.
166173

167174
File permissions:: Read only.
168175

176+
._licenses_ directory default location per distribution
169177
[cols="1,4", options="header"]
170178
|===
171179
| Neo4j distribution
@@ -180,10 +188,11 @@ File permissions:: Read only.
180188
[[neo4j-logs]]
181189
=== Logs
182190

183-
Description:: The Neo4j log files.
191+
The _logs_ directory contains the Neo4j log files.
184192

185193
File permissions:: Read and write.
186194

195+
._logs_ directory default location per distribution
187196
[cols="1,4", options="header"]
188197
|===
189198
| Neo4j distribution
@@ -200,10 +209,11 @@ File permissions:: Read and write.
200209
[[neo4j-metrics]]
201210
=== Metrics
202211

203-
Description:: The Neo4j built-in metrics for monitoring the Neo4j DBMS and each individual database.
212+
The _metrics_ directory contains the Neo4j built-in metrics for monitoring the Neo4j DBMS and each individual database.
204213

205214
File permissions:: Read and write.
206215

216+
._metrics_ directory default location per distribution
207217
[cols="1,4", options="header"]
208218
|===
209219
| Neo4j distribution
@@ -218,10 +228,11 @@ File permissions:: Read and write.
218228
[[neo4j-plugins]]
219229
=== Plugins
220230

221-
Description:: Custom code that extends Neo4j, for example, user-defined procedures, functions, and security plugins.
231+
The _plugins_ directory contains custom code that extends Neo4j, for example, user-defined procedures, functions, and security plugins.
222232

223233
File permissions:: Read only.
224234

235+
._plugins_ directory default location per distribution
225236
[cols="1,4", options="header"]
226237
|===
227238
| Neo4j distribution
@@ -237,11 +248,21 @@ File permissions:: Read only.
237248
[[neo4j-products]]
238249
=== Products
239250

240-
Description:: The JAR files of the Neo4j products: link:https://neo4j.com/docs/graph-data-science/current/[Graph Data Science Library], link:https://neo4j.com/docs/bloom-user-guide/current/[Neo4j Bloom], and link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/genai-integrations/[GenAI plugin].
241-
The folder also contains a _README.txt_ file with information on enabling them.
251+
The _products_ directory contains the JAR files of the Neo4j products.
252+
253+
For Enterprise Edition, these are:
254+
255+
* link:{neo4j-docs-base-uri}/bloom-user-guide/current/[Neo4j Bloom]
256+
* link:{neo4j-docs-base-uri}/graph-data-science/current/[Graph Data Science Library]
257+
* link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/genai-integrations/[GenAI plugin]
258+
* link:{neo4j-docs-base-uri}/ops-manager/current/[Neo4j Ops Manager Server]
259+
* _README.txt_ file -- with information on enabling them.
260+
261+
Community Edition contains only the link:{neo4j-docs-base-uri}/cypher-manual/{page-version}/genai-integrations/[GenAI plugin].
242262

243263
File permissions:: Read only.
244264

265+
._products_ directory default location per distribution
245266
[cols="1,4", options="header"]
246267
|===
247268
| Neo4j distribution
@@ -256,10 +277,11 @@ File permissions:: Read only.
256277
[[neo4j-run]]
257278
=== Run
258279

259-
Description:: The processes IDs.
280+
The _run_ directory contains the processes IDs.
260281

261282
File permissions:: Read and write.
262283

284+
._run_ directory default location per distribution
263285
[cols="1,4", options="header"]
264286
|===
265287
| Neo4j distribution

0 commit comments

Comments
 (0)