benkeen/generatedata

Free, GNU-licensed, random custom data generator for testing software


Keywords
testing, test data, Random Data, Sample Data, data generator, data, data-generation, data-generator, data-generators, human-data, json, random, random-generation, randomization, rest-api, test-data, test-data-generator
License
GPL-2.0+

Documentation

generatedata.com

Build Status Coverage Status

This is the repo for the downloadable version of generatedata.com. The script is essentially an engine to generate any sort of random data in any format. It currently comes with 30 or so Data Types (types of data it generates), 8 Export Types (formats for the data), plus around 30 data sets for specific countries (city names, regions etc). But more importantly it can be extended in any way you want. Check out the developer documentation for more information on that. If you need to generate random data programmatically rather than manually via the UI, you can use the REST API.

The master branch now contains the incomplete v4 rewrite, so if you're downloading the script, get the most recent tag: https://github.com/benkeen/generatedata/releases

This README file still contains information about the v3 code. It will stay that way until v4 is in alpha stage.

Requirements

  • PHP 5.3 or any later version of PHP 5.
  • MySQL 4.1.3 or later

How to Install / Documentation

For installation instructions, user and developer documentation, check out: http://benkeen.github.io/generatedata/

Installation is really, really simple. I deliberately wrote the script to be as self-contained as possible and not require additional PHP/Server configuration when setting it up. That said, it does require PHP 5.3.0 or later. See the documentation for more info.

master = v4 rewrite

The master branch of this repo now contains the ongoing work for the v4 rewrite, temporarily found here: http://generatedata4.com

The generatedata.com site, the documentation and everything else is for up to the v3 branch. You can find that code in the v3 branch.

Although I'm no longer working on that branch, PRs and bug fixes are very welcome! Just branch off v3 and put your PRs in against that.

v4 is dropping PHP and MySQL and re-writing the entire script in node. This script will eventually become available as a node package which you can use in your own packages to generate your own code programmatically, but it will continue to offer the REST API and UI for constructing and generating the data sets.

Pre-packaged solutions

Docker

Kubernetes Helm Chart

Dmitry Rubtsov has put up a Helm chart here: https://github.com/dmirubtsov/generatedata-helm

Vagrant

There's also a pre-packaged Vagrant solution found here, courtesy of Daragh Courtney.

To-Do

Please see the issues tagges as feature requests for a list of things that are still left to complete on this project. Help is always welcome!

License

This script is freely available under the GPL 3 license. See license.txt in the root folder. Please note that all contributors agree that all code is released under this license.

Contributors

In addition to the many fine folk who submit bug reports, a big thanks to the following for their help extending the script: https://github.com/benkeen/generatedata/graphs/contributors

Changelog

4.0.0 - In development: http://generatedata4.com

3.4.1 - Nov 24, 2019

3.4.0 - Nov 16, 2019

3.3.1 - July 18, 2019

3.3.0 - July 1, 2019

  • misc bug fixes

3.2.8 - Sep 12, 2017

  • misc bug fixes

3.2.7 - Jul 29, 2017

  • "Computed" Data Type added.
  • misc bug fixes

3.2.6 - Apr 17, 2017

3.2.5 - Apr 16, 2016

3.2.4 - Dec 6, 2015

  • patch release for per-user settings.

3.2.3 - Nov 15, 2015

3.2.2 - Nov 12, 2015

  • The plugins (Data Types, Export Types, Countries) seen in the interface may not be configured on a per-user level.
  • Installation script updated to allow customization of plugin selection.

3.2.1 - May 25, 2015

  • Configuration history option added to store the last 200 (this is configurable) versions of a data set. In case of data loss, you can now revert to an older version very simply.
  • Assorted bug fixes, including some improvements to the installation script.

3.2.0 - Jan 29, 2015

  • Adds a new REST API as an alternative way to generate data. See the API Documentation for more information.

3.1.4 - Sept 6, 2014

3.1.3 - July 20, 2014

3.1.2 - July 12, 2014

3.1.1 - Jan 31, 2014

3.1.0 - Dec 19, 2013

  • Bug fix for accidental short-tags that were introduced in earlier code

3.0.9 - Dec 11, 2013

3.0.8 - Oct 28, 2013

3.0.7 - Sept 7, 2013

3.0.6 - Aug 1, 2013

3.0.5 - July 13, 2013

3.0.4 - July 2nd, 2013

3.0.3 - June 23, 2013

3.0.2 - June 12, 2013

3.0.1 - June 1st, 2013

3.0.0 - May 21st, 2013

  • Initial release

Ben Keen @vancouverben