Book Image

Real Time Analytics with SAP Hana

By : Vinay Singh
Book Image

Real Time Analytics with SAP Hana

By: Vinay Singh

Overview of this book

SAP HANA is an in-memory database created by SAP. SAP HANA breaks traditional database barriers to simplify IT landscapes, eliminating data preparation, pre-aggregation, and tuning. SAP HANA and in-memory computing allow you to instantly access huge volumes of structured and unstructured data, including text data, from different sources. Starting with data modeling, this fast-paced guide shows you how to add a system to SAP HANA Studio, create a schema, packages, and delivery unit. Moving on, you’ll get an understanding of real-time replication via SLT and learn how to use SAP HANA Studio to perform this. We’ll also have a quick look at SAP Business Object DATA service and SAP Direct Extractor for Data Load. After that, you will learn to create HANA artifacts—Analytical Privileges and Calculation View. At the end of the book, we will explore the SMART DATA access option and AFL library, and finally deliver pre-packaged functionality that can be used to build information models faster and easier.
Table of Contents (16 chapters)
Real Time Analytics with SAP HANA
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

SAP HANA Studio


The SAP HANA Studio is a client tool to connect to the SAP HANA database. It is a Java-based application that runs on the Eclipse platform. It is delivered as part of the SAP HANA installation package, and provides an environment for administration, modeling, development, and data provisioning.

We will be primarily working with SAP HANA Studio for all our modeling needs in this book.

SAP HANA Studio

Perspectives in SAP HANA Studio

Perspectives are predefined user interface layouts with several views. We have the following perspectives:

Perspectives in SAP HANA Studio

Let's see a few of the perspectives and their usage in detail:

  • SAP HANA Administration Console: This perspective is used by SAP HANA administrators to administrate and monitor the whole SAP HANA system. We will use it to add our system to the SAP HANA instance into SAP HANA Studio.

  • SAP HANA Modeler: The SAP HANA Modeler perspective is used by data modeler to create information models and data artifacts, as a combination...