NoSQL-based SNS Data Model Design

NoSQL 기반의 SNS 데이터베이스 설계

  • Published : 2013.10.25

Abstract

A SNS(Social Networking Service) is an online platform to build social networks or social relations among people who, for example, share free communication, information, and make more personal connections. In this paper, we find representative entities, develop relationships among them, and draw an ERD based on the entities and their relationships. And then we design a SNS database schema by converting the ERD into collections according to data model of MongoDB, which is an NoSQL database.

SNS(Social Networking Service)는 사용자 간의 자유로운 의사소통과 정보 공유, 그리고 인맥 확대 등을 통해 사회적 관계를 생성하고 강화시켜주는 온라인 플랫폼을 의미한다. 이 연구에서는 SNS에서 주요 개체들을 발견하고 그들간의 관계를 도출하고, 이들을 기반으로 ERD를 그린다. 작성한 ERD를 NoSQL 데이터베이스인 MongoDB 데이터 모델의 컬렉션들로 변환함으로써, SNS 데이터베이스의 주요 스키마를 설계한다.

Keywords