Skip to content

A bridge between Postgres and RabbitMQ written on GO

License

Notifications You must be signed in to change notification settings

andreychuk/postrabbit

Repository files navigation

postrabbit

About

A bridge between Postgres and RabbitMQ written on GO Build Status Go Report Card

Getting Started

  1. Make sure you have GO and DEP installed.

  2. Install your dependencies

    dep ensure -vendor-only
    
    
  3. Build your app

    go build
    
    
  4. Run your app

    ./postrabbit
    

Environment Variables

CHANNEL_LIST - tets,test1,test2
RABBITMQ_URL - RabbitMQ url
POSTGRES_URL - Postgres url
DEFAULT_EXCHANGE_NAME - exchange name for simple messages
DELAY_EXCHANGE_NAME - exchange name for delay messages

License

Copyright (c) 2017

Licensed under the MIT license.

About

A bridge between Postgres and RabbitMQ written on GO

Resources

License

Stars

Watchers

Forks

Packages

No packages published