{"id":15528410,"url":"https://github.com/samdvr/cassandra-timeseries","last_synced_at":"2025-03-28T21:42:19.418Z","repository":{"id":70614091,"uuid":"141771929","full_name":"samdvr/cassandra-timeseries","owner":"samdvr","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-21T15:36:57.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T08:01:43.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","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/samdvr.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":"2018-07-21T01:34:31.000Z","updated_at":"2018-07-21T15:36:56.000Z","dependencies_parsed_at":"2023-08-30T04:30:42.701Z","dependency_job_id":null,"html_url":"https://github.com/samdvr/cassandra-timeseries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fcassandra-timeseries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fcassandra-timeseries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fcassandra-timeseries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samdvr%2Fcassandra-timeseries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samdvr","download_url":"https://codeload.github.com/samdvr/cassandra-timeseries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246106668,"owners_count":20724400,"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-02T11:12:58.952Z","updated_at":"2025-03-28T21:42:19.413Z","avatar_url":"https://github.com/samdvr.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cassandra Timeseries Data Modeling\n\n## Table Definition\n\n```sql\nCREATE TABLE Events ( \n  user_id uuid,\n  timestamp timestamp,\n  event_id uuid,\n  body text,\n  PRIMARY KEY (user_id, timestamp)\n) WITH CLUSTERING ORDER BY (timestamp DESC);\n```\n\nThis project uses Http4s and Cassandra driver.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdvr%2Fcassandra-timeseries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamdvr%2Fcassandra-timeseries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamdvr%2Fcassandra-timeseries/lists"}