Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.57 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.57 KB

Build Status

CUBA Component - Data Generator

Application component which lets you generate sample data (persistent entities) via user interface. May be useful for demo and test projects as well as for real projects when it's not possible to retrieve a dump.

showcase

Features

  • Different generation strategies:
  • Batch generation.
  • Browse and remove generated entities.

Installation

The add-on is available on marketplace. Best install using CUBA Studio interface:

  • In main menu: CUBA -> Marketplace
  • Search by Data Generator
  • Click Install

Compatibility

Platform Version Add-on Version
7.2.x 0.4.x
7.1.x 0.3.x

Usage

In main menu open Administration -> Data Generation -> Generate Entities.

Supported Attribute Types

  • DataTypes
    • String
    • Boolean
    • Integer
    • Long
    • Double
    • BigDecimal
    • LocalDate: values are number of days from today. (Positive is future, negative is past)
  • Enum
  • References
    • toOne