A TaskRecord backend using mongodb
Authors:
Bases: IPython.parallel.controller.dictdb.BaseDB
MongoDB TaskRecord backend.
Add a new Task Record, by msg_id.
Remove a record from the DB.
Remove a record from the DB.
Find records matching a query dict, optionally extracting subset of keys.
Returns list of matching records.
Parameters: | check: dict :
keys: list of strs [optional] :
|
---|
get all msg_ids, ordered by time submitted.
Get a specific Task Record, by msg_id.
Update the data in an existing record.