Meteor will support cassandra or not?

Hi guys,

       I am planning to use meteor for the back-end support for a web application, database I am planning to use is a nosql db Cassandra. So I need to know **Meteor will support Cassandra or not ?** . If anyone can give me any support links for Meteror + Cassandra programmimg .

thanks in advance

Ajith

Meteor’s main features about realtime data updates etc. only work with MongoDB.

Right now, you can use any data store with Meteor by using freely available npm clients or ORMs for that store (e.g. Cassandra). And you can make the data stores reactive/real-time using RedisOplog Vent feature by Cult of Coders’s @diaconutheodor

1 Like

@martineboh Hello! :slight_smile: Isn’t Redis a different database than Cassandra? How would one use RedisOplog Redis Vent to make Cassandra reactive in Meteor? Could you expand more on this?