{"id":16061715,"url":"https://github.com/mattmassicotte/swift-keyspaces","last_synced_at":"2026-05-09T04:32:36.190Z","repository":{"id":148114635,"uuid":"579466580","full_name":"mattmassicotte/swift-keyspaces","owner":"mattmassicotte","description":"An experiment connecting Swift to AWS Keyspaces (Cassandra)","archived":false,"fork":false,"pushed_at":"2022-12-22T16:30:58.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T09:14:38.072Z","etag":null,"topics":["aws","aws-keyspaces","aws-lambda","cassandra","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattmassicotte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-12-17T19:42:35.000Z","updated_at":"2022-12-28T03:03:02.000Z","dependencies_parsed_at":"2023-06-26T00:27:21.147Z","dependency_job_id":null,"html_url":"https://github.com/mattmassicotte/swift-keyspaces","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattmassicotte/swift-keyspaces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2Fswift-keyspaces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2Fswift-keyspaces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2Fswift-keyspaces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2Fswift-keyspaces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattmassicotte","download_url":"https://codeload.github.com/mattmassicotte/swift-keyspaces/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattmassicotte%2Fswift-keyspaces/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["aws","aws-keyspaces","aws-lambda","cassandra","swift"],"created_at":"2024-10-09T04:09:44.480Z","updated_at":"2026-05-09T04:32:36.173Z","avatar_url":"https://github.com/mattmassicotte.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swift-keyspaces\n\nAn experiment connecting Swift to AWS Keyspaces (Cassandra)\n\n- [CassandraClient](https://github.com/apple/swift-cassandra-client)\n- [AWSLambdaRuntime](https://github.com/swift-server/swift-aws-lambda-runtime)\n- [AWS Lambda](https://aws.amazon.com/lambda/)\n- [AWS Keyspaces](https://aws.amazon.com/keyspaces/)\n\n## AWS Configuration\n\nThis project includes a CloudFormation template that gets you nearly set up. You also need a user with Keyspaces credentials and an S3 bucket to host all of the artifacts.\n\nPolicy needed for user:\n\n```json\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Sid\": \"VisualEditor0\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"cassandra:Create\",\n                \"cassandra:Select\",\n                \"cassandra:Modify\"\n            ],\n            \"Resource\": [\n                \"arn:aws:cassandra:*:YOUR_ACCOUNT_ID_GOES_HERE:/keyspace/swift_keyspaces_test/\",\n                \"arn:aws:cassandra:*:YOUR_ACCOUNT_ID_GOES_HERE:/keyspace/swift_keyspaces_test/table/*\"\n            ]\n        },\n        {\n            \"Sid\": \"VisualEditor1\",\n            \"Effect\": \"Allow\",\n            \"Action\": \"cassandra:Select\",\n            \"Resource\": \"arn:aws:cassandra:*:YOUR_ACCOUNT_ID_GOES_HERE:/keyspace/system/table/*\"\n        }\n    ]\n}\n```\n## Code of Conduct\n\nEveryone interacting in the rake-remote-file project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/mattmassicotte/rake-remote-file/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmassicotte%2Fswift-keyspaces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattmassicotte%2Fswift-keyspaces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattmassicotte%2Fswift-keyspaces/lists"}