vice
Go channels at horizontal scale (powered by message queues)
File Explorer
Download Latest Version (.zip)- ci.yaml
- backoff.go
- backoff_test.go
- design-patterns.md
- vicelogo-small.png
- vicelogo.jpg
- writing-transports.md
- main.go
- main.go
- README.md
- nats.go
- nats_test.go
- options.go
- nsq.go
- nsq_test.go
- benchmark_rabbitmq_test.go
- options.go
- rabbitmq.go
- rabbitmq_test.go
- testing.md
- .gitkeep
- redis-testconfig.conf
- options.go
- redis.go
- redis_test.go
- test.sh
- fake_sqsapi.go
- fakes.go
- multi_writer.go
- multi_writer_test.go
- sqs.go
- sqs_test.go
- README.md
- tools.go
- test.go
- .gitignore
- go.mod
- go.sum
- LICENSE
- README.md
- transport.go
# Installation Guide
1. Get the code
git clone https://github.com/matryer/vice
Downloads the entire project code from GitHub to your computer.
cd vice
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
