wids-eria / ADAGE

Assessment Data Aggregator for Gaming Environments
13 stars 15 forks source link

Observational Data - API call for querying observational data #26

Open allisonsalmon opened 10 years ago

allisonsalmon commented 10 years ago

An API point available to view observational data for a game. This may include pictures and text notes. This will likely be stored as normal ADAGE data but in an ADAGE base structure that is specific for this type of data. Will also likely want a way to query observational data and the surrounding game/user data for a time period.

igoodin commented 10 years ago

Quick note that Mongo has a document size limit of 16mb, but can be extended through using the GridFS spec implementation for mongoid.