-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelate.json
More file actions
56 lines (56 loc) · 1.59 KB
/
relate.json
File metadata and controls
56 lines (56 loc) · 1.59 KB
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
{
"name": "Teapot",
"description":"I am a teapot",
"tags":[],
"app":{
"id":"@neo4j-apps/teapot",
"manifest":"public/manifest.json"
},
"files":[
"all-teas.bloom",
"tea.guide",
"import/*"
],
"databases":[
{
"name":"Live Production Server",
"url":"neo4j://teapot.aura.io/teas",
"version":"3.5.12",
"tags":[],
"apps":[
"@neo4j-apps/teapot",
"@neo4j-apps/neo4j-browser",
"@neo4j-apps/neo4j-bloom"
],
"open with":"@neo4j-apps/teapot",
"readme":"http://guides.neo4j.com/teapot.html",
"@neo4j-apps/neo4j-browser": {
"init":":play teapot"
},
"@neo4j-apps/neo4j-bloom": {
"perspectives":[
{
"role":"purchasing",
"perspective":"tea supply"
},
{
"role":"seller",
"perspective":"all teas"
}
]
},
"backups":[
{
"url":"file:backups/teas-20190712.graphdb.backup",
"version":"3.5.12",
"created":"2019-07-12"
},
{
"backup-20190810":"file:backups/teas-20190810.graphdb.backup",
"version":"3.5.12",
"created":"2019-08-10"
}
]
}
]
}