JRNY

module
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2024 License: Apache-2.0

README

JRNY (Journey)

Go Reference

Captures and builds a traceable and editable journey of an object (e.g. customer) through time without any cloud tools needed.

(This is for now a project to improve my own GO knowledge)

Docker

RabbitMQ

Locally currently using

docker run --hostname=my-rabbit -p 8080:15672 -p 5672:5672 -d rabbitmq:3-management

for development

Requests

Example

curl --location 'http://localhost:8081/api/event' \
--header 'Content-Type: application/json' \
--data '{
    "type":"abc",
    "id":"ed4c5e8f-c512-48ba-b488-bb4be07508e3",
    "attributes":{
        "hallo":"h"
    },
    "relationships":{
        "cde":[{
            "type":"cde",
            "id":"5d4c5e8f-c512-48ba-b488-bb4be07508e3"
        }]
    }
}'

Directories

Path Synopsis
cmd
consumer command
server command
integration_testing
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL