Giter Club home page Giter Club logo

gen4s's People

Contributors

scala-steward avatar tsipinio avatar xdev-developer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gen4s's Issues

Scenarios support

add scenario config, with multiple steps - run generation one, two, three, etc

Rest API interface

Add Rest API interface with in memory DB.
So you can up simple internal web service and kick off generation using Postman or CURL (Before e2e tests).

csv schema support

CSV schema support, where
Header row - variables
Rows - values.

This is usefult when you need load some data from existing storage (export to csv) and generate other part of data using gen4s.

TCP output?

Maybe we also should support TCP output, what do you think? It might be useful for things like syslog listener

Generators implementation

Implement:

  • datetime generator
  • string generator
  • int/bool generator
  • string by pattern generator (see fabricator)
  • ip / mac generator
  • enum generator
  • static value
  • env var.

Simple override of schema variable

Sometimes me as a user need to temporary change generated value, for example id or name.

I think it will be useful add something like -e key=value cli argument and override generated value for variable key with value provider from command args.

example:
Schema

{
  "generators": [
    { "variable": "name", "type": "pattern", "pattern":  "user-???-###"}
    ]
}    

Command:

./bin/gen4s run -e name=John -c ./examples/users/config.conf

Expected result:
name variable = John instead of user-ABC-123

Add scoverage

Add scala coverage plugin
Add github action to run coverage
Add badge

Template json minify transformer

Add flow to apply template transformers. For example json minify -> decode template as json --> apply noSpaces transformation.

Stage executor

Add flow to:

  • read input / output
  • run data generation stream
  • preview / output producer

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.