Re: [Architecture] [APIM][IS] A new permission to create OAuth app through Dynamic Client Registration module

2016-03-02 Thread Johann Nallathamby
Hi Nuwan, On Wed, Mar 2, 2016 at 2:32 PM, Nuwan Dias wrote: > Yes, having a dedicated permissions string would be best IMO. Can we > finalize on a permissions string for this? > > @IS Team, what is the plan of applying the Dynamic Client Registration PR > to the release branch?

Re: [Architecture] [PET]Improvement On BigQuery Connector

2016-03-02 Thread Hariprasath Thanarajah
Yes Malaka, It will only be using rest services. On Thu, Mar 3, 2016 at 10:38 AM, Malaka Silva wrote: > Hi Hariprasath, > > Sounds good. > > So will be adding a new authentication mechanism to the connector. This > connector will only be using rest services not Google SDK I

Re: [Architecture] [PET]Improvement On BigQuery Connector

2016-03-02 Thread Malaka Silva
Hi Hariprasath, Sounds good. So will be adding a new authentication mechanism to the connector. This connector will only be using rest services not Google SDK I guess? On Wed, Mar 2, 2016 at 10:16 PM, Hariprasath Thanarajah < haripras...@wso2.com> wrote: > Hi All, > > I have planned to do an

Re: [Architecture] [Dev] Web Application Statistics Monitoring for Application Server 6.0.0

2016-03-02 Thread Imesh Gunaratne
Hi Nathasha, According to the above graph, IMO Thrift Data Publisher is not asynchronous enough. Are we currently invoking the data publisher in the same thread where the request is being processed? If so shall we try to move that logic to a separate thread? Thanks On Wed, Mar 2, 2016 at 2:51

Re: [Architecture] [Dev] Creating Gadgets for Web Application Statistics Monitoring Dashboard - Application Server 6.0.0

2016-03-02 Thread Udara Rathnayake
Hi All, Try to stick to the existing libraries within platform as much as possible(d3,vega,viz etc..). These are proven to provide all necessary functionalities to render gadget UIs. Regards, UdaraR On Wed, Mar 2, 2016 at 7:15 AM, Lochana Ranaweera wrote: > Hi Tharik, > >

[Architecture] [PET]Improvement On BigQuery Connector

2016-03-02 Thread Hariprasath Thanarajah
Hi All, I have planned to do an improvement on BigQuery connector, Since the BigQuery API connector is only supports to authenticated the API call as an end user, and is also can support to authenticate the API calls using a service account instead of an individual end user. For that we need to

Re: [Architecture] API Manager Throttling Design - How to notify throttling events to Gateway cluster

2016-03-02 Thread Harsha Kumara
+1 for the approach. Yes we can avoid using durable subscriptions since we are pre-loading the throttle database snapshot into gateway nodes at the time they are spawning. We may need to address how existing users will migrate and adapt the new design.As Sanjeewa mentioned, some users may won't

[Architecture] Multitenancy for device type in CDMF

2016-03-02 Thread Ayyoob Hamza
Hi All, Below we have described the current implementation and the proposed implementation for device type multi tenancy. In CDMF a device type contains following 3 components: 1) Device type plugin - An OSGi bundle which gets registered to CDMF. 2) Set of JAX-RS application that can be deployed

Re: [Architecture] [Dev] Web Application Statistics Monitoring for Application Server 6.0.0

2016-03-02 Thread Nathasha Naranpanawa
Hi, As initially planned, the feature was implemented to collect web application statistics and publish them to DAS. Given below is an illustration of the high-level architecture of the feature; Currently, all configuration parameters required to create a connection to DAS (such as DAS

Re: [Architecture] [APIM][IS] A new permission to create OAuth app through Dynamic Client Registration module

2016-03-02 Thread Nuwan Dias
Yes, having a dedicated permissions string would be best IMO. Can we finalize on a permissions string for this? @IS Team, what is the plan of applying the Dynamic Client Registration PR to the release branch? We need to make a decision whether we're going to use this one or the one we have

Re: [Architecture] Adding RNN to WSO2 Machine Learner

2016-03-02 Thread Thamali Wijewardhana
Hi Srinath, We have decided to implement only classification first. Once we complete the classification, we hope to do next value prediction too. We are basically trying to implement a program to make sure that the deeplearning4j library we are using is compatible with apache spark pipeline. And