Is Meteor Js a good fit for realtime data analytics?

Hi,
A system store real time data to cloud (not Mongo db). If one want to build backend analytics for this data, is it possible/suitable to use Meteor js ?

Meteor is excellent for displaying realtime data. If it’s not mongoDB though getting reactivity to work can be tricky I think.