-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json
101 lines (101 loc) · 3.66 KB
/
config.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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"demodb": {
"description": "The demo database from 3.0.x version, documentation and sample queries: https://orientdb.com/docs/3.0.x/gettingstarted/demodb/",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.02.20",
"releasedOn": "2017-06-12",
"url": "https://orientdb.com/public-databases/3.0.x/demodb.zip"
}
}
},
"GratefulDeadConcerts": {
"description": "Database containing the concerts of the Grateful Dead band",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.00.00",
"releasedOn": "2014-08-30",
"url": "https://orientdb.com/public-databases/3.0.x/GratefulDeadConcerts.zip"
}
}
},
"VehicleHistoryGraph": {
"description": "Database containing car models",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.00.00",
"releasedOn": "2014-12-09",
"url": "https://orientdb.com/public-databases/3.0.x/VehicleHistoryGraph.zip"
}
}
},
"MovieRatings": {
"description": "Database containing Movies classified by Genre and Ratings by Users, by MovieLens (movielens.org). To know more look at: http://pizzaconnections.net/2015/03/27/148/",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.00.00",
"releasedOn": "2015-03-31",
"url": "https://orientdb.com/public-databases/3.0.x/MovieRatings.zip"
}
}
},
"OpenBeer": {
"description": "Database built from http://openbeerdb.com/ containing relationships between Beers, Beweries, Beer types and styles",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.00.00",
"releasedOn": "2015-04-23",
"url": "https://orientdb.com/public-databases/3.0.x/OpenBeer.zip"
}
}
},
"Whisky": {
"description": "Database containing whisky information by Leif Jantzen (https://github.com/ljantzen)",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.00.00",
"releasedOn": "2015-05-16",
"url": "https://orientdb.com/public-databases/3.0.x/Whisky.zip"
}
}
},
"Tolkien-Arda": {
"description": "Database containing Tolkien (Middle-earth) related information like Characters, Locations and Events from his different works (http://arda-maps.org)",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.00.00",
"releasedOn": "2015-08-14",
"url": "https://orientdb.com/public-databases/3.0.x/Tolkien-Arda.zip"
}
}
},
"Reactome": {
"description": "525Mb - OrientDB version of the Reactome Database (a free, open-source, curated and peer reviewed database of pathways and reactions - pathway steps- in human biology). Version 59 - http://reactome.org/ . Sample queries: https://github.com/orientechnologies/reactome-orientdb",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.02.16",
"releasedOn": "2017-03-01",
"url": "https://orientdb.com/public-databases/3.0.x/Reactome.zip"
}
}
},
"PanamaPapers": {
"description": "290Mb - OrientDB version of the ICIJ Offshore Leaks Database - https://panamapapers.icij.org - Sample queries: https://github.com/orientechnologies/panama-papers-orientdb",
"license": "Creative Commons",
"versions": {
"02.00.00": {
"compatibleFrom": "02.02.17",
"releasedOn": "2017-03-07",
"url": "https://orientdb.com/public-databases/3.0.x/PanamaPapers.zip"
}
}
}
}