{"id":18251783,"url":"https://github.com/hiroakis/simple-bbs-cassandra","last_synced_at":"2026-03-11T03:04:17.933Z","repository":{"id":11107990,"uuid":"13463088","full_name":"hiroakis/simple-bbs-cassandra","owner":"hiroakis","description":null,"archived":false,"fork":false,"pushed_at":"2013-10-29T05:43:29.000Z","size":560,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T16:43:55.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiroakis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-10T05:46:37.000Z","updated_at":"2016-06-10T02:31:03.000Z","dependencies_parsed_at":"2022-09-03T21:21:09.033Z","dependency_job_id":null,"html_url":"https://github.com/hiroakis/simple-bbs-cassandra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiroakis/simple-bbs-cassandra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fsimple-bbs-cassandra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fsimple-bbs-cassandra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fsimple-bbs-cassandra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fsimple-bbs-cassandra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroakis","download_url":"https://codeload.github.com/hiroakis/simple-bbs-cassandra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fsimple-bbs-cassandra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30368659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-05T09:48:29.442Z","updated_at":"2026-03-11T03:04:17.915Z","avatar_url":"https://github.com/hiroakis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple BBS\n\nA simple BBS using Apache Cassandra.\n\n# Installation\n\n* Install Apache Cassandra\n\nInstall Apache Cassandra on your server.\n\n* Create keyspace and column family\n\nConnect to cassandra command line interface, then create keyspace and create column family.\n\n```\ncreate keyspace bbs;\nuse bbs;\ncreate column family threads  with comparator=UTF8Type and default_validation_class=UTF8Type and key_validation_class=UTF8Type;\n```\n\n* Deploy\n\nDeploy this application.\n\n```\ngit clone https://github.com/hiroakis/simple-bbs-cassandra.git\ncd simple-bbs-cassandra/\npip install -r requirements.txt\n```\n\n* Start app.py\n\nStart application. Default port is 8000.\n\n```\npython app.py\n```\n\nor Using gunicorn\n\n```\ngunicorn app:app -w 2 --bind=0.0.0.0:8000\n```\n\n### Demo image\n\n* Thread list\n![](demo1.png?raw=true)\n\n* Posts in the thread\n![](demo2.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fsimple-bbs-cassandra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroakis%2Fsimple-bbs-cassandra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fsimple-bbs-cassandra/lists"}