This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Samples
Nedelcho Delchev edited this page Mar 1, 2021
·
3 revisions
The following sample applications can be used as reference.
- non-HDI related
-
hdb-simple - a single
hdbtable
artefact -
xsjs-simple - a single
xsjs
service of type hello world -
products - a more complex sample containing
hdbdd
andhdbti
for data structure and content,xsodata
for REST services exposure andUI5
user interface. It contains alsoxsaccess
definition for authorization management.xsjob
is showing how to schedule a job which can regularly can call an operation from a xsjs service.xsjs
andxsjslib
dependency management is also presented.
-
hdb-simple - a single
- HDI related
-
hdi-simple - a group of artefacts -
hdbtable
(new format) andhdbcalculationview
deployed as a HDI container -
hdi-ext - hybrid scenario where the
hdbtable
and its data -hdbti
andcsv
, are deployed on the target schema (e.g. DBADMIN) and thehdbcalculationview
is deployed as a HDI container. There is a need of ahdbsynonym
artefact within the HDI container as well to make the table visible to the hdbcalculationview -
hdi-cube - similar as the above sample, but the
hdbcalculationview
is of type CUBE, so that it can be visible and used in SAP Analytics Cloud
-
hdi-simple - a group of artefacts -