-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent_docu_specific.html
More file actions
59 lines (39 loc) · 2.45 KB
/
Copy pathcontent_docu_specific.html
File metadata and controls
59 lines (39 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
---
layout: default
title: Specific Topics - SECONDO
description: extensible database system
---
<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" target="_blank" rel="noopener noreferrer">User Guide for Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/example.pdf" target="_blank" rel="noopener noreferrer">Example: How to Write Parallel Queries in Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/vmExample.pdf" target="_blank" rel="noopener noreferrer">Example: How to Use the VM Parallel SECONDO</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/amiExample.pdf" target="_blank" rel="noopener noreferrer">Example: How to Set Up Parallel SECONDO on AWS EC2</a></li>
<li> <a href="files/Documentation/Algebras/hadoop/pbExample.pdf" target="_blank" rel="noopener noreferrer">Example: How to Use the Parallel BerlinMOD Benchmark</a></li>
</ul>
<h2> Distributed2-Algebra </h2>
<ul>
<li> <a href="files/Documentation/General/DistributedQueryProcessinginSecondo.pdf" target="_blank" rel="noopener noreferrer">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" target="_blank" rel="noopener noreferrer">Working With Raster Data</a></li>
<li> <a href="files/Documentation/Algebras/Tile/Examples_for_GISAlgebra.pdf" target="_blank" rel="noopener noreferrer">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" target="_blank" rel="noopener noreferrer">Manual for the UpdateViewer2 </a>(german only, part of a Bachelor thesis) </li>
</ul>
<div class="footnote">
Last Changed: 2016-09-26
</div>