sthombare / atlas-pubsub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atlas-pubsub

Build Status Code Coverage

Pub/Sub implementations

Each package within this directory is a different implementation of a pub/sub message broker that complies with the interface declared in interface.go.

aws

This package provides a SNS+SQS implementation that can be used by providing AWS credentials.

grpc

This package provides a gRPC server implementation that wraps a pub/sub broker implementation.

About

License:Apache License 2.0


Languages

Language:Go 96.6%Language:Makefile 3.2%Language:Dockerfile 0.2%