4주프로젝트 (Hollyship_day02 : data schema)
데이터 스키마를 짜는날
스키마를 먼저 짜고 db를 고를때 db를 어떻게 골라야될까? 스키마를 먼저 짜도 되고, 상황에 맞춰서 쓰는게 맞다
(비관계형 vs 관계형)
SQL vs NOSQL
SQL
- 확장성 해결
- 데이터구조가 확실한경우
NOSQL
- 스타트업
- flexibility
TypeScript 관련
why use types?
- self documenting
- Let the computer keep trak of context
- Avoid common pitfalls
interface XXX = {}
Type Aliases
Treat your types like normal JS
put effort into your types; avoid 'any' whenever possible
킥 스타터 미팅
Mysql : enum TYPE
데이터 구조에 대한 피드백
tslint config settings
deepLink
Encourages API-driven development
Amazing dev tools
When to Use SQL Vs. NoSQL | SQL Vs. NoSQL Guide | Integrant.com
The difference between SQL and NoSQL databases is really just a comparison of relational vs. non-relational databases. Deciding when to use SQL vs. NoSQL depends on many factors. Learn more!
www.integrant.com
NoSQL vs SQL: Examining The Differences and Deciding Which To Choose
BMC Software
www.bmc.com