CSALMongo Namespace | CSAL Mongo Access Library |
The is the main namespace for the library developed for CSAL turn data storage
Classes
Class | Description | |
---|---|---|
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
|
|
CSALDatabaseException |
Exception thrown when CSAL Database-specific exceptions occur
|
|
Util |
Simple utilities used in this library that don't really have a
place anywhere else
|