# Mongita - 임베드 가능한 MongoDB

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4137](https://news.hada.io/topic?id=4137)
- GeekNews Markdown: [https://news.hada.io/topic/4137.md](https://news.hada.io/topic/4137.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-26T10:25:25+09:00
- Updated: 2021-04-26T10:25:25+09:00
- Original source: [github.com](https://github.com/scottrogowski/mongita)
- Points: 12
- Comments: 1

## Topic Body

- "Mongita is to MongoDB as SQLite is to SQL"

- 파이썬 라이브러리 형태로 임베드 가능

- 유닛 테스트용으로도 적합

- 다큐먼트 데이터를 디스크 또는 메모리에 저장

- PyMongo API의 Subset 구현

- 100% 테스트 커버리지

- 10k 문서 벤치마크에서 MongoDB/SQlite 보다 훨씬 빠른 속도

## Comments



### Comment 5003

- Author: xguru
- Created: 2021-04-26T10:25:29+09:00
- Points: 3

SQLite를 도큐먼트DB로 사용하기 https://news.hada.io/topic?id=3271
