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

Check PeerDB #1

Open
mitar opened this issue Aug 3, 2016 · 0 comments
Open

Check PeerDB #1

mitar opened this issue Aug 3, 2016 · 0 comments

Comments

@mitar
Copy link

mitar commented Aug 3, 2016

I made PeerDB and I think you should check it how it assures that things are denormalized in a reactive way.

Also, when denormalizing, I always use {_id: } objects, not directly IDs for references, so that it is easy to add more fields later on. So everything looks the same. I think it would be great if we would keep this the same and then it would be compatible.

I am planing on rewrite of PeerDB to be more ES6 friendly, but otherwise it already works for me great in production. So I think it is more or less what one needs, just without simple schema validation. That one is easier to add once you have everything else available already like in PeerDB.

BTW, PeerDB I think could be already integrated with SimpleSchema. It is orthogonal with it. It just does not support it. If you think there are some issues which are preventing you to use it, I can fix that, or feel free to make a pull request.

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

1 participant