-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_sources.html
More file actions
382 lines (296 loc) · 11.7 KB
/
Copy pathcontent_sources.html
File metadata and controls
382 lines (296 loc) · 11.7 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SECONDO</title>
<meta name="description" content="extensible database system">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="secondo.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div align="center">
<img alt="SECONDO" src="images/logo.gif" height="107" width="598"> </div>
<h1> Sources and Downloads </h1>
At this page, we provide the sources of the last <span class="secondo">Secondo</span>
release. Note that if you have an old installation of <span class="secondo">Secondo</span>,
you should remove this old version completely (or just rename the containing folder).
<h2> GitHub </h2>
The current sources can be found on <a href="https://github.com/secondo-database/secondo" target="_blank">GitHub</a>.
The installation instructions can be found in the <a href="content_install.html">Installation Instructions</a> page.
<h2> Last Releases </h2>
Known to Work With:
<ul>
<li> Ubuntu 16.04, 18.04, 20.04, 20.10 </li>
<li> Debian 10 / 11 </li>
<li> OS X 10.15 Catalina, macOS 11.00 Big Sur</li>
</ul>
<table>
<tr> <th align=right> Release Date: </th> <td> 2021-09-03 </td></tr>
<tr> <th align=right> Version: </th> <td> Secondo 4.3.0 </td> </tr>
<tr> <th align=right> Download Size: </th> <td> 100 MB </td> </tr>
<tr> <th align=right> Encoding: </th> <td> Latin-1 </td></tr>
<tr> <th align=right> md5sum: </th> <td> b3b1818a026741a1ea46a9d6e9c863b2 </td></tr>
<tr> <th align=right> sha1sum: </th> <td> f1e20411d93771929d4cd474e8aa89c315ca13be </td></tr>
<tr> <th align=right> Download: </th> <td> <a href="http://newton2.fernuni-hagen.de/secondo/download/secondo-RC_430-LAT1.tar.gz">here</a> </td></tr>
</table>
<h2> Patches</h2>
At this place, we provide some patches for the current <span class="secondo">Secondo</span> version.<br><br>
<i> For version 4.3.0 no patches are available. </i>
<!--
<table>
<tr> <th> Patch </th> <th> Installation Info </th> <th> Info </th> </tr>
<tr> <td> <a href="files/Sources/patches/v400/FTextAlgebra.patch">FTextAlgebra.patch</a> </td>
<td> <a href="files/Sources/patches/v400/FTextAlgebra.txt">FTextAlgebra.txt</a> </td>
<td> bug fix if using a text within a btree </td>
</tr>
<tr> <td> <a href="files/Sources/patches/v400/ExtRelationAlgebra.patch">ExtRelationAlgebra.patch</a> </td>
<td> <a href="files/Sources/patches/v400/ExtRelationAlgebra.txt">ExtRelationAlgebra.txt</a> </td>
<td> bug fix in nth operator </td>
</tr>
</table>
-->
<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>
-->
<h2> Old Versions </h2>
For some nostalgic reasons, here some old and even older versions can be found.
<table BORDER="1" summary="5 columns. The 3rd column contains a link to download the source code for Windows, the 4th a link to download the source code for Linux, the 5th contains a link to download release notes.">
<tr>
<th>Date</th>
<th>Version</th>
<th>Source Code</th>
<th>Notes</th>
</tr>
<tr>
<td>2020-05-29</td>
<td>4.2.0</td>
<td><a href="https://github.com/secondo-database/secondo/archive/secondo_V4_1_3_RC1.tar.gz">Source Code</a>(81 MB)<br>
md5sum: a4e55c2a79aaab193ed2dc125ad710af <br>
sha1sum: 9311456a0a704bb8f60d223da4f79b94a60acf51
</td>
<td></td>
</tr>
<tr>
<td>29/11/2019</td>
<td>4.1.3</td>
<td><a href="https://github.com/secondo-database/secondo/archive/secondo_V4_1_3_RC1.tar.gz">Source Code</a>(77 MB)<br>
md5sum: 51aa7c3e9b74fc57aaa167f7ba41214b
</td>
<td></td>
</tr>
<tr>
<td>03/06/2019</td>
<td>4.1.2</td>
<td><a href="https://github.com/secondo-database/secondo/archive/RC_412.tar.gz">Source Code</a>(76 MB)<br>
md5sum: 75c1bcc02c038961bab01198dbfa73b3
</td>
<td></td>
</tr>
<tr>
<td>12/20/2016</td>
<td>4.1.0</td>
<td><a href="https://github.com/secondo-database/secondo/archive/RC4_1.tar.gz">Source Code</a>(38 MB)<br>
md5sum: 6f08e2fd5a86744f90ee2d51c92c40cc
</td>
<td></td>
</tr>
<tr>
<td>05/10/2016</td>
<td>4.0.0</td>
<td><a href="https://github.com/secondo-database/secondo/archive/Release-4-0-0.tar.gz">Source Code</a>(38 MB)<br>
md5sum: 2910ed4b0f3cd31bc0710cc4c34f77ce
</td>
<td><a href="files/Sources/release-notes/Release-Notes-v400.txt">Release Notes</a></td>
</tr>
<tr>
<td> 09/17/2014 </td>
<td> 3.4.0 </td>
<td> <a href="https://github.com/secondo-database/secondo/archive/rc340.tar.gz">Source Code</a> (94 MB)</td>
<td> <a href="files/Sources/release-notes/Release-Notes-v340.txt">notes</a></td>
</tr>
<tr>
<td> 10/31/2012 </td>
<td> 3.3.0 </td>
<td> <a href="https://github.com/secondo-database/secondo/archive/RC330.tar.gz">Source Code</a> (31 MB)</td>
<td> <a href="files/Sources/release-notes/Release-Notes-v330.txt">notes</a> </td>
</tr>
<tr>
<td> 12/16/2011 </td>
<td> 3.2.1 </td>
<td> <a href="https://github.com/secondo-database/secondo/archive/R322.tar.gz">Source Code</a> (25 MB)</td>
<td> <a href="files/Sources/release-notes/Release-Notes-v321.txt">notes</a> </td>
</tr>
<tr>
<td> 09/08/2011 </td>
<td> 3.2.0 </td>
<td> <a href="https://github.com/secondo-database/secondo/archive/v321.tar.gz">Source Code</a> (26 MB)</td>
<td> <a href="files/Sources/release-notes/Release-Notes-v320.txt">notes</a> </td>
</tr>
<tr>
<td> 07/20/2011 </td>
<td> 3.1.1 </td>
<td> <a href="https://github.com/secondo-database/secondo/archive/Secondo3_1_1rc2.tar.gz">Source Code</a> (24 MB)</td>
<td> <a href="files/Sources/release-notes/Release-Notes-v310.txt">notes</a> </td>
</tr>
<!--
<tr>
<td> 06/25/2010 </td>
<td> 3.0.0 </td>
<td> <a href="files/Sources/old/secondo-v300-CP1252.zip">Source Code</a> (25 MB)</td>
<td> <a href="files/Sources/old/secondo-v300-LAT1.tar.gz">Source Code</a> (23 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v30.txt">notes</a> </td>
</tr>
<tr>
<td> 01/25/2010 </td>
<td> 2.9.2 </td>
<td> <a href="files/Sources/old/secondo-v292-CP1252.zip">Source Code</a> (21 MB)</td>
<td> <a href="files/Sources/old/secondo-v292-LAT1.tar.gz">Source Code</a> (20 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v292.txt">notes</a> </td>
</tr>
<tr>
<td> 10/05/2009 </td>
<td> 2.9.1 </td>
<td> <a href="files/Sources/old/secondo-v291-CP1252.zip">Source Code</a> (21 MB)</td>
<td> <a href="files/Sources/old/secondo-v291-LAT1.tar.gz">Source Code</a> (20 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v291.txt">notes</a> </td>
</tr>
<tr>
<td> 08/24/2009 </td>
<td> 2.9.0 </td>
<td> <a href="files/Sources/old/secondo-v290-CP1252.zip">Source Code</a> (21 MB)</td>
<td> <a href="files/Sources/old/secondo-v290-LAT1.tar.gz">Source Code</a> (20 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v29.txt">notes</a> </td>
</tr>
<tr>
<td> 06/04/2009 </td>
<td> 2.8.4 </td>
<td> <a href="files/Sources/old/secondo-v284-CP1252.zip">Source Code</a> (21 MB)</td>
<td> <a href="files/Sources/old/secondo-v284-LAT1.tar.gz">Source Code</a> (20 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v284.txt">notes</a> </td>
</tr>
<tr>
<td> 01/05/2009 </td>
<td> 2.8.3 </td>
<td> <a href="files/Sources/old/secondo-v283-Winter08-CP1252.tar.gz">Source Code</a> (13 MB)</td>
<td> <a href="files/Sources/old/secondo-v283-Winter08-LAT1.tar.gz">Source Code</a> (13 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v283.txt">notes</a> </td>
</tr>
<tr>
<td> 12/19/2008 </td>
<td> 2.8.2 </td>
<td> <a href="files/Sources/old/secondo-v282-Winter08-CP1252.tar.gz">Source Code</a> (13 MB)</td>
<td> <a href="files/Sources/old/secondo-v282-Winter08-LAT1.tar.gz">Source Code</a> (13 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v282.txt">notes</a> </td>
</tr>
<tr>
<td> 12/16/2008 </td>
<td> 2.8.1 </td>
<td> <a href="files/Sources/old/secondo-v281-Winter08-CP1252.tar.gz">Source Code</a> (13 MB)</td>
<td> <a href="files/Sources/old/secondo-v281-Winter08-LAT1.tar.gz">Source Code</a> (13 MB)</td>
<td> <a href="files/Sources/old/Release-Notes-v281.txt">notes</a> </td>
</tr>
<tr>
<td> 10/10/2008 </td>
<td> 2.7 </td>
<td> <a href="files/Sources/old/secondo-v27-ColoredLeaves08-CP1252.zip">Source Code</a> (13 MB)</td>
<td> <a href="files/Sources/old/secondo-v27-ColoredLeaves08-LAT1.tar.gz">Source Code</a> (14 MB)</td>
<td> </td>
</tr>
<tr>
<td> 10/25/2007 </td>
<td> 2.6 </td>
<td> <a href="files/Sources/old/secondo-v26-CP1252.zip"> Source Code</a> (13 MB) </td>
<td> <a href="files/Sources/old/secondo-v26-LAT1.tar.gz"> Source Code</a> (12 MB) </td>
<td> <a href="files/Sources/old/Release-Notes-v26.txt">notes</a> </td>
</tr>
<tr>
<td> 09/17/2007 </td>
<td> 2.5 </td>
<td> <a href="files/Sources/old/secondo-v25-CP1252.zip"> Source Code</a> (12 MB) </td>
<td> <a href="files/Sources/old/secondo-v25-LAT1.tar.gz"> Source Code</a> (11 MB) </td>
<td> <a href="files/Sources/old/Release-Notes.txt">notes</a> </td>
</tr>
-->
</table>
<div class="footnote">
Last Changed: 2020-05-29 (JNI)
</div>
</body>
</html>