ritujsrivastava.hashnode.devIntroduction to HBaseWhat is HBase? HBase is a column-oriented non-relational database management system that runs on top of Hadoop Distributed File System (HDFS). HBase is a database while HDFS is a file system. Ex:- HBase is used for real-time querying and it is p...Nov 2, 2022·6 min read
ritujsrivastava.hashnode.devIntroduction to YAML...Before starting, I want you all to know that this whole article is based on my learning from - Kunal Kushwaha's YAML Course and my experience with YAML so far. YAML YAML stands for "YAML Ain't Markup Language". It is neither a programming languag...Apr 15, 2022·5 min read