Re: Generating sample data

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Generating sample data
Date: 2016-12-27 22:33:44
Message-ID: cb58da54-3e76-f727-e77d-9f6fbafa9a1f@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/27/2016 12:06 PM, Rich Shepard wrote:
> On Tue, 27 Dec 2016, Steve Crawford wrote:
>
>> You could start here:
>> http://www.softwaretestingmagazine.com/tools/open-source-test-data-generators/
>>
>
>> I have rolled my own on occasion by just pulling some public lists of
>> most
>> common given names and family names and toing a full-join. Same for city,
>> streets, etc.
>
> Steve,
>
> Thanks very much for the URL. One application is small (7 tables), the
> other is three times that size (23 tables). If I need to find public domain
> data on the Web, I'll do that.

What sort of data do you want to create?

If it is the standard contact information then the previously mentioned
tools are sufficient.

If it is data specific to a field of study then things might get trickier.

>
> Much appreciated,
>
> Rich
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2016-12-27 23:10:01 Re: LYDB: What advice about stored procedures and other server side code?
Previous Message Adrian Klaver 2016-12-27 22:29:51 Re: Generating sample data