How to seed your Meteor database?

I come from a strong Rails background, where seeding info into your database is super simple and intuitive.

My brother and I are building an open source “Golden path” Meteor application called Mercadera. We want people to have this clear example of how to build a great Meteor application with MongoDB and React.

With that objective in mind, the database seed strategy had to be one that made sense, was easy to understand and was safe to use.

Here’s our approach.

http://sergiotapia.me/2016/02/04/meteor-database-seed-strategy-that-works-2/

How do you seed your Meteor database?

1 Like

https://atmospherejs.com/?q=fake

we happen to use this one, because an associate create it over a year ago, but their might be others that are better by now
https://atmospherejs.com/anti/fake