Apache Phoenix – Another Query Engine with a SQL Interface Fine Tuned for Performance with HBase
Data note · Apache Phoenix is another query engine similar to Apache Drill but unlike Drill which can connect to any databases, it can only…
Read NoteData note · Apache Phoenix is another query engine similar to Apache Drill but unlike Drill which can connect to any databases, it can only…
Read NoteData note · Apache Drill can sit on the top of any data source - be it relational, non-relational, S3, JSON etc. It presents an…
Read NoteData note · The previous session on MongoDB was on Big data integration of MongoDB and how to use Spark and Python to access data…
Read NoteData note · Why MongoDB? : Lets evaluate MongoDB on CAP theorem to assert 'Why MongoDB' Partition tolerance is a MUST in Bigdata scenarios as…
Read NoteData note · Why Cassandra: Before we discuss Cassandara, we have to also discuss about something called as CAP Theorem - As per CAP(Consistency, Availability…
Read NoteData note · Interacting with HDFS using HBase and Python was very powerful but it was also very engaging as we havd to do a…
Read NoteData note · What is HBase: HBase is a NoSQL/non-relational answer your big data queries where relational databases can't be as scalable as non relational…
Read NoteData note · The distributed Hadoop file system can not only retrieve data from flat files but also my structured as well as unstructured sources.…
Read NoteData note · Spark 2 extends the RDDs(Resilient Distributed Dataset) in terms of a "DataFrame" Dataframe contains Row Objects thus give you power to use…
Read NoteData note · Apache Spark is super lightening fast Hadoop distributed processing service. Its execute in-memory that's why it is the fastest of all processing…
Read Note