# Simple Testdata Generator

## Example Config

```json
{
    "keys": ["TESTKEY1", "TESTKEY2", "TESTKEY3"],
    "max-size": "1GiB",
    "max-data": "1TiB",
    "buffer-size": "12MiB",
    "database": "./db.json",
    "update-database-interval": 5.0,
    "log-path": "./log.jsonl"
}
```