rosmod / rosmct

Development of an openmct system for telemetry of ros systems
MIT License
20 stars 4 forks source link

Retain data history within a ros system #13

Open AWatk opened 6 years ago

AWatk commented 6 years ago

Upon receipt of a subscribed topic save it to some form of database for future polling.

AWatk commented 6 years ago

perhaps run a database such as mongo or couchdb on the realitime server for data storage.

codeflight1 commented 1 year ago

QuestDB looks like a good option. I will try to implement it.