# geektutu/7days-golang

7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc)  7天用Go动手写/从零实现系列

Repository: https://github.com/geektutu/7days-golang
Canonical: https://ross.abutalabs.com/products/7days-golang
Homepage: https://geektutu.com/post/gee.html
Language: Go
License: MIT
License Family: permissive
Topics: learning, starter-project, golang, scratch
Last push: 2024-07-19T01:50:47+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2580, "days_push": 776, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 16984, forks 2580 (observed 2026-08-28T04:11:17.564718+00:00)

## What it is
A tutorial series repository that walks through building Go software from scratch in 7 days each, including a Gin-like web framework (Gee), a groupcache-like distributed cache (GeeCache), a GORM/xorm-like ORM (GeeORM), and an RPC framework (GeeRPC). Each project is accompanied by step-by-day articles explaining the design and implementation.

## Use cases
- learn Go by building a web framework from scratch
- understand how distributed caches like groupcache work
- study how an ORM framework is implemented in Go
- learn trie-based routing and middleware design
- prepare for Go backend interviews
- find a hands-on Go starter project

## When to choose
- you want to deeply understand Go internals by reimplementing popular libraries
- you prefer tutorial-driven learning with incremental daily steps
- you are preparing for Go engineering interviews

## When to avoid
- you need production-ready frameworks or libraries for real applications
- you want actively maintained software with new features
- you need comprehensive documentation beyond the tutorial articles

## Facets
- artifact type: learning-resource
- maturity: stable
- function: web-framework, caching, orm, rpc, interpreter, developer-tools
- domain: tutorials, developer-tools, programming-languages, web-development, databases
- platform: go, cross-platform
- tags: golang, learn-by-building, gin-clone, groupcache-clone, gorm-clone, educational, from-scratch

## Member repositories
- geektutu/7days-golang (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:17.564718+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:03:40.875298+00:00, confidence not recorded.
  - readme: https://github.com/geektutu/7days-golang (fetched 2026-08-28T04:11:17.564718+00:00, sha 6bd9a0180d17)
  - homepage: https://geektutu.com/post/gee.html (fetched 2026-08-29T08:01:40.460409+00:00, sha 0fe6de14450b)
  - site_page: https://geektutu.com/post/about.html (fetched 2026-08-29T08:01:40.469623+00:00, sha 493e84086479)
- Data as of 2026-08-30T08:39:29.467469+00:00.
