Git Product home page Git Product logo

ggenerator's Introduction

GGenerator

Travis Build Status

What is it?

GGenerator is a command line interface that generates randomic data for tests purposes. It aims to be a easy client for programmers, data scientists, data analysts and data engineers to create a huge amount of data with a variety of complex data using JSON specification and a few commands on terminal.

Requirements

You need Python 3.7 or later and pip to install and run ggenerator as a command line tool.

How to install

A easy way to install ggenerator cli is to use pip:

pip install ggenerator

After that you just have to learn how to use it.

How to use it

If you do have a specification file, you just follow the next steps:

ggenerator generate --spec /file/path/example.json

If you dont, click here and learn how to create a specification.

MAC OS X Users

If you use MAC OS X, you need to setup two environment variables, for GGENERATOR be able to get your default language system

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8 

How to build it

You want to use the develop version or something like that?

Here you will have instruction of how to build this command line interface and have it ready for use.

The first thing you have to do is clone this repository:

git clone [email protected]:Datenworks/ggenerator.git

Now, you will need to create a virtualenv and install all the requirements. If you have pipenv installed:

pipenv install --dev

If you dont have pipenv, you can learn how to install it by going to pipenv repository: https://github.com/pypa/pipenv

After that you can make your updates and fixes, so when you're ready execute:

pipenv run python setup.py build
pipenv run python setup.py install

Done, now you have built a new ggenerator client on your OS.

License

MIT

Contribute

We dont have it organized yet, but as soon as possible you will be able to contribute.

ggenerator's People

Contributors

lucasfernando avatar tadeuif avatar iritilopes avatar matheus-oliveira1 avatar gvbiondo avatar alexandre-cardoso avatar macunha1 avatar

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.