Can I use datasources other than Mongo with Meteor? If so, where can I find an example? I'm specifically looking for MySQL, Memcache, and/or Redis support.
At the moment, you'd have to build a 'driver' to attach any additional data sources to Meteor.
That said, they've defined a 'DDP' protocol, but if it's been documented, I haven't seen it on the web.
If you look at the existing code for the local_collection_driver, you may be able to get a sense of how to do it:
https://github.com/meteor/meteor/blob/master/packages/mongo-livedata/local_collection_driver.js
https://github.com/meteor/meteor/blob/master/packages/mongo-livedata/mongo_driver.js
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With