I looked at the mongoid tutorial, but there is none for storing time series data. Also, is there a way to associate ActiveModel with Mongoid.
How to create a mongoid model for timeseries (ECG) data in rails? The user model is normal database table, user has many ECGs
43 views Asked by Dwarknight At
1
I created the model looking at the documentation. https://www.mongodb.com/docs/mongoid/master/reference/collection-configuration/
The code is as follows: