[Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Punnadi Gunarathna
Hi All, While fixing a cloud bug which is AF code tries to retrieve information of irrelevant apps when inside an app [1] , I found that passing a Map object rather than GenericArtifactFilter object to GenericArtifactManager would solve the problem [2]. When I changed the GenericArtifactFilter

Re: [Architecture] ESB Mediator for WSO2 Machine Learner

2015-03-24 Thread Maninda Edirisooriya
Does this update the model time to time or use the same modal throughout the ESB up time? It is better if we can update the model while the ESB is up and running. There may be some use cases related to multiple domains right? So I think would be more generic and useful if we can apply the mediator

Re: [Architecture] ESB Mediator for WSO2 Machine Learner

2015-03-24 Thread Supun Sethunga
Hi Maninda, With the initial release of ML, the model would not update on the fly. If we need to update the model, it has to be done in ML by training a model with the same configurations, but with the new data. In future releases we will be looking at this for possible improvements. Here the

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Ajith Vitharana
On Tue, Mar 24, 2015 at 8:14 PM, danush...@wso2.com wrote: I think same behavior is there in APIM too. They have the API list and separate list called Recently added. To get recently added to API list takes few seconds. Can’t we implement similar thing here? I don't see an issue to fix in

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread danushkaf
I think same behavior is there in APIM too. They have the API list and separate list called Recently added. To get recently added to API list takes few seconds. Can’t we implement similar thing here? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile :

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Danushka Fernando
Hi Ajith What I was pointing out was this could be a fix in our side (AF). Sorry if I mislead you. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mar 25, 2015 6:11 AM, Ajith Vitharana aji...@wso2.com wrote: On Tue, Mar 24, 2015 at

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Punnadi Gunarathna
Hi Dimuthu, So shall I go-ahead with indexing? On Tue, Mar 24, 2015 at 10:22 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Chandana, Could we get fixes from Registry side for this? thanks, dimuthu On Tue, Mar 24, 2015 at 7:29 PM, Punnadi Gunarathna punn...@wso2.com wrote: Hi

Re: [Architecture] WSO2 Machine Learner - Model Generation Process

2015-03-24 Thread Dhanuka De Silva
Hi Guys I have shared latest markup bundle [1] required for proposed ML changes; [1] https://drive.google.com/open?id=0B4eoLHAhQ246fjc3ZUV5VE1qUnVYMEJuN1A2OXo5aWxoT3ZRMFZTWVRrS0Fsd0NsRW9OOEkauthuser=0 Lets have a chat so I should be able to explain the flow and discuss next steps/further

Re: [Architecture] [AppM][AppFactory][AS] AppM Discovery of WebApps from As

2015-03-24 Thread Sumedha Rubasinghe
Ruwan, I have create the Redmine ticket (https://redmine.wso2.com/issues/3822) for internal tracking the public JIRA (https://wso2.org/jira/browse/APPM-643) as well. On Mon, Mar 16, 2015 at 1:46 PM, Ruwan Abeykoon ruw...@wso2.com wrote: Hi All, It seems that the SVG diagram missing the text.

Re: [Architecture] Proposed ESB connector scenario - Integrating Stripe with Mailchimp, ZohoCRM, Mandrill and ZohoBooks

2015-03-24 Thread Sriashalya Srivathsan
Hi All I have done with the mandrill connector review. Please find the related doc below. https://docs.google.com/a/wso2.com/document/d/1hOeAHeqDNK_APkfzC1wudVTvTIHo1KsuHxJTKb7PpR8/edit Thank you, Rgds, On Tue, Mar 10, 2015 at 7:50 PM, Vanjikumaran Sivajothy va...@wso2.com wrote: Since this

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Manjula Rathnayake
Hi all, If we are to make use of indexing, we need to check the feasibility to index existing data as well because size of data in cloud setup is huge. However this is a one time task that we can find a solution such as copy the indexed data into server after running indexes offline for dump of

Re: [Architecture] Proposed ESB connector scenario - Integrating Stripe with Mailchimp, ZohoCRM, Mandrill and ZohoBooks

2015-03-24 Thread Sriashalya Srivathsan
adding PDF DOC On Wed, Mar 25, 2015 at 10:40 AM, Sriashalya Srivathsan asha...@wso2.com wrote: Hi All I have done with the mandrill connector review. Please find the related doc below. https://docs.google.com/a/wso2.com/document/d/1hOeAHeqDNK_APkfzC1wudVTvTIHo1KsuHxJTKb7PpR8/edit Thank

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Dimuthu Leelarathne
Hi, We should not make architectural decision fearing a 29 hour data migration :). @Chandana and Greg team - If you guys say this is a fixed thing and cannot be fixed, we'll give priority to our Runtime version database and move ahead. :) We'll still keep meta data in registry. Punnadi and AF

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Dimuthu Leelarathne
Hi, I wasn't suggesting to index the resource as soon as it is created, but rather whether it is possible to fix the 10 second delay that we have to introduce between creating and reading. artifactManager.createResource() //wait 10 seconds --- This is a problem

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Chandana Napagoda
Hi Dimuthu, As explained by Ajith as well, this is the expected behavior. However, you can optimize your indexing related parameters (indexingFrequencyInSeconds, etc.) according to your requirements and available resources. Regards, Chandana On Wed, Mar 25, 2015 at 10:51 AM, Dimuthu Leelarathne

Re: [Architecture] [AppM][AppFactory][AS] AppM Discovery of WebApps from As

2015-03-24 Thread Sumedha Rubasinghe
Ruwan, As discussed, let's add this capability in an extensible manner. So that we will not limit application discovery to WSO2's application server. On Mon, Mar 16, 2015 at 10:38 AM, Ruwan Abeykoon ruw...@wso2.com wrote: Hi All, I am in the process of adding a feature to AppManager to

Re: [Architecture] WSO2 Machine Learner - Model Generation Process

2015-03-24 Thread Nirmal Fernando
This is great! Thanks Dhanuka! On Wed, Mar 25, 2015 at 10:00 AM, Upul Bandara u...@wso2.com wrote: Thanks a lot Dhanuka On Wed, Mar 25, 2015 at 9:56 AM, Dhanuka De Silva dhanu...@wso2.com wrote: Hi Guys I have shared latest markup bundle [1] required for proposed ML changes; [1]

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Dimuthu Leelarathne
Hi, On Wed, Mar 25, 2015 at 5:21 AM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi, We should not make architectural decision fearing a 29 hour data migration :). @Chandana and Greg team - If you guys say this is a fixed thing and cannot be fixed, we'll give priority to our Runtime

Re: [Architecture] Analytics Facets APIs in AnalyticsDataService

2015-03-24 Thread Anjana Fernando
Gimantha, it is better if you can give some possible use cases for each of the features we have listed here, so people can get an better understanding of what to use where. Cheers, Anjana. On Thu, Mar 19, 2015 at 8:23 PM, Gimantha Bandara giman...@wso2.com wrote: Hi all, Analytics facets

Re: [Architecture] ESB Mediator for WSO2 Machine Learner

2015-03-24 Thread Colin Roy-Ehri
+1 This configuration looks very neat and concise. If the ML mediator will be primary used on a single domain, would it make sense to include an optional domain attribute to the ML node? I could see two uses for an optional domain attribute: 1. It could be useful for logging, annotation and

Re: [Architecture] ESB Mediator for WSO2 Machine Learner

2015-03-24 Thread Chanaka Fernando
Hi Manorama, I guess that the names are not finalized yet. The name ml does not make much impression on the users. Please give a valid name like MachineLearner and that would make life easier for ESB developers. All our mediators has self explanatory names. Thanks, Chanaka On Tue, Mar 24, 2015

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Dimuthu Leelarathne
Hi Chandana, Could we get fixes from Registry side for this? thanks, dimuthu On Tue, Mar 24, 2015 at 7:29 PM, Punnadi Gunarathna punn...@wso2.com wrote: Hi All, While fixing a cloud bug which is AF code tries to retrieve information of irrelevant apps when inside an app [1] , I found that

[Architecture] RFC: RESTFul API for API Manager

2015-03-24 Thread Joseph Fonseka
Hi All We are planing to implement a RESTFul API to expose the API Manager functionality. This will be a replacement to the currently provided Store and Publisher APIs [1] https://docs.wso2.com/display/AM180/Publisher+APIs [2] https://docs.wso2.com/display/AM180/Store+APIs. Main Motivation. 1.

[Architecture] ESB Mediator for WSO2 Machine Learner

2015-03-24 Thread Manorama Perera
Hi, ESB mediator for WSO2 ML enables making use of the models generated by WSO2 Machine Leaner, to predict values in message mediation in ESB. - Machine Learner feature needs to be installed in ESB prior to configure the ML mediator. - Mediator will extract the data from the incoming