{"id":25878280,"url":"https://github.com/linuxuser586/cassandra","last_synced_at":"2026-05-06T14:38:23.128Z","repository":{"id":142050249,"uuid":"195526901","full_name":"linuxuser586/cassandra","owner":"linuxuser586","description":"Distroless Cassandra","archived":false,"fork":false,"pushed_at":"2019-11-23T12:04:51.000Z","size":3194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2023-03-12T09:40:59.007Z","etag":null,"topics":["cassandra","database","distroless"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/linuxuser586.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":"2019-07-06T10:27:42.000Z","updated_at":"2024-06-19T11:10:59.677Z","dependencies_parsed_at":null,"dependency_job_id":"2e2f147e-f146-45c0-8385-ff0dde3fe127","html_url":"https://github.com/linuxuser586/cassandra","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/linuxuser586/cassandra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxuser586%2Fcassandra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxuser586%2Fcassandra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxuser586%2Fcassandra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxuser586%2Fcassandra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linuxuser586","download_url":"https://codeload.github.com/linuxuser586/cassandra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linuxuser586%2Fcassandra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32698761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cassandra","database","distroless"],"created_at":"2025-03-02T12:24:07.686Z","updated_at":"2026-05-06T14:38:23.112Z","avatar_url":"https://github.com/linuxuser586.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Distroless Cassandra (BETA)\n\nThis repository contains [Cassandra](https://cassandra.apache.org/) that runs in\na [distroless](https://github.com/GoogleContainerTools/distroless/) container for\nDocker/Kubernetes\n\nSee [LICENSE](https://github.com/linuxuser586/cassandra/blob/master/LICENSE)\n\n## Run\n\nOnly tested on Linux at this time. Use NO_TLS set to true for development. Using TLS\nrequires more advanced configuration and will be documented in the future. You will\nneed to download cqlsh, found in the Cassandra distribution, if you want to run queries.\n\n```sh\nsudo sysctl -w vm.max_map_count=1048575\ndocker run -it --rm -p 9042:9042 --cap-add SYS_RESOURCE --name cassandra -e NO_TLS=true linuxuser586/cassandra\n```\n\nIn another terminal you can issue commands such as\n\n```sh\ndocker exec -t cassandra nodetool info\n```\n\nTo save data, use something like the following.\n\n```sh\ndocker run -it --rm -p 9042:9042 --cap-add SYS_RESOURCE --name cassandra -v ~/cassandra/demo:/var/lib/cassandra -e NO_TLS=true linuxuser586/cassandra\n```\n\n## Configuration\n\nYou may add your own cassandra.yaml. You can start with the official version\nfound in the cassandra release or just add the config you are interested in\nchanging. For example if you just want to update the cluster you can create\na conf directory and in your cassandra.yaml in that directory add\ncluster_name: 'Demo Cluster'. Then run the below command.\n\n```sh\ndocker run -it --rm -p 9042:9042 --cap-add SYS_RESOURCE --name cassandra -v ~/conf:/conf -e NO_TLS=true linuxuser586/cassandra\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxuser586%2Fcassandra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinuxuser586%2Fcassandra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinuxuser586%2Fcassandra/lists"}