Skip to content

Lightweight tool to publish data from json file to a RabbitMQ

Notifications You must be signed in to change notification settings

Entrydo/rabbitmq-json-file-publisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Import to rabbit tool

Purpose

Publish data json file into RabbitMQ

Install

  1. Create .env file (use .env.example as template)
  2. Install composer using composer install

Usage

  • php src/script.php <pathToJsonFile> <rabbitQueueName> <rabbitExchangeName>

TODO

  • Queue name as parameter
  • Dockerfile
  • Phpstan
  • Coding standard
  • CI/CD ?
  • Composer package? -> would allow to be used in projects and/or separated as binary only
  • CLImate?
    • --help ?

About

Lightweight tool to publish data from json file to a RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages