{"id":7451799,"url":"https://github.com/pystorm/streamparse","last_synced_at":"2025-12-13T17:51:04.662Z","repository":{"id":652216,"uuid":"19387849","full_name":"pystorm/streamparse","owner":"pystorm","description":"Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.","archived":false,"fork":false,"pushed_at":"2024-08-09T15:10:50.000Z","size":6461,"stargazers_count":1495,"open_issues_count":58,"forks_count":218,"subscribers_count":100,"default_branch":"main","last_synced_at":"2025-04-14T19:58:13.822Z","etag":null,"topics":["apache-storm","python","storm"],"latest_commit_sha":null,"homepage":"http://streamparse.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pystorm.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-02T20:33:50.000Z","updated_at":"2025-04-05T07:11:03.000Z","dependencies_parsed_at":"2023-07-06T09:16:32.900Z","dependency_job_id":"53f7367d-4a34-41b6-bb3b-4d63dcf6d6ed","html_url":"https://github.com/pystorm/streamparse","commit_stats":{"total_commits":981,"total_committers":49,"mean_commits":"20.020408163265305","dds":0.6982670744138635,"last_synced_commit":"28f45a6e2d2f839f9e6d421c46689d919feda00c"},"previous_names":["pystorm/streamparse","parsely/streamparse"],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pystorm%2Fstreamparse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pystorm%2Fstreamparse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pystorm%2Fstreamparse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pystorm%2Fstreamparse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pystorm","download_url":"https://codeload.github.com/pystorm/streamparse/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328385,"owners_count":22052632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache-storm","python","storm"],"created_at":"2024-04-06T05:06:19.570Z","updated_at":"2025-12-13T17:51:04.571Z","avatar_url":"https://github.com/pystorm.png","language":"Python","readme":"|logo|\n\n|Build Status| |Docs Status|\n\nStreamparse lets you run Python code against real-time streams of data via\nApache Storm.  With streamparse you can create Storm bolts and spouts in\nPython without having to write a single line of Java.  It also provides handy\nCLI utilities for managing Storm clusters and projects.\n\nThe Storm/streamparse combo can be viewed as a more robust alternative to Python\nworker-and-queue systems, as might be built atop frameworks like Celery and RQ.\nIt offers a way to do \"real-time map/reduce style computation\" against live\nstreams of data. It can also be a powerful way to scale long-running, highly\nparallel Python processes in production.\n\n|Demo|\n\nDocumentation\n-------------\n\n* `HEAD \u003chttp://streamparse.readthedocs.org/en/master/\u003e`_\n* `Stable \u003chttp://streamparse.readthedocs.org/en/stable/\u003e`_\n\nUser Group\n----------\n\nFollow the project's progress, get involved, submit ideas and ask for help via\nour Google Group, `streamparse@googlegroups.com \u003chttps://groups.google.com/forum/#!forum/streamparse\u003e`__.\n\nContributors\n------------\n\nAlphabetical, by last name:\n\n-  Dan Blanchard (`@dsblanch \u003chttps://twitter.com/dsblanch\u003e`__)\n-  Keith Bourgoin (`@kbourgoin \u003chttps://twitter.com/kbourgoin\u003e`__)\n-  Arturo Filastò (`@hellais \u003chttps://github.com/hellais\u003e`__)\n-  Jeffrey Godwyll (`@rey12rey \u003chttps://twitter.com/rey12rey\u003e`__)\n-  Daniel Hodges (`@hodgesds \u003chttps://github.com/hodgesds\u003e`__)\n-  Wieland Hoffmann (`@mineo \u003chttps://github.com/mineo\u003e`__)\n-  Tim Hopper (`@tdhopper \u003chttps://twitter.com/tdhopper\u003e`__)\n-  Omer Katz (`@thedrow \u003chttps://github.com/thedrow\u003e`__)\n-  Aiyesha Ma (`@Aiyesha \u003chttps://github.com/Aiyesha\u003e`__)\n-  Andrew Montalenti (`@amontalenti \u003chttps://twitter.com/amontalenti\u003e`__)\n-  Rohit Sankaran (`@roadhead \u003chttps://twitter.com/roadhead\u003e`__)\n-  Viktor Shlapakov (`@vshlapakov \u003chttps://github.com/vshlapakov\u003e`__)\n-  Mike Sukmanowsky (`@msukmanowsky \u003chttps://twitter.com/msukmanowsky\u003e`__)\n-  Cody Wilbourn (`@codywilbourn \u003chttps://github.com/codywilbourn\u003e`__)\n-  Curtis Vogt (`@omus \u003chttps://github.com/omus\u003e`__)\n\nChangelog\n---------\n\nSee the `releases \u003chttps://github.com/Parsely/streamparse/releases\u003e`__ page on\nGitHub.\n\nRoadmap\n-------\n\nSee the `Roadmap \u003chttps://github.com/Parsely/streamparse/wiki/Roadmap\u003e`__.\n\n.. |logo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/images/streamparse-logo.png\n.. |Build Status| image:: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg\n   :target: https://github.com/pystorm/streamparse/actions/workflows/test.yml\n   :alt: Build Status\n.. |Docs Status| image:: https://readthedocs.org/projects/streamparse/badge/?version=latest\n   :target: https://streamparse.readthedocs.io/en/stable/?badge=latest\n   :alt: Documentation Status\n.. |Demo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/quickstart.gif\n","funding_links":[],"categories":["Python","Data Pipelines \u0026 Streaming"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpystorm%2Fstreamparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpystorm%2Fstreamparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpystorm%2Fstreamparse/lists"}