from Hacker News

Show HN: Sample NCSA Log Generator

by TheIronYuppie on 3/15/25, 5:31 PM with 0 comments

When we were doing a bunch of customer examples for Bacalhau[1], we needed to create a fake NCSA compatible log generator[2].

We also containerized it to make it even easier[3]. E.g.

  docker run -v ./logs:/var/log/app ghcr.io/bacalhau-project/access-log-generator:latest

Absolutely no business model behind this - just Apache2/MIT. If you like it, just use it! If you don't, happy to tweak it!

[1] https://github.com/bacalhau-project/bacalhau

[2] https://github.com/bacalhau-project/examples/tree/main/utili...

[3] https://github.com/orgs/bacalhau-project/packages/container/...