When we were doing a bunch of customer examples for Bacalhau[1], we needed to create a fake NCSA compatible log generator[2].<p>We also containerized it to make it even easier[3]. E.g.<p><pre><code> docker run -v ./logs:/var/log/app ghcr.io/bacalhau-project/access-log-generator:latest
</code></pre>
Absolutely no business model behind this - just Apache2/MIT. If you like it, just use it! If you don't, happy to tweak it!<p>[1] <a href="https://github.com/bacalhau-project/bacalhau" rel="nofollow">https://github.com/bacalhau-project/bacalhau</a><p>[2] <a href="https://github.com/bacalhau-project/examples/tree/main/utility_containers/access-log-generator" rel="nofollow">https://github.com/bacalhau-project/examples/tree/main/utili...</a><p>[3] <a href="https://github.com/orgs/bacalhau-project/packages/container/package/access-log-generator" rel="nofollow">https://github.com/orgs/bacalhau-project/packages/container/...</a>