waterslideLTS / waterslide

WaterSlide is a streaming event-at-a-time architecture for processing metadata. It is designed to take in a set of streaming events from multiple sources, process them through a set of modules ("kids"), and return meaningful outputs.
Other
113 stars 40 forks source link

Initial include of Lewis Rhodes Labs DPU support #7

Closed gdkar closed 8 years ago

gdkar commented 8 years ago

Adds a kid that does pattern matching using a neuromorphic accelerator / coprocessor from LRL.

waterslideLTS commented 8 years ago

Interesting addition. Can you please add an open source license to the top of the file? Do you believe that the license is compatible with the rest of waterslide which is MIT licensed?

waterslideLTS commented 8 years ago

Tests show that this change does not affect waterslide compilation and relies on the user to know how to get it to compile in order to work. This is a good candidate for merging.