A Go framework for creating daemons using an actor-model architecture.
Go to file
2025-01-30 15:54:13 -05:00
assets
examples/pipeline
mock mock: Fix tests 2025-01-30 15:27:23 -05:00
.editorconfig Add .editorconfig, LICENSE 2025-01-28 11:03:35 -05:00
actor.go Add the RunShutdowner actor interface 2025-01-30 15:54:13 -05:00
actorset_test.go
actorset.go
config.go
cron.go
doc.go
environment_test.go
environment.go
error_test.go
error.go
flag_test.go
flag.go
go.mod
go.sum
ini_test.go
ini.go
LICENSE Add .editorconfig, LICENSE 2025-01-28 11:03:35 -05:00
phases.go Fix phase logging 2025-01-30 15:27:34 -05:00
README.md Add godoc link in README.md 2025-01-28 11:03:05 -05:00
run.go
util_test.go
util.go
version.go

CAMFISH

Concurrent Actor Model Framework for Internet Services on Holanet

Go Reference

CAMFISH is a Go framework for creating daemons using an actor-model architecture. It is designed to be fault-tolerant, and is capable of restarting individual parts of your program (actors) if they fail.