{"id":17964993,"url":"https://github.com/raphexion/ftp2rabbitmq","last_synced_at":"2025-07-13T16:07:01.505Z","repository":{"id":98355363,"uuid":"178530783","full_name":"Raphexion/ftp2rabbitmq","owner":"Raphexion","description":"FTP server based on bifrost that published files into an RabbitMQ exchange.","archived":false,"fork":false,"pushed_at":"2019-06-05T12:28:56.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T23:40:26.557Z","etag":null,"topics":["erlang","ftp","ftp-server","in-memory","legacy","rabbitmq"],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Raphexion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-30T08:12:17.000Z","updated_at":"2019-06-05T12:28:58.000Z","dependencies_parsed_at":"2023-04-09T07:00:36.101Z","dependency_job_id":null,"html_url":"https://github.com/Raphexion/ftp2rabbitmq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Raphexion/ftp2rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fftp2rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fftp2rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fftp2rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fftp2rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raphexion","download_url":"https://codeload.github.com/Raphexion/ftp2rabbitmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raphexion%2Fftp2rabbitmq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265167617,"owners_count":23721480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["erlang","ftp","ftp-server","in-memory","legacy","rabbitmq"],"created_at":"2024-10-29T12:09:47.326Z","updated_at":"2025-07-13T16:07:01.487Z","avatar_url":"https://github.com/Raphexion.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"ftp2rabbitmq\n============\n\nDesign\n------\n\n![Big Picture](doc/big_picture.png)\n\nGettings started\n----------------\n\nStart RabbitMQ\n\n```\ndocker run -d --rm -p 5672:5672 -p 15672:15672 --name mq rabbitmq:3.7-management\n```\n\nStart application\n\n```\ndocker run -dit -p 2121:2121 --link mq -e rabbitmq_hostname=mq raphexion/ftp2rabbitmq\n```\n\nDevelopment\n-----------\n\n```\nrebar3 shell\n```\n\nFor development purposes you can create a client that listens to the queue.\nPlease note that `foobar` must be the same as the username when logging into\nthe ftp server.\n\n```\nrabbitmq2debug:start_link(\"data\", \"ftpdata\", \"ftp_data1\", \"#\").\nrabbitmq2debug:start_link(\"info\", \"ftpinfo\", \"ftp_info1\", \"#\").\n```\n\nConfigure RabbitMQ broker\n-------------------------\n\n```\nexport rabbitmq_username=\"guest\"\nexport rabbitmq_password=\"guest\"\nexport rabbitmq_hostname=\"localhost\"\nexport rabbitmq_port=\"5672\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphexion%2Fftp2rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraphexion%2Fftp2rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraphexion%2Fftp2rabbitmq/lists"}