RSRituj Srivastavainritujsrivastava.hashnode.dev·Nov 2, 2022 · 6 min readIntroduction 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...00
RSRituj Srivastavainritujsrivastava.hashnode.dev·Apr 15, 2022 · 5 min readIntroduction 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...00