Skip to content

tamaco489/valkey_sample

Repository files navigation

Valkey Sample Project

This project demonstrates a Go API service with Valkey integration, following the Go Standard Project Layout.

Project Structure

.
├── cmd/api/core/            # Application entry point
│   └── main.go
├── internal/                # Private application code
│   ├── config/              # Configuration management
│   ├── handler/             # HTTP handlers
│   ├── router/              # Router configuration
│   └── feature/             # Feature modules
│       └── health/          # Health check utilities
├── docker/                  # Docker configuration
│   └── valkey/              # Valkey configuration
│       ├── local/           # Configuration files
│       │   └── valkey.conf
│       └── mnt/             # Persistent data
├── build/                   # Compiled binaries (generated)
├── go.mod                   # Go module file
├── Makefile                 # Build automation
└── README.md                # This file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors