SQL and database - xinshuaiqi/My_books GitHub Wiki
DB ranking: https://db-engines.com/en/ranking
- MongoDB / NoSQL
- MySQL
- structured collection of data
- database models:
- Relational model
- RDBMS: relational database management system
- Oracle, MySQL, PostgreSQL
- composition:
- Key
- Attributes
- tuples
- Hierarchical model
- network model
- Relational model
- SQL RUNOOB Tutori qxs
- 从零开始,成为数据科学“大咖”
- Cheat Sheets for AI, Neural Networks, Machine Learning, Deep Learning & Big Data
- CMonsistence
- Availability
- Network partitioning
- http://www.convertcsv.com/csv-to-sql.htm
- 或者使用mysqlimport 导入数据http://www.runoob.com/mysql/mysql-database-import.html
- MySQL cheatsheet
- 列存储/Wide Column Stores: HBase, Cassandra, Hypertable,Google BigTable
- **文档存贮/DocumenuchDB
- Key-value: Redis; DynamoDB, Riak, Ehcache
- Graph: Neo4J, Titan, GEMS
- Queries: SPARQL, Cypher
- DynamoDB 使用经验
- AWS Tutorial For Beginners YouTube
- add JSON data to dynamoDB using python3
- AWS DynamoDB CLI
- boto3 documents
William Liu--解析NoSQL之MongoDB(优势、应用场景、应用分析及趋势)
- 容易横向扩展
- 支持大量数据的访问