• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JBoss Drools - Drools Fusion: Appropriate Approach ?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Has anybody worked with Drools fusion? I looking for some pointers:

I need to know if Drools (or Drools-fusion specifically) would be the right approach:

My requirement is to analyze certain "facts" ( events, in my case - with a fixed TimeStamp and other values) against a bunch of rules to detect or derive another complex event.

it could be something as simple os counting the frequency of an event over a given time frame( measured by the TimeStamp in the logs).
Or it could be something more complex as stating that if a particular pattern of events are occuring, then xyz has to be derived from the basic events etc...

can i achieve this using drools-fusion? Is there anyplace i can get some documentation and examples on getting it running?

Thanks!

[Reposted from Open Source Projects Forum]
 
reply
    Bookmark Topic Watch Topic
  • New Topic