Suitcase-mongo

Latest version: v0.7.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.7.0

suitcase-mongo` now uses pymongo's insert_many() function to simultaneously send all Events from an Event Page to the mongo database, rather than the previous behavior of calling insert_one() for each Event inside a for-loop. The same change was applied to inserting a Datum Page.

This should reduce the time needed to store data when a Bluesky run has many thousands of events. The effect should be even more pronounced in deployments where network latency is high.

0.6.0

Make index creation manual:

py
serializer = Serializer(mds_db, assets_db)
serializer.create_indexes()

0.4.0

Adds indexes supporting paginated lookups

0.3.1

Changes

- Fix bug in the duplicate-handling path for Datum.

0.1.0b5

mongo_layout1 and mongo_layout2 are renamed to mongo_normalized, and mongo_embedded.
mongo_embedded is working with DocBuffer.

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.