Skip to content

adammichaelwilliams/321

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

alt text

Schemas are hard, especially in the early stages of your project's evolution.

To make things worse, NoSQL databases like MongoDB make it easy to avoid a schema, requiring additional fortification tools to sit between your app and it's storage layer.

We often times write new code, adding new dimensions to our data, while properly checking to ensure that the view layers don't break for old objects that are missing these new parameters.

What happens when your data is stale? You migrate it!

You write code to search for that data and you transform it!

Or atleast that's what we did.

321 is an admistrative level tool for discovering missing parameters across your data set(s) (and eventually making it easy to migrate that data).

It's super simple.

Just hook this Meteor app into your Mongo database, and, assuming you don't have a collection titled "meta321" it will automagically analyze the gaps in your data.

Built in Tokyo for the Meteor Global Distributed Hackathon

About

Find gaps in your data!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published