Hi folks,

Just FYI, I hacked up a little Samza sample app today. This one implements a 
Twitter-like news feed, where users can follow one another, and then be 
notified whenever someone they are following posts a message.

It's very basic at the moment (less than one day's work) but I'm posting it in 
case someone finds it useful:
https://github.com/ept/newsfeed

I want to use it as a playground to start exploring 
https://issues.apache.org/jira/browse/SAMZA-316 (thinking: a Samza job can 
expose a WebSocket endpoint through which "tweets" can be pushed directly to 
clients).

The project also includes jobs for generating lots of random test data, so it 
could potentially be used for performance testing.

Best,
Martin

Reply via email to