Skip to content

jaeg/hatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hatter

Getting dependencies

Requires a version of go that supports go.mod

  • go get

Get up and running

  • Build it
    • make build
  • Create $HOME/.hatter.yaml file or use premade one
  ---
  redis-address: localhost:6379
  redis-password: ''
  cluster: default

Optionally you can pass in a different config using --config.

  • Then use
    • ./bin/wc threads

Commands

  • proxy

    • provides endpoints for Hatter UI
  • apply

    • applies environment file to cluster
  • purge

    • destroys cluster
  • threads

    • lists threads
  • threads disable

    • stops thread
  • thread enable

    • starts thread
  • endpoints -lists endpoints

  • endpoints disabled

    • disables endpoint
  • endpoints enable

    • enables endpoint
  • workers

    • lists workers
  • workers stop

    • stops worker

About

Tool used for maintaining a hats cluster.

Resources

License

Stars

Watchers

Forks

Packages

No packages published