Go to file
2024-08-05 00:09:41 +02:00
nix v1.0.0 2024-04-11 21:11:05 +02:00
test Switched to FastHTML 2024-08-04 20:37:06 +02:00
testdata Switched to FastHTML 2024-08-04 20:37:06 +02:00
.envrc initial working proof of concept 2024-04-10 18:26:38 +02:00
.gitignore Switched to FastHTML 2024-08-04 20:37:06 +02:00
flake.lock updated nixpkgs 2024-07-05 20:12:49 +02:00
flake.nix add setuptools to build fasthtml from source 2024-08-05 00:09:41 +02:00
poetry.lock Switched to FastHTML 2024-08-04 20:37:06 +02:00
pyproject.toml Switched to FastHTML 2024-08-04 20:37:06 +02:00
README.md created a type model for the config file 2024-08-03 01:05:22 +02:00

Simple Test Data Generator

Example Config

{
    "binds": [
        "127.0.0.1:9250"
    ],
    "log": "-",
    "buffer-size": "4KiB",
    "max-size": "2GB",
    "api-keys": [
        "TESTKEY"
    ],
    "max-data": "10GB",
    "database": "database.json"
}