Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pure Python topology runner #442

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dan-blanchard
Copy link
Member

This PR adds a new command sparse run_pure that allows you to run pure Python topologies without Storm for debugging purposes. It is currently a bit rough, but I've been able to get some non-toy topologies running with it, so I figured it was good enough for review.

One thing that is not worth commenting on is the use of print instead of logging throughout. I know I need to fix that.

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.6%) to 44.597% when pulling d81e139 on feature/run_pure into cb72e11 on master.

@dan-blanchard dan-blanchard force-pushed the feature/run_pure branch 3 times, most recently from eb25391 to d156f8d Compare February 28, 2019 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants