comparison importFromOpenMind/importer/model2neo4j.py @ 28:a9bfd49355f8

updated config for ismi-dev.
author casties
date Wed, 18 Nov 2015 15:22:05 +0100
parents 5bdcb5805d29
children 1a1877812757
comparison
equal deleted inserted replaced
27:3fce3fa9097e 28:a9bfd49355f8
6 6
7 # metworkx graph file 7 # metworkx graph file
8 input_fn = 'ismi_graph.gpickle' 8 input_fn = 'ismi_graph.gpickle'
9 9
10 # label added to all nodes 10 # label added to all nodes
11 project_label = '_ismi6' 11 project_label = '_ismi'
12 12
13 # neo4j base URL 13 # neo4j base URL
14 neo4jBaseURL = "http://localhost:7474/db/data/" 14 neo4jBaseURL = "http://localhost:7474/db/data/"
15 15
16 16