# simple-graph : SQLite를 Graph DB로 사용하기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3477](https://news.hada.io/topic?id=3477)
- GeekNews Markdown: [https://news.hada.io/topic/3477.md](https://news.hada.io/topic/3477.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-12-27T09:49:23+09:00
- Updated: 2020-12-27T09:49:23+09:00
- Original source: [github.com](https://github.com/dpapathanasiou/simple-graph)
- Points: 9
- Comments: 1

## Topic Body

- Nodes 와 Edges 로 구성된 간단한 Graph DB를 SQLite로 구현

ㅤ→ Node : id를 가진 JSON 객체

ㅤ→ Edge : id값들의 페어들. 방향 및 연결 속성을 위한 추가 JSON 객체 포함

- Python 스크립트로 Atomic Transaction 제공

- Graphviz 로 시각화 가능

## Comments



### Comment 4021

- Author: xguru
- Created: 2020-12-27T09:49:28+09:00
- Points: 2

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

위 글에서 영감을 얻었다고
