Skip to content

jaeyeom/sstable

Repository files navigation

sstable

Copier

SSTable implementation compatible with https://github.com/mariusaeriksen/sstable

Prerequisites

Development

# Format, test, and lint
make

# Individual commands
make format   # Format code
make test     # Run tests
make lint     # Run linters
make fix      # Auto-fix lint issues

Build System

This project uses Bazel for builds:

bazel build //...    # Build all targets
bazel test //...     # Run all tests
bazel run //:gazelle # Generate BUILD.bazel files

Project Structure

sstable/
├── MODULE.bazel     # Bazel dependencies
├── BUILD.bazel      # Root build file
├── Makefile         # Development commands
├── CLAUDE.md        # AI assistant instructions
├── VERSION-BUMPS.md # Guide for upgrading versions
├── go.mod           # Go module
├── .golangci.yml    # Go linting config


└── docs/claude/     # Reference for Claude Code

About

SSTable implementation compatible with https://github.com/mariusaeriksen/sstable

Resources

License

Stars

Watchers

Forks

Packages

No packages published