Who would be interested in a denormalization-package for SimpleSchema & Collection 2?

Hi guys,

I have spend a few days playing around with denormalization and came up with a package-idea that I have put into a README on github. https://github.com/thebarty/meteor-denormalization

The README contains a suggested API for a denormalization-toolkit that would be compatible with SimpleSchema and a writeup on what edgecase scenarios it should cover. There is also some example-code with tests, that is very very beta but shows some of the concepts.

NOTE: the readme is written as if the package is already available but it is NOT!

It would be great to get some feedback on this (please excuse the typos - this is a “shitty first draft”)

  • would you use this package if it was available and stable?
  • do you like the api?
  • would you be willing to team up implementing it?

I am looking forward to your feedback.

2 Likes

Hi,

I need a pckage like this. What is the status? Can the code on GitHub be used for testing?
//Jonas

1 Like

The status is that this package has NOT been implemented… but I implemented a denormalization-view-layer package that might do the job for you. check it out at https://github.com/thebarty/meteor-denormalized-views.