I am learning the predix by going to create a sample analytic web application. I am planning to do simulate a sample predix machine data and insert into time series database. And I am showing those data and in front end by a web application.. I am planning to use RMD reference app for doing all these section.So when I am implementing all the section like ingestion into data base, data exchange , web socket and rmd UI, Is there any possibilities for using RMD inbuilt components in my project development??? RMD app giving any tools for creating each section???..If there is tools for creating my predix application which way I need to explore in RMD ?? Which are the parts I can use from RMD app inbuilt codes/tools??? What are the procedure I need to follow when I am learning RMD reference app???Can anyone help for starting implementation of predix app..?? I am trouble to find a start in RMD reference app..
Answer by Tom Turner · Jul 25, 2017 at 09:41 AM
The RMD ref app is a sample app showing you how to plumb together a Predix App using UAA, Asset, and Time Series. There are extension apps that show how to integrate Predix Machine and Analytics. The analytics piece isn't integrated with the latest version of Predix Analytics (sorry, we are working on that), so you'll have to handle any differences there yourself.
Yes, there are SDKs, Test Cases, etc. You use Eclipse or another IDE to code it up like any other app. Each github repo is a separate project and is either a Microservice, an SDK or a Utility project.
In general, you
load each project to eclipse
update the config/application.properties with your own uaa, asset, time series info etc.
Run the test cases to learn the flow
Beyond that it's basic java development using Maven, Spring and other Open Source, which is beyond the scope of what we can teach you.
Starts With RMD Refference APP 1 Answer
Java Spring bot application starting error 1 Answer
How HTTP data is storing in a postgreSQL data store 1 Answer
Predix Search Connectivity and Setup (Elasticsearch) 1 Answer
RMD Refference APP 2 Answers