Go to file
2025-01-03 23:04:20 +01:00
nix initial rewrite 2025-01-03 23:04:20 +01:00
src/testdata initial rewrite 2025-01-03 23:04:20 +01:00
tests initial rewrite 2025-01-03 23:04:20 +01:00
.envrc initial working proof of concept 2024-04-10 18:26:38 +02:00
.gitignore initial rewrite 2025-01-03 23:04:20 +01:00
flake.lock initial rewrite 2025-01-03 23:04:20 +01:00
flake.nix initial rewrite 2025-01-03 23:04:20 +01:00
pyproject.toml initial rewrite 2025-01-03 23:04:20 +01:00
README.md allow multiple binds 2024-04-12 12:44:30 +02:00

Simple Test Data Generator

Example Config

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