Skip to content

Use together with ftp2rabbitmq, saves data and info to postgres database

Notifications You must be signed in to change notification settings

Raphexion/rabbitmq2db

Repository files navigation

RabbitMQ2DB

Use together with ftp2rabbitmq, saves data and info to postgres database.

ftp2rabbitmq

Getting Started

Setup the supported services, for example:

docker run -d --rm -p 5672:5672 rabbitmq:3.7
docker run -d --rm -p 5432:5432 postgres

Setup the database, for example:

mix ecto.create
mix ecto.migrate

About

Use together with ftp2rabbitmq, saves data and info to postgres database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published