What is HBase

ritesh05

ritesh05

@ritesh05-MwqJqU Oct 26, 2024
Recently heard about this technology even fb is using it for it messages. And what is google's big table.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Apr 1, 2012

    Thanks for the question, #-Link-Snipped-#! I searched on Google a bit and found out this site: <a href="https://hbase.apache.org/" target="_blank" rel="noopener noreferrer">Apache HBase – Apache HBase™ Home</a>. Looks like it's an Apache sub-site. Looks to me that it's all about accessing the 'big-data' (latest technology buzz-word) in reliable, scalable, distributed computing (say Hadoop) environment. Of course, I do not know the technicalities of the HBase; maybe someone more informed can inform us about it.
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Apr 2, 2012

    ritesh05
    Recently heard about this technology even fb is using it for it messages. And what is google's big table.
    Google's BigTable is nothing but a database system built on Google File System. So basically, it is a technology built for Google and by Google.
    Though it shouldn't go without noticing that we can access it through 'Google App Engine'.
    You might want to go through this research paper -
    #-Link-Snipped-#
  • ritesh05

    ritesh05

    @ritesh05-MwqJqU Apr 2, 2012

    @akd - thanks alot