CSALMongo Namespace

CSAL Mongo

CSALMongo Namespace CSAL Mongo Access Library
The is the main namespace for the library developed for CSAL turn data storage
Classes

  Class Description
Public class CSALDatabase
Main interface to the CSAL MongoDB database. You should instantiate with a MongoDB URL (e.g. mongodb://localhost:27017/testdb), insert raw turn data via JSON, and the findXXX methods for querying the resulting data
Public class CSALDatabaseException
Exception thrown when CSAL Database-specific exceptions occur
Public class Util
Simple utilities used in this library that don't really have a place anywhere else