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

https://github.com/raphcodec/rand-org-generator

Rand-Org-Generator attempts mimic real company structures. The dummy data generated by this project is intended to be used in analytics projects or web projects.
https://github.com/raphcodec/rand-org-generator

data duckdb factory-boy faker org-chart polars python3

Last synced: 10 months ago
JSON representation

Rand-Org-Generator attempts mimic real company structures. The dummy data generated by this project is intended to be used in analytics projects or web projects.

Awesome Lists containing this project

README

          

Rand-Org-Generator attempts mimic real company structures. The dummy data generated by this project is intended to be used in analytics projects or web projects.

## Prerequisites
In order to run this project you will need to have UV by Astral installed. Find the installation instructions [here](https://docs.astral.sh/uv/getting-started/installation/)

## Basic Usage
``` bash
git clone https://github.com/RaphCodec/rand-org-generator.git
cd rand-org-generator
uv run main.py
```

By default this will generate a hierarchy of 5,000 people. In order to geneate more of less people passa new number to the size paramater of the make_org function.

```python
org = make_org(size= 3_000)
```

## License
Rand-Org-Generator is released under the MIT license. For details, see the [License](LICENSE.md) file.