{"id":17621135,"url":"https://github.com/wowu/bulletin","last_synced_at":"2025-08-08T08:32:12.049Z","repository":{"id":203275946,"uuid":"707405777","full_name":"wowu/bulletin","owner":"wowu","description":"Python Communication Framework for Distributed AWS Lambda Applications","archived":false,"fork":false,"pushed_at":"2023-11-13T10:37:13.000Z","size":4372,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T21:24:13.214Z","etag":null,"topics":["aws","lambda","python","serverless"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wowu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2023-10-19T20:39:44.000Z","updated_at":"2023-10-24T08:41:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"2502a93d-c8eb-4869-979e-51aabdf9ff49","html_url":"https://github.com/wowu/bulletin","commit_stats":null,"previous_names":["wowu/bulletin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fbulletin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fbulletin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fbulletin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wowu%2Fbulletin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wowu","download_url":"https://codeload.github.com/wowu/bulletin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229108528,"owners_count":18021413,"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":["aws","lambda","python","serverless"],"created_at":"2024-10-22T20:11:03.744Z","updated_at":"2024-12-10T18:25:38.979Z","avatar_url":"https://github.com/wowu.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bulletin\n\nPython serverless communication framework for distributed AWS Lambda applications. Part of my master's thesis.\n\nImplemented communication methods:\n\n- S3\n- EFS\n- DynamoDB\n- Redis\n- Simple relay implementation\n- P2P w/ NAT traversal\n\n![](notebooks/img/cost-1M-log.svg)\n\n## Build\n\n```bash\npython -m build\n```\n\n## Local testing\n\n```bash\nvirtualenv venv\nvenv/bin/pip install -e .\nvenv/bin/python\n```\n\n## Publish package to S3\n\n```bash\naws s3 cp dist/bulletin-0.0.5.tar.gz s3://bulletin-py/bulletin/\naws s3 cp dist/bulletin-0.0.5-py3-none-any.whl s3://bulletin-py/bulletin/\n\n# Install bucket-dir first\nbucket-dir bulletin-py\n```\n\nUse like this in requirements.txt.\n\n```\n--extra-index-url https://dxsxsb220w9y2.cloudfront.net\nbulletin==0.0.5\n```\n\n## Repository Structure\n\n- `src/` - Bulletin source.\n- `tf/benchmark/` - Terraform config for point to point benchmarks of event exchange methods.\n- `tf/e2e/` - Terraform config for e2e benchmark: federated machine learning.\n- `tf/bulletin/` - Publish bulletin on S3.\n- `tf/ec2/` - Single VM to run benchmarks with low latency to AWS API.\n- `notebooks/` - Jupiter notebooks with benchmark result analysis.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwowu%2Fbulletin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwowu%2Fbulletin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwowu%2Fbulletin/lists"}