Work Cassandra quick ref This is handy cheatsheet for myself. Connection cqlsh # local connect cqlsh <host> <port> # remote cqlsh -u <user> -p <pass> # with auth Keyspace Ops -- create CREATE KEYSPACE ks_name WITH replication = {'class':'SimpleStrategy', 'replication_factor':3}
Work Azure certifications Yayy!! I got my AZ-900 and AI-900 certificates. Now I can say I know Azure and you must beleive me :P Despite my keen interest in VLSI and electronics in general, I ended up doing database engineerign for most part of my life. I've dealt with on-premise installations