You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/configuration/file-locations.adoc
+36-14Lines changed: 36 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,11 @@ For the Neo4j's uses of the Java Native Access (JNA) library, set `server.jvm.ad
24
24
[[neo4j-bin]]
25
25
=== Bin
26
26
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].
28
28
29
29
File permissions:: Read only and execute.
30
30
31
+
._bin_ directory default location per distribution
31
32
[cols="1,4", options="header"]
32
33
|===
33
34
| Neo4j distribution
@@ -42,10 +43,11 @@ File permissions:: Read only and execute.
42
43
[[neo4j-certificates]]
43
44
=== Certificates
44
45
45
-
Description:: The Neo4j TLS certificates.
46
+
The certificate directory contains the Neo4j TLS certificates.
46
47
47
48
File permissions:: Read only.
48
49
50
+
._certificates_ directory default location per distribution
49
51
[cols="1,4", options="header"]
50
52
|===
51
53
| Neo4j distribution
@@ -60,11 +62,12 @@ File permissions:: Read only.
60
62
[[neo4j-config]]
61
63
=== Configuration
62
64
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.
64
66
For details about _neo4j.conf_, see xref:configuration/neo4j-conf.adoc[The neo4j.conf file].
65
67
66
68
File permissions:: Read only
67
69
70
+
._configuration_ directory default location per distribution
68
71
[cols="1,4", options="header"]
69
72
|===
70
73
| Neo4j distribution
@@ -88,11 +91,12 @@ _/etc/neo4j/user-log.xml_
88
91
[[data]]
89
92
=== Data
90
93
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).
92
95
The data directory is internal to Neo4j and its structure is subject to change between versions without notice.
93
96
94
97
File permissions:: Read and write.
95
98
99
+
._data_ directory default location per distribution
96
100
[cols="1,4", options="header"]
97
101
|===
98
102
| Neo4j distribution
@@ -107,10 +111,11 @@ File permissions:: Read and write.
107
111
[[neo4j-import]]
108
112
=== Import
109
113
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.
111
115
112
116
File permissions:: Read only
113
117
118
+
._import_ directory default location per distribution
114
119
[cols="1,4", options="header"]
115
120
|===
116
121
| Neo4j distribution
@@ -125,11 +130,12 @@ File permissions:: Read only
125
130
[[neo4j-labs]]
126
131
=== Labs
127
132
128
-
Description:: Contains APOC Core.
133
+
The _labs_ directory contains APOC Core.
129
134
For more information, see https://neo4j.com/docs/apoc/current/installation/[APOC User Guide -> Installation].
130
135
131
136
File permissions:: Read only.
132
137
138
+
._labs_ directory default location per distribution
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.
0 commit comments