on 2018 Aug 15 2:12 PM
Dear community,
i am currently trying to get started with SAP cloud platform, so my question is if anyone could give me some related articles to learn how to solve the following task:
I have got an excel file with a table I would like to import into a cloud database and then display using UI5.
Also since I am new in this area and I am a backend web developer (mainly PHP) normally, is there only JAVA to use or is the node.js version viable. And are there options I don't see?
Best regards
Alex
Hi Alex,
I would use the OData protocol to expose the cloud database tables and then link the source in excel using the URL data feed as Data Base Connection. For the Excel part there is plenty of documents you could search on google. Here is one I've found that may be able to help you with that particular task. On the other hand, there are several options to expose data from your cloud database. For instance, if the database is NOT HANA, then I would recommend you doing it using Spring Boot + JPA + Olingo. There are two blogs that will cover this task (this and this one). Both do indeed use HANA as database, but there isn't much to it that couldn't be done with other databases as well. On the other hand, a HANA database can provide you with several other options. To mention a couple: the XS Classic version (available on SAP Cloud - Neo) you can achieve this by simply creating an artifact with the xsodata. Or you could develop your own REST service with with a XSJS (which is basically a lot like a NodeJS application with additional extensions from SAP to interact with the HANA DB).
Now for the last and coolest part of the answer: Cloud Foundry! Yes, SAP Cloud Platform has this landscape as an option and this brings in the BYOL concept to the table. You may as well start running your very own PHP or Python application or choose a plain old NodeJS app.
The best part comes now: if you choose CF as your deployment option together with a HANA HDI Container, you will be able to build your OData service without even coding the entire OData service yourself. Most of the development effort will reside on the data model definition - which you can do directly on Web IDE with the aid of CDS syntax. If you are interested, please have a look at the new Cloud Application Programming model where you will also find a tutorial with step-by-step procedure.
Good luck!
Best Regards,
Ivan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please check out the tutorial Time Series Forecasting with SAP HANA APL (Automated Predictive Library) which is part of the series: Build an SAP Fiori app that consumes OData services, external mapping APIs and supports multiple lan...
hi alex,
if you have a cloud platform account, you could benefit from BYOL as Java and nodejs both are supported. here is a page with tutorials for your learnings https://www.sap.com/developer/topics/cloud-platform.tutorials.html#tutorials
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your answer!
User | Count |
---|---|
68 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.