Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

https://yelp.github.io/pyleus/ 404! #182

Open l3rnao opened 8 years ago

l3rnao commented 8 years ago

hi, all sorry to find that the document page 404! pls check that!

dan-blanchard commented 8 years ago

I just noticed this myself, but apparently this project is now deprecated. I would recommend people consider switching to streamparse, since we still actively maintain that (and have developer preview releases that support Storm 1.0).

l3rnao commented 8 years ago

@dan-blanchard oops! so cool! and is the streamparse use MessagePack to serializer?

dan-blanchard commented 8 years ago

@l3rnao, yes, but it's not super straightforward yet, because that's only possible in the developer preview releases of 3.0. They're actually quite stable, but we haven't pushed out 3.0 final yet because there are some little things I would like to have in place for the release. You can install the 3.0 preview with pip install streamparse==3.0.0.dev3. To use it, you need to follow the steps outlined here.

l3rnao commented 8 years ago

@dan-blanchard thank you soooo much. have a nice day : )