Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first class support for MongoDB #148

Open
indexzero opened this issue May 28, 2013 · 4 comments
Open

Add first class support for MongoDB #148

indexzero opened this issue May 28, 2013 · 4 comments

Comments

@indexzero
Copy link
Member

(Purposeful duplicate of #95)

People apparently enjoy using MongoDB.

We should add first-class support to Resourceful for MongoDB.

We should try to collaborate with @codebrew and his https://github.com/codebrew/resourceful-mongo project, or we should just write our own.

@RobinQu
Copy link

RobinQu commented May 30, 2013

i doubt resourceful could have a view implementation upon mongodb.

@mmalecki
Copy link
Contributor

@RobinQu it's not strictly a view. You could do the following:

resource.filter('forAuthor', function (author) {
  this.connection.filter({ author: author });
});

or whatever the actual syntax is.

@indexzero do we actually want that in core? I'd opt for separating CouchDB out of resourceful actually (leaving only the memory engine).

@rudolf
Copy link

rudolf commented Jun 1, 2013

👍

@vbardales
Copy link

Is there some updates on that topic ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants