Giter Site home page Giter Site logo

datagen's Introduction

Data generator



About app

The application will be used to generate test data. These test data can be used both to test the logic of the system on a large range of values, and to fix the script for mass testing.


Input data for generation:

  • Name - unique name line
  • Type - data type (Number, String, Boolean, Float, Date, DateTime )
  • Pattern - pattern generation
  • We have 4 types of patterns: >> - {{}} - the first one is used to generate strings.
  • {{.2}} - the second generates floating point numbers with a given number of numbers after the decimal point
  • {{2.1}} - generates floating point numbers with the specified number of decimal places, as well as with the specified number of integers
  • {{2}} - generation of integers
  • GenType - each data type has its own generation types:
  • Generation types for integers >> - Iterate over a range of number
    • Random in a range of numbers
    • Random in the normal distribution of random numbers
  • Generation types for floating point numbers >> - the same as for integers
  • Generation types for booleans >> - Static value
    • Iteration
    • Random with probability
  • Generation types for strings >> - Random selection from a range, with a change after N steps
    • Sequential selection from a range with a value change after N steps.
    • Sequential reverse selection from the range with changing the value after N steps.
    • Random selection from a range, with a separate probability for each row, changing after N steps.

View of generation settings


Description (further expand the description)

Thus, after entering all the settings (you can save them if you wish). Click "start generation", a "json" or "csv" file with the generation results will be generated.


Datagen

This project was generated with Angular CLI version 14.0.2.


Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

datagen's People

Contributors

dmtrsirotkin avatar hopeless1811 avatar 40tohh avatar

Watchers

 avatar

Forkers

40tohh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.