Re: [Dev] Implementing -Dsetup in a Carbon product

2015-11-21 Thread Hasitha Hiranya
Hi Anuruddha, Thanks for the response. Spotted following code, https://github.com/wso2/carbon-ml/blob/master/components/ml/org.wso2.carbon.ml.database/src/main/java/org/wso2/carbon/ml/database/internal/MLConfigurationParser.java

Re: [Dev] Access DAS analytics tables through REST API

2015-11-21 Thread Dinali Dabarera
Hi Sinthuja, i got a clue from your words "For each scenarios you can see a sample request, and according to that you need to send the authentication headers with your request. You can first try with curl or any other REST API tools, and then try to incorporate with jaggery app" Thank you very

Re: [Dev] Access DAS analytics tables through REST API

2015-11-21 Thread Sinthuja Ragendran
Hi Dinali, Please find the documentation [1] for interacting with the data which is stored in DAL via REST api. For each scenarios you can see a sample request, and according to that you need to send the authentication headers with your request. You can first try with curl or any other REST API

Re: [Dev] Implementing -Dsetup in a Carbon product

2015-11-21 Thread Anuruddha Premalal
Hi Hiranya, [1] might help you. [1] https://github.com/wso2/carbon-ml/tree/master/components/ml/org.wso2.carbon.ml.database On Sat, Nov 21, 2015 at 8:58 AM, Hasitha Hiranya wrote: > Hi, > > In our carbon product, we have a new database to deal with. We have the DB > script

[Dev] Access DAS analytics tables through REST API

2015-11-21 Thread Dinali Dabarera
HI, I am new to DAS and REST API. I converted normal h2 databases in to mysql as follows, WSO2_ANALYTICS_EVENT_STORE_DB The datasource used for analytics record store jdbc:mysql://localhost:3306/Election