An open API service indexing awesome lists of open source software.

https://github.com/raphexion/rabbitmq2db

Use together with ftp2rabbitmq, saves data and info to postgres database
https://github.com/raphexion/rabbitmq2db

ecto elixir ftp postgesql rabbitmq

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# RabbitMQ2DB

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

[ftp2rabbitmq](https://github.com/Raphexion/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
```