-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_docu_specific.html
More file actions
71 lines (48 loc) · 2.45 KB
/
Copy pathcontent_docu_specific.html
File metadata and controls
71 lines (48 loc) · 2.45 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
<!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>
<a name="algebras"></a>
<h1>Specific Topics</h1>
<span class="secondo">Secondo</span> can be extended by algebra modules. Such an algebra
provides some new data types and operators. It can use the
types of other algebras. Operators are directly available
in the executable language of <span class="secondo">Secondo</span> and partially also in the Optimizer. In this section, we provide
some files describing specific algebra modules:
<h2> Hadoop-Parallel-Algebra </h2>
<ul>
<li> <a href="files/Documentation/Algebras/hadoop/PSUserGuide.pdf">User Guide for Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/example.pdf">Example: How to Write Parallel Queries in Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/vmExample.pdf">Example: How to Use the VM Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/amiExample.pdf">Example: How to Set Up Parallel SECONDO on AWS EC2</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/pbExample.pdf">Example: How to Use the Parallel BerlinMOD Benchmark</a></li>
</ul>
<h2> Distributed2-Algebra </h2>
<ul>
<li> <a href="files/Documentation/General/DistributedQueryProcessinginSecondo.pdf">Distributed Query Processing in Secondo</a></li>
</ul>
<h2> Raster2-, Tile-, and GIS-Algebra </h2>
<ul>
<li> <a href="files/Documentation/Algebras/Tile/Working_With_Raster_Data.pdf">Working With Raster Data</a></li>
<li> <a href="files/Documentation/Algebras/Tile/Examples_for_GISAlgebra.pdf">Examples for GISAlgebra</a></li>
</ul>
<h2>Viewer-Specific Documentation</h2>
The graphical user interface of <span class="secondo">Secondo</span> can be extended by so-called
viewers able to present different data types. On this page, we provide documents describing
such viewers.
<ul>
<li> <a href="files/Documentation/Viewer/UpdateViewer2.pdf">Manual for the UpdateViewer2 </a>(german only, part of a Bachelor thesis) </li>
</ul>
<div class="footnote">
Last Changed: 2016-09-26
</div>
</body>
</html>