{"id":14955989,"url":"https://github.com/fdeschenes/activerecord-amazon-timestream-adapter","last_synced_at":"2026-03-15T08:12:10.370Z","repository":{"id":43727477,"uuid":"312315357","full_name":"fdeschenes/activerecord-amazon-timestream-adapter","owner":"fdeschenes","description":"🚧 Pre-release 🚧 – This is the ActiveRecord adapter for working with Amazon Timestream.","archived":false,"fork":false,"pushed_at":"2024-08-17T11:55:11.000Z","size":33,"stargazers_count":9,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T14:18:22.255Z","etag":null,"topics":["activerecord","activerecord-adapter","arel","aws","aws-timestream","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fdeschenes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"MIT-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},"funding":{"github":"fdeschenes"}},"created_at":"2020-11-12T15:19:43.000Z","updated_at":"2024-08-17T11:55:14.000Z","dependencies_parsed_at":"2024-11-15T05:46:08.982Z","dependency_job_id":null,"html_url":"https://github.com/fdeschenes/activerecord-amazon-timestream-adapter","commit_stats":{"total_commits":24,"total_committers":3,"mean_commits":8.0,"dds":"0.29166666666666663","last_synced_commit":"8aca0d8e7de64e53bdf7815e59160b7109d04fb8"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdeschenes%2Factiverecord-amazon-timestream-adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdeschenes%2Factiverecord-amazon-timestream-adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdeschenes%2Factiverecord-amazon-timestream-adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdeschenes%2Factiverecord-amazon-timestream-adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdeschenes","download_url":"https://codeload.github.com/fdeschenes/activerecord-amazon-timestream-adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237944044,"owners_count":19391588,"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":["activerecord","activerecord-adapter","arel","aws","aws-timestream","ruby","ruby-on-rails"],"created_at":"2024-09-24T13:12:08.452Z","updated_at":"2025-10-24T09:30:26.320Z","avatar_url":"https://github.com/fdeschenes.png","language":"Ruby","funding_links":["https://github.com/sponsors/fdeschenes"],"categories":[],"sub_categories":[],"readme":"# ActiveRecord Amazon Timestream Adapter\n\nThis is the ActiveRecord adapter for working with [Amazon Timestream](https://aws.amazon.com/timestream/).\n\n## Usage\n\n```yaml\n# database.yml\ndevelopment:\n  timestream:\n    adapter: amazon_timestream\n    database: events\n    database_tasks: false\n```\n\n```ruby\n# app/models/application_timestream_record.rb\nclass ApplicationTimestreamRecord \u003c ActiveRecord::Base\n  self.abstract_class = true\n  connects_to database: { writing: :timestream, reading: :timestream }\nend\n```\n\n```ruby\n# app/models/event.rb\nclass Event \u003c ApplicationTimestreamRecord\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdeschenes%2Factiverecord-amazon-timestream-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdeschenes%2Factiverecord-amazon-timestream-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdeschenes%2Factiverecord-amazon-timestream-adapter/lists"}