comiiit
This commit is contained in:
34
sources/databases/sources.en.md
Normal file
34
sources/databases/sources.en.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# Database architecture — Sources
|
||||
|
||||
## Official documentation
|
||||
|
||||
| Source | URL | Status |
|
||||
|-------|-----|--------|
|
||||
| PostgreSQL docs | https://www.postgresql.org/docs/ | `[done]` |
|
||||
| MySQL docs | https://dev.mysql.com/doc/ | `[done]` |
|
||||
| MongoDB docs | https://www.mongodb.com/docs/ | `[done]` |
|
||||
| Redis docs | https://redis.io/docs/ | `[done]` |
|
||||
| Cassandra docs | https://cassandra.apache.org/doc/ | `[done]` |
|
||||
| Amazon DynamoDB docs | https://docs.aws.amazon.com/dynamodb/ | `[done]` |
|
||||
|
||||
## Books
|
||||
|
||||
| Name | Author | ISBN | Status |
|
||||
|-------|-------|------|--------|
|
||||
| Designing Data-Intensive Applications (1st ed.) | Martin Kleppmann | 978-1449373320 | `[done]` |
|
||||
| Designing Data-Intensive Applications (2nd ed.) | Kleppmann, Riccomini | 978-1098119058 | `[done]` |
|
||||
| Database Internals | Alex Petrov | 978-1492040346 | `[done]` |
|
||||
| High Performance MySQL | Schwartz, Zaitsev, Tkachenko | 978-1492080510 | `[done]` |
|
||||
| PostgreSQL: Up and Running | Regina Obe, Leo Hsu | 978-1491963418 | `[done]` |
|
||||
| Architecting an Apache Iceberg Lakehouse | Alex Merced | 978-1-63343-510-0 | `[done]` |
|
||||
| More SQL Antipatterns | Bill Karwin | 979-8888652060 | `[done]` |
|
||||
| AI-Ready PostgreSQL 18 | Vibhor Kumar, Marc Linster | 978-1-80602-847-4 | `[done]` |
|
||||
| Vector Databases | Nitin Borwankar | 978-1-098-17758-4 | `[done]` |
|
||||
|
||||
## Articles / talks
|
||||
|
||||
| Name | URL | Status |
|
||||
|-------|-----|--------|
|
||||
| CAP Theorem (Eric Brewer) | https://www.infoq.com/articles/cap-twelve-years-later-how-the-rules-have-changed/ | `[done]` |
|
||||
| PACELC theorem | https://www.cs.umd.edu/~abadi/papers/abadi-pacelc.pdf | `[done]` |
|
||||
| Amazon Dynamo DB paper | https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf | `[done]` |
|
||||
Reference in New Issue
Block a user