{"id":21397565,"url":"https://github.com/multani/cassandra-external-file-seed-provider","last_synced_at":"2025-03-16T15:17:46.677Z","repository":{"id":40687166,"uuid":"200203850","full_name":"multani/cassandra-external-file-seed-provider","owner":"multani","description":"Lookup Cassandra seeds in an external file","archived":false,"fork":false,"pushed_at":"2023-07-07T07:07:22.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-23T02:24:31.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/multani.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":"2019-08-02T09:09:45.000Z","updated_at":"2022-07-02T17:33:17.000Z","dependencies_parsed_at":"2024-11-22T14:43:41.292Z","dependency_job_id":"75583453-319b-4823-af5a-91bc57d2ee17","html_url":"https://github.com/multani/cassandra-external-file-seed-provider","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fcassandra-external-file-seed-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fcassandra-external-file-seed-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fcassandra-external-file-seed-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multani%2Fcassandra-external-file-seed-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multani","download_url":"https://codeload.github.com/multani/cassandra-external-file-seed-provider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243886011,"owners_count":20363649,"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-22T14:43:36.700Z","updated_at":"2025-03-16T15:17:46.654Z","avatar_url":"https://github.com/multani.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Cassandra seed provider using a dedicated file\n\nThis is a simple Cassandra seed provider that fetches the list of seeds from an externally managed file, containing one seed address per-line.\n\nYou can use it by configuring Cassandra with:\n```yaml\nseed_provider:\n  - class_name: info.multani.cassandra.ExternalFileSeedProvider\n    parameters:\n      - filename: /etc/cassandra/seeds.list\n```\n\nYou can use which ever tool you want to keep the content of the seeds file up-to-date. The file is regularly read to fetch the latest seeds:\n\n```\n$ cat /etc/cassandra/seeds.list\n# A list of Cassandra seeds\n\n# The first seed\n172.20.15.6\n\n# Another seed\n172.20.15.7\n\n172.20.15.8 # end of line comments are stripped\n```\n\nThe provider skips empty lines, and everything that comes after a `#` comment character.\n\n## How to use?\n\n* Download [a `.jar` release](https://github.com/multani/cassandra-external-file-seed-provider/releases)\n* Save the `.jar` file in the `lib/` directory of your Cassandra installation\n* Configure Cassandra as shown above\n* Keep your new seeds file updated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Fcassandra-external-file-seed-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultani%2Fcassandra-external-file-seed-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultani%2Fcassandra-external-file-seed-provider/lists"}