Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moviestoreguy/datagen
- Owner: MovieStoreGuy
- Created: 2022-09-27T14:28:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T14:30:20.000Z (about 2 years ago)
- Last Synced: 2024-10-11T18:31:08.257Z (27 days ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.