Friday 2 February 2018

SAP HANA 2.0 editions (2018) – by the SAP HANA Academy

Introduction


The Feature Scope Description for SAP HANA has been updated for 2018. In this blog, you will find a brief overview of the feature sets with references to SAP HANA Academy tutorial videos and playlists.

Editions


SAP HANA is available in three editions:

◈ Standard
◈ Enterprise
◈ Express


SAP HANA Features


SAP HANA platform

Standard Edition


The SAP HANA standard edition comprises the core database, integration and application services, series data, plus a number of components that require additional installation:

◈ Dynamic Tiering (PLM)
◈ SAP HANA Accelerator for SAP ASE (PLM)
◈ SAP Enterprise Architecture Designer, edition for SAP HANA (ALM)
◈ Operational Process Intelligence (ALM)
◈ HANA Rules Framework (ALM)
◈ Data Warehousing Foundation (ALM)

PLM = Platform Lifecycle Management (hdblcm)
ALM = Application Lifecycle Management (“powered by HANA”)

There are no playlists on the SAP HANA Academy that specifically cover the core SAP HANA  services but you will find most of them addressed in our library.

Dynamic Tiering


SAP HANA dynamic tiering is a native big data solution for SAP HANA that adds smart, disk-based extended storage to your SAP HANA database with its own database, integration and application services feature sets.


Under the hood: SAP HANA dynamic tiering

For the SAP HANA Academy video tutorial playlists, see



SAP HANA Academy video tutorial – SAP HANA Dynamic Tiering 2.0

SAP HANA Accelerator for SAP ASE


The accelerator for SAP Adaptive Server Enterprise (ASE) adds analytics acceleration to the SAP ASE database engine leveraging SAP HANA.


SAP HANA Accelerator for SAP ASE Architecture

SAP Enterprise Architecture Designer, edition for SAP HANA


SAP Enterprise Architecture Designer, edition for SAP HANA allows you to capture, analyze, and present your organization’s landscapes, strategies, requirements, processes, data, and other artifacts in a shared environment.


SAP EAD – Workspace


SAP HANA Academy video tutorial – SAP Enterprise Architect Designer

Series


Series data is data collected at a measurable interval, such as time. You can use series data SQL statements to detect and forecast trends in a series.

CREATE COLUMN TABLE "InterpolationTable"
    (ts_id VARCHAR(20), date DAYDATE, val DOUBLE)
    SERIES(SERIES KEY(ts_id) PERIOD FOR SERIES(date)
        EQUIDISTANT INCREMENT BY INTERVAL 1 DAY MISSING ELEMENTS ALLOWED);

SELECT CUBIC_SPLINE_APPROX(val, 'SPLINE_TYPE_NOT_A_KNOT')
    OVER(SERIES TABLE "InterpolationTable") FROM "InterpolationTable";

For the SAP HANA Academy video tutorial playlists, see


Operational Process Intelligence (incl HRF)


Includes SAP Operational Process Intelligence powered by SAP HANA and SAP HANA rules framework.


SAP Operational Process Intelligence – Business Scenario

For the SAP HANA Academy video tutorial playlists, see


Data Warehousing Foundation


SAP HANA data warehousing foundation supports data management and distribution across complex SAP HANA landscapes.


For the SAP HANA Academy video tutorial playlists, see



SAP HANA Academy video tutorial playlist – SAP HANA Data Warehousing Foundation

Enterprise Edition


The SAP HANA enterprise edition comprises all of the above, adding:

◈ Spatial and Graph
◈ Data Privacy
◈ Search, Text Analysis, and Text Mining

plus a number of components that require additional installation:

◈ Predictive Analysis Library and R (PLM)
◈ SAP HANA Streaming Analytics (PLM)
◈ Enterprise Information Management
    ◈ Smart Data Integration
    ◈ Smart Data Quality
◈ SAP HANA Replication
    ◈ SAP Landscape Transformation Replication Server,
    ◈ SAP Replication Server

Spatial and Graph


With SAP HANA Spatial, you can process, store and retrieve geospatial data. With SAP HANA Graph, you can process and visualize graphs, and execute built-in algorithms.


SAP HANA Graph Viewer


SAP HANA Spatial Map Client

For the SAP HANA Academy video tutorial playlists, see


For the documentation, see

<a href="https://help.sap.com/viewer/cbbbfc20871e4559abfd45a78ad58c02/latest/en-US/"
<a href="https://help.sap.com/viewer/f381aa9c4b99457fb3c6b53a2fd29c02/latest/en-US/"


SAP HANA Academy video tutorial – Graph: Getting Started 

Data Privacy


Data privacy provides additional protection for sensitive and confidential data.

Search, Text Analysis, and Text Mining


A feature set to search inside the database, gain insights from text analysis and conduct text mining. Previously, search, text analysis, and text mining were collectively referred to as SAP HANA advanced data processing (ADP).


For the SAP HANA Academy video tutorial playlists, see



SAP HANA Academy video tutorial playlist – SAP HANA Search, Text Analysis, and Text Mining playlist

Predictive Analysis Library and R


As part of the application function library software development kit for SAP HANA, SAP HANA predictive analysis library (PAL) offers functions to perform classic and universal predictive analysis algorithms for a number of different data mining categories. Integration of the SAP HANA database with R allows you to use the R environment for specific statistical functions.

For the SAP HANA Academy video tutorial playlists, see



SAP HANA Academy video tutorial – Getting Started with PAL


SAP HANA Academy video tutorial – Getting Started with R Integration



SAP HANA Academy video tutorial playlist – Predictive Analysis Library

SAP HANA Streaming Analytics


SAP HANA streaming analytics (also known as SAP HANA smart data streaming) applies complex processing logic to identify patterns, calculate aggregates, detect problems, and generate alerts by combining real-time streams of data with the appropriate historic and reference data using an in-memory stream processing engine. Integrated machine learning capabilities provide SAP HANA streaming analytics with the ability to generate and use predictions in real time.


Under the hood: SAP HANA streaming analytics

For the SAP HANA Academy video tutorial playlists, see



SAP HANA Academy video tutorial playlist – SAP HANA Streaming Analytics

Enterprise Information Management


Bundles SAP HANA Smart Data Integration (Integration Services and Enterprise Semantic Services) and SAP HANA Smart Data Quality.

For the SAP HANA Academy video tutorial playlists, see



SAP HANA Academy video tutorial playlist – SAP HANA Smart Data Integration and Smart Data Quality

SAP HANA Replication


SAP HANA replication provides technologies for replicating data from any supported source system to the SAP HANA database: trigger-based data replication using SAP Landscape Transformation Replication Server, log-based replication using SAP Replication Server.

SAP HANA Active/Active Read Enabled System Replication


The active/active read-enabled feature enhances the existing high availability and disaster recovery capabilities of SAP HANA system replication and enables you to use the secondary systems of SAP HANA system replication actively for read-intense workloads.


SAP HANA cockpit – System Replication

For the SAP HANA Academy video tutorial playlists, see



SAP HANA Academy video tutorial – SAP HANA System Replication Active/active read-enabled 

Express Edition


SAP HANA, express edition has its own Feature Scope Description document. Most of the standard services are included but obviously not the functionality that would make little sense for a developer edition, like distributed systems (32 GB memory restriction) and dynamic tiering (separate installation on an additional host).

For the video tutorial playlist, see



SAP HANA Academy video tutorial playlist – SAP HANA Express

No comments:

Post a Comment