An open API service indexing awesome lists of open source software.

https://github.com/dgamer007/project-heimdall


https://github.com/dgamer007/project-heimdall

Last synced: 12 months ago
JSON representation

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)