What tools are available for persistent storage in ROS?
I have a small amount of information (e.g., camera position and orientation) that I would like to persist through roscore shutdowns and restarts. There are potentially multiple providers and multiple consumers of this information so it seems like a latched ROS topic would be appropriate -- the only difference is that I would like to latch to disk instead of just latching in memory. Are there any tools that accomplish this task or something like it?
I see that warehouse_ros exists, but setting up a MongoDB just for a few hundred bytes of information seems like ultra overkill. warehouse_ros seems geared more toward storing very large amounts of information.