pygsti.io.mongodb#
Serialization routines to/from a MongoDB database
Functions
|
Similar to write_auxtree_to_mongodb, but just collect write operations and update a main-doc dictionary. |
|
Similar to write_dict_to_mongodb, but just collect write operations and update a main-doc dictionary. |
Similar to write_obj_to_mongodb_auxtree, but just collect write operations and update a main-doc dictionary. |
|
Create, if not existing already, indices useful for speeding up pyGSTi MongoDB operations. |
|
|
Read a document containing links to auxiliary documents from a MongoDB database. |
|
Load the contents of a MongoDB document into a dict. |
|
Read a dictionary serialized via |
|
Remove some or all of the MongoDB documents written by write_auxtree_to_mongodb |
|
Remove elements of (separate documents) of a dictionary stored in a MongoDB collection |
|
Write a dictionary of quantities to a MongoDB database, potentially as multiple documents. |
|
Write each element of d as a separate document in a MongoDB collection |
|
Write the attributes of an object to a MongoDB database, potentially as multiple documents. |