This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Doradus OLAP Databases
JoeWinter edited this page Dec 15, 2014
·
21 revisions
[Table of Contents](https://github.com/dell-oss/Doradus/wiki/OLAP Databases: Table-of-Contents) | Next
This document describes the Doradus OLAP database, which is a Doradus server configured to use the OLAP storage service to manage data. A Doradus OLAP database offers unique performance and storage advantages that benefit specific types of applications. This document describes the unique features of Doradus OLAP, its data model, and its REST commands.
Doradus OLAP builds upon the Doradus core data model and query language (DQL). This document provides an overview of these topics and provides OLAP-specific examples. The following documents are also available:
- Doradus Spider Database: Describes the features, data model extensions, and REST commands specific to the Doradus Spider Database.
- Doradus Administration: Describes how to install and configure Doradus for various deployment scenarios, and it describes the JMX commands provided by the Doradus Server.
This document is organized into the following sections:
- Architecture: An overview of the Doradus architecture. The Doradus OLAP and Doradus Spider databases are compared.
- OLAP Database Overview: An overview of an OLAP database including its architecture, unique features, the types of applications it is best suited for, and an example application schema.
- OLAP Data Model: Describes core Doradus data model concepts and extensions specific to Doradus OLAP such as xlinks.
- Doradus Query Language (DQL): A detailed description of DQL: perspectives, clauses, link paths, etc.
- OLAP Object Queries: Describes the Object Query type including parameters and output results in XML and JSON.
- OLAP Aggregate Queries: Describes the Aggregate Query type including parameters and output results in XML and JSON.
- OLAP REST Commands: Describes the REST commands supported by OLAP databases for schema definition, updates, queries, and shard management.
The following changes were made to reflect new features for the v2.3 release:
- In object queries, the order parameter (&o) now supports multiple sort fields. Example:
&o=LastName,FirstName.
Technical Documentation
[Doradus OLAP Databases](https://github.com/dell-oss/Doradus/wiki/Doradus OLAP Databases)
- Architecture
- OLAP Database Overview
- OLAP Data Model
- Doradus Query Language (DQL)
- OLAP Object Queries
- OLAP Aggregate Queries
- OLAP REST Commands
- Architecture
- Spider Database Overview
- Spider Data Model
- Doradus Query Language (DQL)
- Spider Object Queries
- Spider Aggregate Queries
- Spider REST Commands
- [Installing and Running Doradus](https://github.com/dell-oss/Doradus/wiki/Installing and Running Doradus)
- [Deployment Guidelines](https://github.com/dell-oss/Doradus/wiki/Deployment Guidelines)
- [Doradus Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation)
- [Cassandra Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Cassandra Configuration and Operation)