andreiavrammsd / go-pipeline

A very basic pipeline and workers example

Home Page:https://blog.andreiavram.ro/pipelines-workers-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO Pipelines

A very basic pipeline and workers example

Repeat the following request while changing ids and other properties, and watch the cli response.


curl -X POST \
    http://127.0.0.1:8080/ \
        -d '[
            {
                "id": 1,
                "first_name": "John",
                "last_name": "Doe"
            },
            {
                "id": 2,
                "first_name": "Johanna",
                "last_name": "Doe"
            },
            {
                "id": 3,
                "first_name": "Johanna Anne Marie",
                "last_name": "Doe Doe"
            }
    ]'

About

A very basic pipeline and workers example

https://blog.andreiavram.ro/pipelines-workers-go/


Languages

Language:Go 100.0%