안녕하세요, 삼국지 텍스트를 기초로 프로젝트를 하려고 합니다.
삼국지 텍스트 url: https://ebooks.adelaide.edu.au/l/literature/chinese/romance-of-the-three-kingdoms/
장기적인 관점에서 세 개의 프로젝트를 step by step으로 진행할 것입니다.
-
관련 시나리오: 데이터 엔지니어링 시나리오 1
-
DB 필드: 'title', 'content', 'chapter', 'characters'
chapter is the primary key
-
관련 시나리오: 백엔트 시나리오 3
-
기능: 장수 이름을 질의하면 장수 이름이 들어간 문장들을 반환한다.
-
사용기술: SQL(for query) , flask or react(front end), django or node.js (backend)
- 어떻게??