Amol, As Sasha mentioned, you can generate your metrics in the apex application and expose them through the gateway api for your dashboard.
I have a few questions regarding the input data. When you say integration with web based application, are you thinking of running apex within your application? The reason I am asking is because Apex is an engine that runs on hadoop. You can send your web application data into the apex application using any of the input operators depending on the protocol. Can you specify more details for this communication? Regards, Ashwin. On Fri, Jun 17, 2016 at 12:02 PM, Sasha Parfenov <[email protected]> wrote: > A good starting point for such integrations to learn more about > functionalities of Gateway <http://docs.datatorrent.com/dtgateway/> and REST > API <http://docs.datatorrent.com/dtgateway_api/> it offers. You can > launch, manage, and get stats about Apex apps using Gateway API. > > For integrations with your own dashboards, if you would like to expose > simple custom metrics, you can start with AutoMetrics API > <http://apex.apache.org/docs/apex/autometrics/>. And for more advanced > use cases, if you would like to query application data and see custom > results, you can follow the App Data framework > <http://docs.datatorrent.com/app_data_framework/> document. > > Let me know if you more specific questions about each one. > > Thanks, > Sasha Parfenov > > > > On Fri, Jun 17, 2016 at 11:47 AM, Amol Jadhav <[email protected]> > wrote: > >> Hi, >> >> We are planning to use Apache Apex in our application for analytics. >> Input data will be coming from multiple sources. I have been assigned to do >> a POC for this. >> >> >> My question: >> >> 1. How to integrate Apache Apex in my web based (Java+ J2EE) application >> 2. We have our own dashboard. The analytics result would be shown on our >> own dashboard. >> 3. Is there any specific framework to be used in our application to >> integrate Apex in our application. >> >> Could you please suggest any starting document for this? >> >> Thanking in advance. >> Regards, >> Amol Jadhav >> >> > > -- Regards, Ashwin.
