Re: [Architecture] [Dev] [VOTE] Release WSO2 Stream Processor 4.0.0 RC2

2017-12-22 Thread Gimantha Bandara
Ariyarathna >> Senior Software Engineer; WSO2, Inc.; http://wso2.com/ >> <https://wso2.com/signature> >> >> ___ >> Dev mailing list >> d...@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > >

Re: [Architecture] wso2is-analytics 5.3.0 how store:// resolved to url ?

2017-06-30 Thread Gimantha Bandara
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Adding reusable PDF table generator OSGI component to IS 6.0.0 Analytics

2017-02-07 Thread Gimantha Bandara
t; Danoja Dias > Intern Software Engineering - WSO2 > > Email : dan...@wso2.com > Mobile : +94771160393 <+94%2077%20116%200393> > > [image: http://wso2.com/signature] <http://wso2.com/signature> > > ___ > Architectur

Re: [Architecture] [Analytics] Removing FACET from Indexing data types

2016-04-22 Thread Gimantha Bandara
e "-i", since facets will anyway be indexed. On Fri, Apr 22, 2016 at 10:00 AM, Gimantha Bandara <giman...@wso2.com> wrote: > Hi Isuru, > > Older FACET keyword is also supported. Yes, we are planing to add -f to > denote facet attribute. > > @Anjana/Niranda WDYT? > >

Re: [Architecture] [Analytics] Removing FACET from Indexing data types

2016-04-21 Thread Gimantha Bandara
;PROCESS_USAGE_SUMMARY_DATA", > schema "processDefinitionId string -i *-f*, > processVersion string -i, > processInstanceId string -i,, > primaryKeys "processInstanceId" > ); > > is this the way that we can define it in newer version ? > > > On Fri, Apr 22, 20

Re: [Architecture] [Dev] [REST APIs][Analytics] GET request with a payload

2016-04-15 Thread Gimantha Bandara
lytics/search. >> tables, drilldown, everything? I can't see that in URL. >> 3) is POST /analytics/drilldown creating a drilldown or getting one ? If >> it's getting one, this is also wrong, should be get. If creating, why not >> PUT? >> >> >> >> >&g

Re: [Architecture] [Dev] [REST APIs][Analytics] GET request with a payload

2016-04-15 Thread Gimantha Bandara
POST /analytics/search. > tables, drilldown, everything? I can't see that in URL. > 3) is POST /analytics/drilldown creating a drilldown or getting one ? If > it's getting one, this is also wrong, should be get. If creating, why not > PUT? > > > > > On Mon, Apr 4, 2016 at

Re: [Architecture] [Dev] [REST APIs][Analytics] GET request with a payload

2016-03-24 Thread Gimantha Bandara
___ >> Dev mailing list >> d...@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > > *Sanjeewa Malalgoda* > WSO2 Inc. > Mobile : +94713068779 > > <http://sanjeewamalalgoda.blogspot.com/>blog > :http://sanjeewamalalgoda.blogspot.com/ > <http://sanjeewamalalgoda.blogspot.com/> > > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] DAS Lucene query AllowLeadingWildcard

2016-03-24 Thread Gimantha Bandara
mith. > > On Thu, Mar 24, 2016 at 11:49 AM, Gimantha Bandara <giman...@wso2.com> > wrote: > >> Hi Damith, >> >> If the "roles" field contains comma separated values, you can simply >> search for the specific role using the following query >

Re: [Architecture] DAS Lucene query AllowLeadingWildcard

2016-03-24 Thread Gimantha Bandara
neFAQ > > Thanks, > Damith. > > -- > Software Engineer > WSO2 Inc.; http://wso2.com > <http://www.google.com/url?q=http%3A%2F%2Fwso2.com=D=1=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg> > lean.enterprise.middleware > > mobile: *+94728671315 <%2B94728671315>* >

Re: [Architecture] [Dev] [REST APIs][Analytics] GET request with a payload

2016-03-24 Thread Gimantha Bandara
t-items-lookup-column-with-sharepoint-2013-rest-feat >> [5] >> http://platinumdogs.me/2013/03/14/sharepoint-adventures-with-the-rest-api-part-1/ >> [6] >> https://developers.google.com/youtube/2.0/developers_guide_protocol_partial#Fields_Formatting_Rules >> [7] https://develo

[Architecture] [REST APIs][Analytics] GET request with a payload

2016-03-23 Thread Gimantha Bandara
Hi all, We have a REST API in DAS to retrieve records in a specific table. It supports GET method with the following url format. /analytics/tables/{tableName}/{from}/{to}/{start}/{count} Sending a GET request to above url will give the records between given "from", "to" time range starting

Re: [Architecture] [Analytics] Improvements to Lucene based Aggregate functions (Installing Aggregates as OSGI components)

2016-03-21 Thread Gimantha Bandara
fields (at the > object level) after receiving a REST API call (before executing the > process() method for the first record). > > Regards, > Chathura > > > On Mon, Mar 21, 2016 at 11:12 AM, Gimantha Bandara <giman...@wso2.com> > wrote: > >> Hi Chathura,

Re: [Architecture] [Analytics] Improvements to Lucene based Aggregate functions (Installing Aggregates as OSGI components)

2016-03-20 Thread Gimantha Bandara
gt; Is aggregateFields parameter a constant for an AggregateFunction object? > In that case, can we set it just after instantiating an object? > I assume that you are asking if we can define the aggregateFields inside AggregateFunction object itself, without passing them using REST API or JS API. Yes, we can do that also. In that case, we will be hard-coding the aggregateFields names inside the process method and your custom aggregate function cannot be used for any other field. > > Regards, > Chathura > > > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

[Architecture] [Analytics] Improvements in search APIs in AnalyticsDataService

2016-03-19 Thread Gimantha Bandara
DownSearch(drillDownReq, function(data) { console.log (data["message"]); }, function(error) { console.log("error occured: " + error); }); Please note that the fields that you wants records to be sorted by, need to be indexed beforehand. [1] https://docs.wso2.c

[Architecture] [Analytics] Improvements to spark UDFs (Installing UDFs as OSGI components)

2016-03-19 Thread Gimantha Bandara
used to identify the registered classes as UDFs. By using this approach UDFs can be installed as features into DAS without configuring the UDFs configuration files in DAS also can be installed via p2 repo. [1] https://docs.wso2.com/display/DAS301/Creating+Spark+User+Defined+Functions -- Gimantha

[Architecture] [Analytics] Improvements to Lucene based Aggregate functions (Installing Aggregates as OSGI components)

2016-03-19 Thread Gimantha Bandara
"aggregate":"CUSTOM_AGGREGATE", "alias":"aggregated_result" }] } [1] https://docs.wso2.com/display/DAS301/Retrieving+Aggregated+Values+of+Given+Records+via+REST+API [2] https://docs.wso2.com/display/DAS301/Retrieving+Aggregated+Values+of+Given+Records+via+JS+API -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [DAS][APIM] DAS REST API evaluation for use with APIM

2015-09-28 Thread Gimantha Bandara
s not a int value and it is string. So does group by should > support arithmetic operations at all? > > can we have a query to select distinct api group by user? > > Thanks and Regards. > > > On Mon, Sep 28, 2015 at 9:00 AM, Gimantha Bandara <giman...@wso2.com> >

Re: [Architecture] [DAS][APIM] DAS REST API evaluation for use with APIM

2015-07-28 Thread Gimantha Bandara
an SparkSQL query dynamically for such dynamic changes is viable solution. Thanks, Sinthuja. On Tue, Jul 28, 2015 at 1:15 PM, Gimantha Bandara giman...@wso2.com wrote: [Adding Niranda] Hi Sinduja/Rukshan, Yes this can be achieved using facets, There are several facets related APIs. One

Re: [Architecture] [DAS][APIM] DAS REST API evaluation for use with APIM

2015-07-28 Thread Gimantha Bandara
. ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- *Sinthuja Rajendran* Associate Technical Lead WSO2, Inc.:http://wso2.com Blog: http://sinthu-rajan.blogspot.com/ Mobile: +94774273955 -- Gimantha Bandara Software Engineer

Re: [Architecture] [DAS] Changing the name of Message Console

2015-07-12 Thread Gimantha Bandara
-8430 Twitter: @n1r44 https://twitter.com/N1R44 https://pythagoreanscript.wordpress.com/ ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- Gimantha Bandara Software Engineer WSO2

[Architecture] WSO2 BAM 3.0 M3 Released!

2015-03-30 Thread Gimantha Bandara
%2Fgokul%2Fbam3%2Fbam3-m3%2Fsa=Dsntz=1usg=AFQjCNEczZ7qUwGcjhDsYJc3BHcYBk8M_Q [2] https://docs.wso2.com/display/BAM300/WSO2+Business+Activity+Monitor+Documentation [3] https://wso2.org/jira/browse/BAM - WSO2 BAM Team -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile

[Architecture] Analytics Facets APIs in AnalyticsDataService

2015-03-19 Thread Gimantha Bandara
. -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-02-17 Thread Gimantha Bandara
/* lean.enterprise.middleware. On Mon, Feb 16, 2015 at 1:21 PM, Gimantha Bandara giman...@wso2.com wrote: Hi Frank, Thanks you for your explanation!. What we currently do is, using *GET /analytics/tables/{tableName} *get the whole table, if the table does not exist, HTTP status will be 404 and the response body

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-02-15 Thread Gimantha Bandara
such processing function resources. Best regards, Frank 2015-02-14 15:01 GMT+01:00 Gimantha Bandara giman...@wso2.com: Hi Manuranga, Already *GET /analytics/tables/{tableName} *returns 404 if the table doesn't exists. So we will not need a separate API. Thanks for your feedback. On Sat

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-02-14 Thread Gimantha Bandara
/analytics/tables/{tableName}* - Will return table informing if it exists and if not it should return 404 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- Gimantha Bandara

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-02-13 Thread Gimantha Bandara
. :** wso2.com http://wso2.com/* lean.enterprise.middleware. On Fri, Feb 13, 2015 at 9:49 AM, Roshan Wijesena ros...@wso2.com wrote: Hi Gimantha, Don't we need to maintain a version with an API? Regards Roshan On Fri, Feb 13, 2015 at 3:08 AM, Gimantha Bandara giman...@wso2.com wrote: Hi

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-01-20 Thread Gimantha Bandara
/HTTP%20Methods/put-vs-post Thanks, Sinthuja. On Tue, Jan 20, 2015 at 1:29 AM, Gimantha Bandara giman...@wso2.com wrote: Hi Sinduja, Thank you for the feedback. On Mon, Jan 19, 2015 at 12:04 PM, Sinthuja Ragendran sinth...@wso2.com wrote: Hi gimantha, Please see the comments inline

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-01-20 Thread Gimantha Bandara
, 2015 at 6:34 PM, Gimantha Bandara giman...@wso2.com wrote: Hi Harshan, Thanks for the feedback. The list of IDs of the records to be retrieved can be too long. So setting a list of ids as a query param is not convenient. Even for the Search, we have to pass a query, which can be too long

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-01-19 Thread Gimantha Bandara
Hi Sinduja, Thank you for the feedback. On Mon, Jan 19, 2015 at 12:04 PM, Sinthuja Ragendran sinth...@wso2.com wrote: Hi gimantha, Please see the comments inline. On Sun, Jan 18, 2015 at 11:24 PM, Gimantha Bandara giman...@wso2.com wrote: Hi, Currently, I am working on $subject

[Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-01-18 Thread Gimantha Bandara
Hi, Currently, I am working on $subject. Basically the methods in AnalyticsDataService will be exposed through REST APIs. Please refer to Architecture mail thread *[Architecture] BAM 3.0 Data Layer Implementation / RDBMS / Distributed Indexing / Search* for more Details. Following are the

Re: [Architecture] BAM 3.0 REST APIs for AnalyticsDataService / Indexing / Search

2015-01-18 Thread Gimantha Bandara
} }, { id: id2, tableName: tableName2, timestamp: -mm-dd hh:mm:ss, values: { columnName1: value1, columnName2: value2 } }, ] On Sun, Jan 18, 2015 at 11:24 PM, Gimantha Bandara giman...@wso2.com wrote: Hi, Currently, I am working

Re: [Architecture] BAM Log monitoring for Cloud

2014-09-26 Thread Gimantha Bandara
/mailman/listinfo/architecture -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

[Architecture] BAM Log monitoring for Cloud

2014-09-24 Thread Gimantha Bandara
/projects/ [3] http://getbootstrap.com/javascript/ -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] BAM Log monitoring for Cloud

2014-09-24 Thread Gimantha Bandara
​ [1] http://www.jqplot.com/ [2] https://jquery.org/projects/ [3] http://getbootstrap.com/javascript/ -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Architecture mailing list Architecture@wso2.org

[Architecture] [Dev]Gettiing statistics from a JMX profile visualized in BAM dashboards

2014-05-31 Thread Gimantha Bandara
a specific JMX server, I can create a JMX profile and select the MBeans and attributes, and then save that JMX profile. How could these profiles be used to visualize JMX statistics on BAM dashboards? -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919