-
Notifications
You must be signed in to change notification settings - Fork 0
/
chapter2.tex
40 lines (39 loc) · 2.61 KB
/
chapter2.tex
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
\chapter{Kapitel II - NoSQL - Ausgewählte Systeme at a Glance}
\section{ArangoDB}
\begin{table}[h]
\centering
\begin{tabular}{|l|l|}
\hline
\textbf{Bezeichnung} & \textbf{ArangoDB} \\ \hline
Name & ArangoDB \\ \hline
Kategorie & NoSQL \\ \hline
Version & 03. Jul \\ \hline
Hersteller & ArangoDB Inc. \\ \hline
Lizenz & Open Source \\ \hline
Quellenangaben & https://www.arangodb.com/docs/stable/ \\ \hline
Downloadadressen & https://www.arangodb.com/download/ \\ \hline
Erscheinungsjahr & 2012 \\ \hline
Implementierungssprache & C++ \\ \hline
Server Betriebssysteme & Linux \\
& OS X \\
& Windows \\ \hline
Primäres Datenbankmodell & Document Store \\
& Graph DBMS \\
& Key-Value Store \\
& Suchmachine \\ \hline
Typisierung & Ja \\ \hline
SQL & Nein \\ \hline
APIs und andere Zugriffskonzepte & AQL \\
& Foxx Framework \\
& Graph API \\
& GraphQL query language \\
& Java und SpringData \\ \hline
Partitionierungsmechanismen & Sharding (Ab Version 2.0) \\ \hline
MapReduce & Nein \\ \hline
Unterstützte Programmiersprachen & C\# \\
& C++ \\
& Java \\ & PHP \\ \hline
\end{tabular}
\caption{ArangoDB Übersicht}
\label{table01}
\end{table}