pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

Fix document's FAQ (? #388

Closed LImoritakeU closed 7 years ago

LImoritakeU commented 7 years ago

Hi: I noticed there are some example codes made me confused in document's FAQ : from streamparse.ext.invoke import *

I couldn't find streamparse.ext module, and seems not exist. Orz But by reading source code, finally I realized all I need to do is import fabric library, thanks god :)