-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_docu.html
More file actions
47 lines (36 loc) · 2.26 KB
/
Copy pathcontent_docu.html
File metadata and controls
47 lines (36 loc) · 2.26 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
<!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>
<div align="center">
<img alt="SECONDO" src="images/logo.gif" height="107" width="598"> </div>
<h1>General Documentation</h1>
<p>
At this place, we provide some pdf documents describing the usage of <span class="secondo">Secondo</span>
in general. Furthermore, some examples are shown, how to use <span class="secondo">Secondo</span>.
If you want to retrace these examples, install <span class="secondo">Secondo</span>. How to do this, can be
read <a href="content_install.html">here</a>.
<p>
Note that starting with version 4.0.0, Secondo is natively capable of distributed query processing (running Secondo
on many computers / multiple cores). This is explained in the second document.
<ul>
<li> <a href="files/Documentation/General/SecondoManual.pdf">User Manual</a> (Version 4.2, November 2019)</li>
<li> <a href="files/Documentation/General/DistributedQueryProcessinginSecondo.pdf">Tutorial: Distributed Query Processing in Secondo</a> (Version 4.0, October 29, 2019)</li>
<li> <a href="files/Documentation/General/ParallelTrajectoryManagement.pdf">Example: Parallel Trajectory Management in Secondo</a> (Version 1.1, January 3, 2020)</li>
<li> <a href="files/Documentation/General/ParallelTrajectoryManagementInstallation.pdf">Installation Instructions for Parallel Trajectory Management in Secondo</a> (Version 1.0, October 30, 2019)</li>
<li> <a href="files/Documentation/General/Secondo-mod.pdf">Short Guide to Using Secondo</a></li>
<li> <a href="files/Documentation/General/SecondoQuerying.pdf">Short Guide to Querying at the Executable Level </a></li>
<li> <a href="files/Documentation/General/SecondoTracks.pdf">Example: Loading Tracks and Displaying Them With a Map Background </a></li>
<li> <a href="https://ub-deposit.fernuni-hagen.de/receive/mir_mods_00000992">Integrating Programs and Documentation / The PD system</a></li>
</ul>
<div class="footnote">
Last Changed: 2024-06-26 (rhg)
</div>
</body>
</html>