https://github.com/dgamer007/project-heimdall
https://github.com/dgamer007/project-heimdall
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgamer007/project-heimdall
- Owner: DGamer007
- Created: 2025-06-19T00:09:36.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2025-06-19T00:18:32.000Z (12 months ago)
- Last Synced: 2025-06-19T01:27:32.362Z (12 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Heimdall
A robust Go-based analytics platform designed for scalability and maintainability.
## Development Tools
- **Go 1.23.1** - Primary programming language
- **Goose** - Database migration tool for PostgreSQL
- **Air** - Live reload tool for development
## Make Commands
- `make build` - Build the application binary
- `make run` - Build and run the application
- `make debug` - Start application in debug mode with Delve (port 2345)
- `make clean` - Clean build artifacts and binaries
- `make pg-goose ` - Database migration commands for Postgres (up, down, status, create)