fastiot.msg.custom_db_data_type_conversion module

fastiot.msg.custom_db_data_type_conversion.to_mongo_data(timestamp, subject_name, msg)[source]

This function helps to convert msg to a mongodb data set.

Return type:

Dict

fastiot.msg.custom_db_data_type_conversion.from_mongo_data(mongo_data)[source]

This function helps to convert mongodb data set back to the msg.

Return type:

Dict