-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathneo4j_info.json
85 lines (85 loc) · 1.68 KB
/
neo4j_info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"train_domains": [
"art",
"biology",
"soccer",
"terrorist_attack"
],
"test_domains": [
"company",
"fictional_character",
"flight_accident",
"geography",
"movie",
"nba",
"politics"
],
"full": {
"art": {
"host": "localhost",
"port": 15060,
"username": "neo4j",
"password": "cypherbench"
},
"biology": {
"host": "localhost",
"port": 15061,
"username": "neo4j",
"password": "cypherbench"
},
"company": {
"host": "localhost",
"port": 15062,
"username": "neo4j",
"password": "cypherbench"
},
"fictional_character": {
"host": "localhost",
"port": 15063,
"username": "neo4j",
"password": "cypherbench"
},
"flight_accident": {
"host": "localhost",
"port": 15064,
"username": "neo4j",
"password": "cypherbench"
},
"geography": {
"host": "localhost",
"port": 15065,
"username": "neo4j",
"password": "cypherbench"
},
"movie": {
"host": "localhost",
"port": 15066,
"username": "neo4j",
"password": "cypherbench"
},
"nba": {
"host": "localhost",
"port": 15067,
"username": "neo4j",
"password": "cypherbench"
},
"politics": {
"host": "localhost",
"port": 15068,
"username": "neo4j",
"password": "cypherbench"
},
"soccer": {
"host": "localhost",
"port": 15069,
"username": "neo4j",
"password": "cypherbench"
},
"terrorist_attack": {
"host": "localhost",
"port": 15070,
"username": "neo4j",
"password": "cypherbench"
}
}
}