A great example of a practical use of nosql is the data marts that were created to cache/ populate data in whatever model is required.
PerformanceEventType
- HeartRate
 - Treadmill
 - Rower
 - Bike/ strider
 - Freeweight
 
.png)
You can add properties to your event
Create a model for each performance type event (Heart Rate, treadmill, etc) that extends a base class that contains event-id, event-type, and event-created

Leave a Reply