How to model football game statistics in RavenDB
问题 I'm new to RavenDB and I'm still trying to get my head around the best way to model the data for the current scenario. Here is what the data looks like. Game - Teams - Team 1 - list of players - Team 2 - list of players - Events - Event 1 - type: Pass - teamId - PlayerId - Event 2 - type: Goal - teamId - PlayerId At the beginning of each game we get the overall info for the game (e.g. Teams, Venue etc) and then every few minutes we get an updated list of events. Also I need to be able to