Skip to content

WajahatAliAbid/zqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zqs

GPLv3 License

Zqs makes it easier to send messages to the Amazon SQS. Just provide it file or directory containing the file and watch it run the file(s) seamlessly

Installation

Install zqs using go cli

go install github.com/WajahatAliAbid/zqs

Features

  • Run messages from a file
  • Run messages from a directory
  • Run providing queue name instead of queue url

Usage/Examples

Send json file data.json to the queue my-queue

zqs send-message my-queue -f "./file.txt"

Send json files from directory containing json files

zqs send-message my-queue -d "./dir-of-files`"

Run Locally

Clone the project

git clone https://github.com/github.com/WajahatAliAbid/zqs

Go to the project directory

cd zqs

Install dependencies

go mod download

Run the cli

go run main.go

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages