Be familiar with NoSql: like Mysql, postgreSQL, SequelSqlSQL, and Memdb.
Be fluent in 5 programming languages, 3 spoken languages, and be able to read Linear A, B, and C.
Reminds me of when I was first out of school, and seeing jobs for C#.NET that needed 5 years of experience back when the entire platform was 3 years old.
Be familiar with NoSql: like Mysql, postgreSQL, SequelSqlSQL, and Memdb.
well, the definition of “NoSQL” was changed to stand for “Not Only SQL” some while back because of how many nosql DBs started incorporating SQL (and how many SQL RDBMS started adding nosql features)
NoSQL was only ever a marketing term. Things like Mongo are what’s been known as KVSes (Key-Value Stores). Mongo basically just rode a hype wave into extremely large amounts of funding but predating it by at least a decade was libmemcached, which lacks the “relational light” functionality that Mongo added but is a more resilient version of the core concept.
Technologies like Redis actually ended up adding significant innovation but they ended up mostly eschewing the NoSQL term anyway.
Hah! Of course it is, I didn’t know that but words stopped meaning anything in tech ages ago and reality is finally catching up. Makes sense though, Azure and AWS both are webs of different data stores and interconnections now.
Be familiar with NoSql: like Mysql, postgreSQL, SequelSqlSQL, and Memdb.
Be fluent in 5 programming languages, 3 spoken languages, and be able to read Linear A, B, and C.
Reminds me of when I was first out of school, and seeing jobs for C#.NET that needed 5 years of experience back when the entire platform was 3 years old.
well, the definition of “NoSQL” was changed to stand for “Not Only SQL” some while back because of how many nosql DBs started incorporating SQL (and how many SQL RDBMS started adding nosql features)
NoSQL was only ever a marketing term. Things like Mongo are what’s been known as KVSes (
Key-Value Store
s). Mongo basically just rode a hype wave into extremely large amounts of funding but predating it by at least a decade was libmemcached, which lacks the “relational light” functionality that Mongo added but is a more resilient version of the core concept.Technologies like Redis actually ended up adding significant innovation but they ended up mostly eschewing the NoSQL term anyway.
Hah! Of course it is, I didn’t know that but words stopped meaning anything in tech ages ago and reality is finally catching up. Makes sense though, Azure and AWS both are webs of different data stores and interconnections now.