# minikeyvalue - 초소형 분산 키밸류 스토어

> Clean Markdown view of GeekNews topic #3533. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3533](https://news.hada.io/topic?id=3533)
- GeekNews Markdown: [https://news.hada.io/topic/3533.md](https://news.hada.io/topic/3533.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-01-06T12:42:19+09:00
- Updated: 2021-01-06T12:42:19+09:00
- Original source: [github.com](https://github.com/geohot/minikeyvalue)
- Points: 17
- Comments: 2

## Topic Body

- 1000라인 안되는 Go코드로 된 분산 키밸류 저장소

- 저장소간 복제, 여러대의 머신, 머신별 여러개의 드라이브 지원

- 1MB ~ 1GB 사이의 값에 최적화

- nginx를 볼륨 서버, LevelDB를 인덱싱용으로 사용

- 간단한 API

ㅤ→ GET /key : nginx 로 302 redirect

ㅤ→ PUT /key : 201면 성공

ㅤ→ DELTE /key : 204면 성공

- 1대의 마스터, n대의 볼륨서버로 구성

## Comments



### Comment 4149

- Author: ssssut
- Created: 2021-01-08T02:20:49+09:00
- Points: 1

익숙한 도메인(comma.ai)이 보여서 보니 geohot이네요..

### Comment 4136

- Author: e1q88
- Created: 2021-01-06T18:58:17+09:00
- Points: 1

MSA에서 사이즈 작은 Key/Value가 필요한 경우에 사용하면 좋을 것 같은 느낌이군요
