Skip to content

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

License

Notifications You must be signed in to change notification settings

fdeschenes/activerecord-amazon-timestream-adapter

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

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 3

  •  
  •  
  •  

Languages