Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 407 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 407 Bytes

trips-api

flowchart LR
  topic.device.trip.event --> trips-api
  topic.event --> trips-api
Loading

Trip opening:

{
  …,
  data: {
    id: "2XUPU7gd9TWnkwXLH6MuzxTMnCD",
    deviceId: "2XUPU7gd9TWnkwXLH6MuzxTMnCD",
    completed: false
    start: {
      time: "2023-10-30T09:22:21Z"
    }
  }
}

Migrations

goose -dir migrations create <migration_name> sql

GitHub? Hello?