Samples - SAP-archive/xsk GitHub Wiki
Samples
The following sample applications can be used as reference.
- non-HDI related
- hdb-simple - a single
hdbtableartefact - xsjs-simple - a single
xsjsservice of type hello world - products - a more complex sample containing
hdbddandhdbtifor data structure and content,xsodatafor REST services exposure andUI5user interface. It contains alsoxsaccessdefinition for authorization management.xsjobis showing how to schedule a job which can regularly can call an operation from a xsjs service.xsjsandxsjslibdependency management is also presented.
- hdb-simple - a single
- HDI related
- hdi-simple - a group of artefacts -
hdbtable(new format) andhdbcalculationviewdeployed as a HDI container - hdi-ext - hybrid scenario where the
hdbtableand its data -hdbtiandcsv, are deployed on the target schema (e.g. DBADMIN) and thehdbcalculationviewis deployed as a HDI container. There is a need of ahdbsynonymartefact within the HDI container as well to make the table visible to the hdbcalculationview - hdi-cube - similar as the above sample, but the
hdbcalculationviewis of type CUBE, so that it can be visible and used in SAP Analytics Cloud
- hdi-simple - a group of artefacts -