-2

I am working on an application which handles large volumes of data (5-600k records every minute) The data is inserted into the staging area from where I will be validating the data. Because of the size of the data the data will be validated with bulk operations.

I need a rule engine which can be used to build the validation algorithm dynamically using java.

Can you please suggest a rule engine that can handle this???

4

2 に答える 2

0

Red Hat/JBOSS の Drools がうまくいくかもしれません。

ボリュームが多いからといって、ルールエンジンが必要だとは思えません。検証ロジックが非常に複雑な場合や、さまざまな種類のメッセージが多数ある場合は、ルールが適用されることがあります。

于 2012-05-15T19:06:58.690 に答える