blob: e8550156de7bd4e6199ba23cb0c1cbf8bd04bd79 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# Specify the graph implementation class
gremlin.graph=org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerGraph
# Optional: Specify a file location for persistent storage.
# Uncomment the following line if you wish to persist graph data between restarts.
gremlin.tinkergraph.graphLocation=/opt/gremlin-server/data/graph.json
# Configure the ID managers for vertices and edges
gremlin.tinkergraph.vertexIdManager=LONG
gremlin.tinkergraph.graphFormat=graphson