Add Databases Sections

SQL/NoSQL and BoJack Links
This commit is contained in:
Marcelo Boeira
2019-04-17 08:14:30 +02:00
parent f29f8495a8
commit 8910966a52
3 changed files with 21 additions and 3 deletions

View File

@@ -8,11 +8,13 @@
* 📰 - Articlew
* 📕 - Book
* 👩‍💻 - Project
* 💻 - Project
* 🎓 - Online Course
* 📼 - Video
* 🆓 - No money required
* 💰 - Paid
* ✍🏼- - Written by me
* 📝 - My annotations
## References
@@ -20,9 +22,15 @@
* Software Engineering
* Programming Languages
* Functional Programming Languages
* [Haskell From First Principles](https://github.com/marceloboeira/hffp) 📕 💰
* [Haskell From First Principles](https://github.com/marceloboeira/hffp) 📝 📕 💰
* Systems Programming Languages
* [The Rust Programming Language](https://github.com/marceloboeira/trpl) 📕 🆓
* [The Rust Programming Language](https://github.com/marceloboeira/trpl) 📝 📕 🆓
* Databases
* SQL
* NoSQL
* KeyValue
* [BoJack](https://github.com/marceloboeira/bojack) ✍🏼 💻 🆓
* [Why you should build your own NoSQL database](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5) ✍🏼 💻 🆓
* Operations
* Operating Systems
* [Introduction to Operating Systems](https://eu.udacity.com/course/introduction-to-operating-systems--ud923) 🎓 🆓

View File

@@ -20,6 +20,16 @@ graph TD
DS --> Graph[Graph]
DS --> T3[Tree]
DS --> HS[Hash]
SW --> DB[Databases]
DB --> SQL[SQL]
SQL --> PgSQL[PostgreSQL]
SQL --> MySQL[MySQL]
DB --> NoSQL[NoSQL]
NoSQL --> KV[KeyValue]
KV --> Rd[Redis]
NoSQL --> DoS[DocumentStore]
DoS --> Mng[Mongo]
DoS --> ES[ElasticSearch]
SW --> OPS[Operations]
OPS --> OS[Operating Systems]
OPS --> IaC[Infrastructure as Code]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 72 KiB