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

lazy load backend. #82

Open
chirag04 opened this issue Dec 9, 2014 · 3 comments
Open

lazy load backend. #82

chirag04 opened this issue Dec 9, 2014 · 3 comments

Comments

@chirag04
Copy link

chirag04 commented Dec 9, 2014

I don't think we need to load all the available backend like redis, mongo, memory before hand. I would prefer to lazy load the backend based on the config or something.

Thoughts?

@manast
Copy link
Member

manast commented Dec 9, 2014

redis and mongo are built in, the rest are refactored into other npm modules. It would be better to have even redis and mongo in separate npm modules, if someone is up to the task I could merge and update documentation.

@chirag04
Copy link
Author

chirag04 commented Dec 9, 2014

@manast Thanks for the update. I will see if i can take that.

[off topic] One more quick question: Is there a way to acl based on query strings.
eg: a url like /api/data?publisher='abc'
So only abc publisher has access to /api/data and not anybody else.

@chirag04
Copy link
Author

chirag04 commented Dec 9, 2014

@manast
Did it for redis and mongodb
https://github.com/chirag04/node_acl_redis
https://github.com/chirag04/node_acl_mongodb

Can you update the docs and tests?

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

2 participants