ZupIT / ritchie-formulas

This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
https://ritchiecli.io
Apache License 2.0
105 stars 72 forks source link

[FORMULA] Messaging Queue Mock builder #22

Open douglasvinter opened 4 years ago

douglasvinter commented 4 years ago

What would you like to be added:

How ritchie can help me:

// Suggesting a generic config file, you could use the same JSON schema template for kafka, i.e: kafka-config.json sqs-config.json

{
    docker: {
        port
        volume
        etc ..
    }
    queue: {
        type: ENUM -> SQS_STANDARD|SQS_FIFO|KAFKA_TOPIC|ZMQ_DEALER|ZMQ_SUBSCRIBER|ZMQ_TOPIC
    }
    data: [
        {key: value} <= Producer data that would be sent to the queue
    ]
}

The data would be inserted in my SQS FIFO Queue, so I'd just need to RUN my producer and checkout the logs / SalesForce

Why is this needed:

fabianofernandeszup commented 3 years ago

Issue prioritized by the Adoption team