Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveRecord Amazon Timestream Adapter

This is the ActiveRecord adapter for working with Amazon Timestream.

Usage

# database.yml
development:
  timestream:
    adapter: amazon_timestream
    database: events
    database_tasks: false
# app/models/application_timestream_record.rb
class ApplicationTimestreamRecord < ActiveRecord::Base
  self.abstract_class = true
  connects_to database: { writing: :timestream, reading: :timestream }
end
# app/models/event.rb
class Event < ApplicationTimestreamRecord
end

About

🚧 Pre-release 🚧 – This is the ActiveRecord adapter for working with Amazon Timestream.

Topics

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Sponsor this project

Used by

Contributors

Languages