{"id":19909233,"url":"https://github.com/ignema/albc","last_synced_at":"2025-07-20T15:32:21.051Z","repository":{"id":120019243,"uuid":"439977069","full_name":"Ignema/ALBC","owner":"Ignema","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-19T22:03:10.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T08:23:45.419Z","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/Ignema.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-19T22:00:19.000Z","updated_at":"2021-12-20T13:53:55.000Z","dependencies_parsed_at":"2023-06-14T18:00:49.840Z","dependency_job_id":null,"html_url":"https://github.com/Ignema/ALBC","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ignema/ALBC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2FALBC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2FALBC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2FALBC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2FALBC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ignema","download_url":"https://codeload.github.com/Ignema/ALBC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ignema%2FALBC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266151520,"owners_count":23884436,"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":[],"created_at":"2024-11-12T21:14:43.762Z","updated_at":"2025-07-20T15:32:21.032Z","avatar_url":"https://github.com/Ignema.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter: Component Based Architecture Example\n\n## Installation\n\nYou need a cassandra database up and running. In this example, we used docker to set up a single node cassandra cluster like follows:\n\n    \u003e docker pull cassandra\n    \n    \u003e docker run --name cassandra-1 -d -p 7000:7000 -p 7001:7001 -p 7199:7199 -p 9042:9042 -p 9160:9160 cassandra\n\n    \u003e docker exec -it cassandra-1 cqlsh -e \"\n    CREATE KEYSPACE twitter\n    WITH REPLICATION = {\n        'class' : 'SimpleStrategy',\n        'replication_factor' : 1\n    };\"\n\nNext up, you need to clone the repository and install dependencies\n\n    \u003e git clone \n\n    \u003e pip install -r requirements.txt\n\nNow run the uvicorn server\n\n    \u003e uvicorn main:app --reload","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignema%2Falbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignema%2Falbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignema%2Falbc/lists"}