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
- Host: GitHub
- URL: https://github.com/raphexion/rabbitmq2db
- Owner: Raphexion
- Created: 2019-05-12T19:57:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T11:03:23.000Z (about 6 years ago)
- Last Synced: 2025-04-01T20:47:19.396Z (2 months ago)
- Topics: ecto, elixir, ftp, postgesql, rabbitmq
- Language: Elixir
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```