Skip to content

gustavoresque/DataGenerator

Repository files navigation

Blocks (DataGenerator)

This is an application for generating synthetic databases for helping the information visualization evaluation. The system aims to create a data model that allows the construction of datasets with a diversity of profiles in a controlled manner. During the data model creation, the user can visualize generated data samples in coordinated visualizations to validate if the data has the desired characteristics. The creator of the model can save it for future experiments or updates and can export it enabling other groups to replicate the experiments easily.

The API Reference is under construction.

How to cite the project

If you have used the project to help you or to compare it with your proposal, we would be grateful if you cite our publications associated with this software. They are listed below:

How to build

First of all, you have to install the electron-packager in globally way running the code below:

npm install -g electron-packager

You can run the application locally running the code below:

npm start

After that you can run the following codes:

Windows

electron-packager . --overwrite --asar=true --platform=win32 --arch=ia32 --prune=true --out=release-builds --version-string.ProductName="DataGenerator"

Linux

electron-packager . --overwrite --asar=true --platform=linux --arch=x64 --prune=true --out=release-builds --version-string.ProductName="DataGenerator"

MacOS

electron-packager . --overwrite --platform=darwin --arch=x64 --prune=true --out=release-builds --version-string.ProductName="DataGenerator"

Team

This application was developed by Laboratório de Visualização, Interação e Sistemas inteligentes (LABVIS) from Universidade Federal do Para (UFPA) since 2018.

License

Apache 2.0 (Public Domain)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6