Skip to content
/ qproxy Public
forked from wish/qproxy

Single frontend API for multiple backend queueing systems

License

Notifications You must be signed in to change notification settings

xidongc/qproxy

 
 

Repository files navigation

qproxy Build Status Docker Repository on Quay

qproxy is a single frontend API for multiple backend queueing systems. It supports gRPC as well as http/json via the gRPC-Gateway. For multi-cloud environments, or environments with multiple queueing systems, qproxy provides a unified interface and a single place for metrics, rate limiting, etc.

qproxy currently supports SQS as a backend, with plans to add GCP's PubSub.

Building

You will need to follow this to install protoc . Once that's done you should be able to run "make" to build the project.

Running

./build/qproxy.linux --region=us-west-2

About

Single frontend API for multiple backend queueing systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.7%
  • Makefile 5.5%
  • Dockerfile 0.8%