File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments