from Hacker News

A Use Case for MongoDB: (Versioned) Static Data Model Definitions

by thaddeusmt on 11/12/13, 1:25 AM with 1 comments

  • by Throwadev on 11/12/13, 1:40 AM

    Cool. We are doing something almost identical, except in our case we are upgrading parts of an existing app. The form definitions are going into mongo very similarly to the way you describe, but we are keeping the user data in the RDBMS for now. We just don't have time at the moment to migrate both, and we also didn't trust putting the user data into mongo.