Skip to content

Commit 37f27f2

Browse files
committed
Merge branch 'v0.3' into v0.4
Signed-off-by: Oleksandr Porunov <alexandr.porunov@gmail.com>
2 parents 4989564 + b63f7f6 commit 37f27f2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/getting-started/installation.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,16 @@ $ ./bin/gremlin-server.sh /conf/gremlin-server/[...].yaml
119119
```
120120

121121
!!! info
122-
By default, this will instruct JanusGraph to use it's own inmemory backend instead of a dedicated database server.
122+
By default, JanusGraph will try to use a CQL-compatible storage backend.
123+
To use another backend, the following line within the earlier mentioned default configuration must be altered:
124+
```yaml
125+
graphs: {
126+
graph: conf/gremlin-server/janusgraph-cql-es-server.properties
127+
}
128+
```
129+
To get started, the non-persistent `inmemory` backend provided by `conf/janusgraph-inmemory.properties` is the easiest option to use.
123130
For further information about storage backends, visit the [corresponding section](../storage-backend/index.md) of the documentation.
124-
131+
125132
You are also encouraged to look into `janusgraph.sh`, which by defaults starts a more sophisticated server than `gremlin-server.sh`.
126133
Further documentation on server configuration can be found in the [JanusGraph Server](../basics/server.md) section.
127134

0 commit comments

Comments
 (0)