Does Sails.js or Meteor.js work with ArangoDB or OrientDB?
allegrograph, arangodb, meteor, orientdb, sails.js
Solution
Sails.js has support for both of the databases you mention:
- https://www.npmjs.com/package/sails-orientdb
- https://github.com/rosmo/sails-arangodb
In addition to MongoDB, Postgres, and dozens of others.
Problem
I'm planning to work on a social site and I would like to leverage both a document and graph database for all of the desired features. Is there a way to get Meteor.js or Sail.js (or any better) to work with ArangoDB or OrientDB? Or should I just stick with the bundled MongoDB and integrate something like allegrograph DB?