# PoloDB - Embedded JSON DB

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3431](https://news.hada.io/topic?id=3431)
- GeekNews Markdown: [https://news.hada.io/topic/3431.md](https://news.hada.io/topic/3431.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-19T09:23:41+09:00
- Updated: 2020-12-19T09:23:41+09:00
- Original source: [github.com](https://github.com/vincentdchan/PoloDB)
- Points: 13
- Comments: 2

## Topic Body

- 가볍고 사용하기 쉬운 임베디드DB

- MongoDB 와 비슷한 API를 제공하는 NoSQL DB

- Rust로 개발. 별도 의존성 없음

- 스탠드얼론 프로세스 없이 라이브러리처럼 사용

- C,C++,Swift,Python,Node.js 언어 바인딩 제공(더 추가중)

- 데이터는 파일 하나로 저장되며, 크로스 플랫폼 및 하위호환 지원

- 맥/리눅스/윈도우 및 Rust 컴파일 되는 모든 플랫폼에서 사용 가능

## Comments



### Comment 3966

- Author: nicewook
- Created: 2020-12-21T09:32:54+09:00
- Points: 1

1. 레포를 보면 실제 프로덕션에서 쓸 수 있는 수준은 아닌것도 같네요.

2. query 기능이 sqlite 와 비교하면 얼마나 차이날지 궁금합니다.

### Comment 3939

- Author: xguru
- Created: 2020-12-19T09:23:49+09:00
- Points: 3

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

처럼 약간 우회해서 사용하는 방법이 있었는데, 이건 기초부터 NoSQL 방식이네요

- DuckDB - Embedded OLAP DB 오픈소스 https://news.hada.io/topic?id=3312
