https://github.com/ekedonald/stackup-testing
https://github.com/ekedonald/stackup-testing
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ekedonald/stackup-testing
- Owner: ekedonald
- Created: 2024-11-15T23:44:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T19:40:46.000Z (about 1 year ago)
- Last Synced: 2025-03-15T17:09:54.741Z (10 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a Delivery Tracking System with QuestDB and Golang
Real-time data tracking is essential for monitoring transportation of goods and services. I used Golang to build an application that simulates GPS movement, ingest the time-series data in QuestDB and there’s a REST API that exposes the real-time data and metrics. We will leverage Docker to integrate the backend, QuestDB as the time-series database and a data-source for Grafana visualization.