Skip to content

A demo to implement hexagonal architecture in Scala2

License

Notifications You must be signed in to change notification settings

sjmyuan/event-carrier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Carrier

This repo is to demonstrate how to implement hexagonal architecture in Scala.

Features

Fetch pagination events from an API and forward the events to a SQS

Pagination API schema looks like this:

{
    "_links": {
        "self": "https://xxx/",
        "next": "https://xxxx/",
        "prev": "https://xx"
    },
    "events": [
        {"id":1}
        {"id":2}
        {"id":3}
    ]
}

About

A demo to implement hexagonal architecture in Scala2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages