Is it possible to integrate Kdb and hadoop

0 votes
Does KDB+ can be integrated with Hadoop like OpensTSDB/MongoDB/Cassandra?

KDB+ works in distributed architecture and supports mapreduce. Is it an alternate option to Hadoop?
Oct 10, 2018 in Big Data Hadoop by Neha
• 6,300 points
780 views

1 answer to this question.

0 votes

kdb is a column oriented database plus and array based language q.

I wrote a comparison of the top column oriented databases, which should give you an idea of the common competitors.

I consider kdb and hadoop very different, as for the use cases I have seen the overlap is small. What is the problem you are trying to solve?

The major differences are between KDB and Hadoop are :

KDB uses a terse programming language Q. In Q the expressions are evaluated from right to left instead of left to right for other programming languages like Java and C++. Hadoop is based on Java though you can write map reduce jobs in a lot of languages like Java and Python. So, for a programmer, getting the hang of Q may take some time, though it depends from person to person, while I would expect a developer to be up to speed with Hadoop really fast. q-SQL is a SQL like language to query the KDB database. In the hadoop world, the corresponding language is Hive. Hive and q-SQL were mainly built so as to make it easy for business or analyst folks to query the database without prior knowledge of KDB+ or hadoop. KDB+ has an inmemory component called the RDB(real time database) which holds the current days data. The historical data is stored in the historical database(HDB). Hadoop does not have any real time component. It uses the HDFS(Hadoop File System) to store the data.

answered Oct 10, 2018 by Frankie
• 9,830 points

Related Questions In Big Data Hadoop

0 votes
1 answer

Is it possible to only install Hadoop HDFS?

First of all think of Hadoop as ...READ MORE

answered Mar 27, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
1,117 views
0 votes
1 answer

Is it possible to run Apache Spark without Hadoop?

Though Spark and Hadoop were the frameworks designed ...READ MORE

answered May 3, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
1,018 views
0 votes
1 answer

Is it possible to run Apache Spark without Apache Hadoop?

First of all, Let us get a ...READ MORE

answered Jun 17, 2019 in Big Data Hadoop by ravikiran
• 4,620 points
795 views
+1 vote
1 answer

Is it necessary to use Zookeeper in Hadoop Stack?

ZooKeeper is a centralized service for maintaining ...READ MORE

answered Mar 27, 2018 in Big Data Hadoop by Ashish
• 2,650 points
624 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,619 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,215 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,959 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,296 views
0 votes
1 answer

What is Modeling data in Hadoop and how to do it?

I suggest spending some time with Apache ...READ MORE

answered Sep 19, 2018 in Big Data Hadoop by Frankie
• 9,830 points
1,573 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP