-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_down.html
More file actions
144 lines (99 loc) · 3.5 KB
/
Copy pathcontent_down.html
File metadata and controls
144 lines (99 loc) · 3.5 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SECONDO</title>
<meta name="description" content="extensible database system">
<link rel="stylesheet" type="text/css" href="secondo.css">
<link rel="shortcut icon" href="favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body onload="window.status='SECONDO - An Extensible Database System'">
<div align="center">
<img alt="SECONDO" src="images/logo.gif" height="107" width="598"> </div>
<h1> Other Downloads </h1>
On this page some useful downloads are provided.
<a name="gui"></a>
<h2> GUI Binaries </h2>
In order to connect to a running <span class="secondo">Secondo</span> server, it is not
required to install a complete <span class="secondo">Secondo</span> system on the client.
Rather, it is sufficient, to copy the binaries of the <span class="secondo">Secondo</span>'s GUI
to the client. The GUI will run on each system having an installed Java
in the needed version.
The Gui can be downloaded here: <br>
<table border="1">
<tr> <th align="left"> Link </th> <th align="left">Date</th><th align="left">Size</th> <th align="left"> md5sum </th></tr>
<tr> <td align="left"><br><a class="btn" href="files/Binaries/Javagui_2019_12_18.zip">Download</a> <br><br> </td>
<td align="left"> 2019-12-18 </td>
<td align="left"> 20 MB </td>
<td align="left"> 9f21a045d42a1d8c64915cd3641bc778 </td>
</tr>
</table>
<a name="scripts"></a>
<h2> Scripts </h2>
Here, we provide some secondo scripts.
<table>
<tr><th> Link </th><th>Info</th></tr>
<tr>
<td><a href="files/scripts/nrwImportShapeNew.psec">nrwImportShapeNew.psec</a></td>
<td> Script importing shape files from geofabrik in format valid since august 2016 </td>
</tr>
<tr>
<td><a href="files/scripts/ParallelNTreeConstruction.psec.pdf">ParallelNTreeConstruction.psec.pdf</a></td>
<td> Parallel construction of an N-Tree using the Distributed Algebra</td>
</tr>
</table>
<!--
<a name="data"></a>
<h2> Data </h2>
In this section, we provide some interesting data for own experiments.
<p>
Here we present some data sets e.g. geographical data or relations with
standard data types represented in a textual nested list format suitable
for <span class="secondo">Secondo</span>.
</p>
<table BORDER="1" summary="2 columns,">
<tr>
<th>data set</th>
<th>description</th>
</tr>
<tr>
<td><a href="files/data/berlindb/">berlindb</a></td>
<td>The city map of Berlin</td>
</tr>
<tr>
<td><a href="files/data/geodb/">geodb</a></td>
<td>Zip codes of German cities</td>
</tr>
<tr>
<td><a href="files/data/metrodb/">metrodb</a></td>
<td>Some trains of the Berlin metro represented as moving points</td>
</tr>
<tr>
<td><a href="files/data/opengeodb/">opengeodb</a></td>
<td>German states and districts. For further information
visit <a href="http://www.opengeodb.de" target="_blank">www.opengeodb.de</a></td>
</tr>
<tr>
<td><a href="files/data/optdb/">optdb</a></td>
<td>Some relations used by the examples in the optimizer documentation</td>
</tr>
<tr>
<td><a href="files/data/osnabrueck/">osnabrueck</a></td>
<td>City map of the German city Osnabrück</td>
</tr>
<tr>
<td><a href="files/data/transobj/">transobj</a></td>
<td>A java program converting data from <a href="https://www.dict.cc" target="_blank">www.dict.cc</a></td>
</tr>
<tr>
<td><a href="files/data/vorwahlobj/">vorwahlobj</a></td>
<td>Area codes of German cities</td>
</tr>
</table>
<hr>
-->
<div class="footnote">
Last Changed: 2023-12-21 (rhg)
</div>
</body>
</html>