strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

Filtering entries by query on replication #219

Closed furushchev closed 6 years ago

furushchev commented 6 years ago

Currently, the available option on replication is only the duration which we can set as move_before slot in mongodb_store_msgs/MoveEntriesGoal, so if we run replication_client.py with setting move_before to 0 and enabling delete_after_move, all data will be moved to extra servers. I'd like to do replication excluding (or filtering) specific entries and keep persistent data in the robot database.