{"id":16014891,"url":"https://github.com/thheller/cassandra-erl","last_synced_at":"2025-06-21T00:07:51.824Z","repository":{"id":140236387,"uuid":"1991460","full_name":"thheller/cassandra-erl","owner":"thheller","description":"UNMAINTAINED! hopefully some kind of usable cassandra client, hiding the horrible thrift api.","archived":false,"fork":false,"pushed_at":"2011-07-03T16:23:16.000Z","size":103,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T00:03:52.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/thheller.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":"2011-07-03T15:42:48.000Z","updated_at":"2022-10-12T02:38:41.000Z","dependencies_parsed_at":"2023-03-11T20:12:07.665Z","dependency_job_id":null,"html_url":"https://github.com/thheller/cassandra-erl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thheller/cassandra-erl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcassandra-erl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcassandra-erl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcassandra-erl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcassandra-erl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thheller","download_url":"https://codeload.github.com/thheller/cassandra-erl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcassandra-erl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261039081,"owners_count":23100969,"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-10-08T15:05:26.646Z","updated_at":"2025-06-21T00:07:46.792Z","avatar_url":"https://github.com/thheller.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Basic Wrapper for the Cassandra 0.8 Thrift Bindings.\n\nI wanted to play with Cassandra from erlang and the default Thrift Bindings are horrible, so I made this. Might be just as horrible but works for me.\n\n\n## EXAMPLE\n\n    C = cassandra_client:connect([{host, \"localhost\"}, {port, 9160}, {keyspace, \"test\"}]),\n\n    {ok, Version} = C:describe_version(),\n\n    ConsistencyLevel = one,\n\n    ok = C:mutate([\n        {\"row\", \"cf\", {insert, [{\"col\", \"value\"}]}\n    ], ConsistencyLevel),\n\n    {ok, Columns} = C:get_column_slice(\"row\", \"cf\", [{count, 10}], ConsistencyLevel),\n\n    % return values from cassandra are binaries\n\n    Columns = [{\u003c\u003c\"col\"\u003e\u003e, \u003c\u003c\"value\"\u003e\u003e}].\n\n## Docs\n\nBasic edoc at: http://thheller.github.com/cassandra-erl/\n\n## TODO\n\n* SuperColumns\n* Error Handling (pure let-it-crash for now)\n* Ring Detection, Client Pooling, Reconnects, etc.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthheller%2Fcassandra-erl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthheller%2Fcassandra-erl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthheller%2Fcassandra-erl/lists"}