Re: [ANN] Dibble - A new way to seed databases

2012-12-10 Thread Michael Drogalis
Thanks Brian! I'll check it out soon and let you know if I make any headway with integration. On Monday, December 10, 2012 1:35:58 PM UTC-5, Brian Marick wrote: > > Here's the SCNA talk link > > http://scna.softwarecraftsmanship.org/media#videos > > > On Nov 11, 2012, at 5:28 PM, Michael Drogal

Re: [ANN] Dibble - A new way to seed databases

2012-12-10 Thread Brian Marick
Here's the SCNA talk link http://scna.softwarecraftsmanship.org/media#videos On Nov 11, 2012, at 5:28 PM, Michael Drogalis wrote: > Interestingly enough, I did something very similar to Peano. The difference > is that my version used a "base value" and constraints are used to adjust > that v

Re: [ANN] Dibble - A new way to seed databases

2012-11-11 Thread Michael Drogalis
Interestingly enough, I did something very similar to Peano. The difference is that my version used a "base value" and constraints are used to adjust that value to something else. https://github.com/MichaelDrogalis/zombie In any case, drop the link here when you find the talk. We should take a

Re: [ANN] Dibble - A new way to seed databases

2012-11-11 Thread Brian Marick
On Nov 11, 2012, at 2:35 PM, Michael Drogalis wrote: > Wouldn't it be great to generate rows in a customer table without having to > make up names, email addresses, and balances? That's the idea of Dibble. Vaguely related: I wrote up a proof-of-concept of using core.logic to generate structure

[ANN] Dibble - A new way to seed databases

2012-11-11 Thread Michael Drogalis
Hey folks, I recently encountered a situation where developers on a team needed to seed their databases with large amounts of data. The data didn't have to be the same across all machines, it just had to be logical. Thus, the concept of inferential database seeding was born in my little mind!