Re: Message router pattern : is this the best way to solve thousands of filter problem ?

2014-11-15 Thread Chris K
Hi Willem, Does it mean that Camel is not appropriate solution for my problem ? I don't think I can aggregate the filters into tens. Cause one of the filter's attribute would be keyword, which could varies between users. On Thu, Nov 13, 2014 at 10:59 AM, Willem Jiang willem.ji...@gmail.com

Message router pattern : is this the best way to solve thousands of filter problem ?

2014-11-12 Thread Chris K
Hi all, I'm writing an application that aggregate data from various sources. Data item comes with many attributes. Users interested with the data can create filters, to filter data based on data attributes Example : data1 = { 'first_name':'Jimmy', 'last_name':'kurnia', 'title':'engineer',

Re: Message router pattern : is this the best way to solve thousands of filter problem ?

2014-11-12 Thread Willem Jiang
Hi, I think you need to do some work to aggregate these thousands of filters into tens filters. Current Camel doesn’t has this kind of aggregation tools, but I think you may try to look at the drools[1] to see if it can apply these filters for you. [1]http://www.drools.org/ -- Willem Jiang