No description
Find a file
Fergus Molloy 18691fdfb0
Some checks failed
/ build (push) Successful in 45s
/ unit (push) Successful in 1m31s
/ integration (push) Failing after 1m28s
/ lint (push) Successful in 1m47s
/ build-and-push-image (push) Has been skipped
/ deploy (push) Has been skipped
update claude.md
2026-02-27 16:01:10 +00:00
.claude/skills/vfmp implement arbitrary responses for cli and move Dockerfile to deploy folder 2026-02-19 09:20:48 +00:00
.forgejo/workflows restart deployment so latest image is always pulled 2026-02-20 13:43:46 +00:00
cmd start implementing prometheus metrics 2026-02-25 15:24:18 +00:00
core implement arbitrary responses for cli and move Dockerfile to deploy folder 2026-02-19 09:20:48 +00:00
deploy log all http server requests, expose all ports via load balancer 2026-02-20 13:18:40 +00:00
internal add http count metric 2026-02-25 15:53:39 +00:00
tests add new debug http methods and tests for the /messages endpoints 2026-01-30 12:07:04 +00:00
.gitignore move main.go s to cmd/<app>/main.go and update build files to reflect 2026-02-12 22:50:04 +00:00
.golangci.yml add test and fix lints 2026-01-16 23:16:18 +00:00
CLAUDE.md update claude.md 2026-02-27 16:01:10 +00:00
config.test.yml fix pipeline 2026-02-20 11:16:21 +00:00
config.yaml.example Add YAML configuration with environment variable overrides 2026-01-21 15:50:31 +00:00
flake.lock update flake 2026-02-12 22:47:15 +00:00
flake.nix add kubernetes configuration 2026-02-19 15:55:02 +00:00
go.mod add gofmt to pipeline 2026-02-20 11:10:34 +00:00
go.sum add gofmt to pipeline 2026-02-20 11:10:34 +00:00
Justfile start implementing prometheus metrics 2026-02-25 15:24:18 +00:00
readme.md add gofmt to pipeline 2026-02-20 11:10:34 +00:00

Very Fast Message Processor (VFMP)

Todo

  • publish messages via http post to a topic and send them to tcp clients
  • peek queues via http endpoint
  • support udp clients?