Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moviestoreguy/datagen

A simple project showing how simulations could be done using golang
https://github.com/moviestoreguy/datagen

Last synced: 3 days ago
JSON representation

A simple project showing how simulations could be done using golang

Awesome Lists containing this project

README

        

# Datagen
_A Golang project showing to generate pseudo random data + playing with design patterns_

Currently this project uses dice rolling as its simulation, however, it can be modified to more flexible on types it looks at.

## How to run

First of all, to run this project, you will need to install [golang](https://go.dev/doc/install) using version 1.18 or greater.

Once that is installed and you're running on either a linux or windows machine, you can do the following:
```shell
go install github.com/MovieStoreGuy/datagen/cmd/datagen@latest
datagen
```

This will use the default settings of the application and write an excell spreadsheet in the current directory.