jschwartz73 / cuba-component-data-generator

Data generator add-on for CUBA applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Data generator add-on for CUBA applications

License:Apache License 2.0


Languages

Language:Kotlin 75.2%Language:Java 24.8%