Unlock Meteor's Database Flexibility with ccorcos/meteor-any-db


Summary of my bookmarked Github repositories from Jun 30th, 2015

Github repositories

  • ccorcos/meteor-any-db

    The Meteor Icon package is a versatile tool that enables the use of Meteor with any database or data source. By adding the ccorcos:any-db package to your project, you gain the ability to work with arbitrary collections. This article provides a helpful guide on how to get started. The package supports various databases such as Mongo, neo4j, and RethinkDB. Subscriptions are limited to a single argument, and publications must be manually refreshed for reactive data. It also includes examples of publishing ordered collections and subscribing to them.