In typical database environment we need to have back up of our database because if we don’t have if in any case our database goes down it will be disaster and typically we have our...
Read MoreCategory "NoSQL"
Four category of NoSQL databases with examples
NoSQL database is broken down to 4 Major categories and in this article I would go briefly over types of them and what particular jobs of storing data they are doing and also I would...
Read MoreNoSQL database cloud options
Let’s talk about NoSQL in the cloud and how many companies have their own flavor of NoSQL database, there is no doubt about that NoSQL and cloud co-existed for long time like if you think...
Read MoreHow NoSQL queries work in nut shell.
So let’s crack up this mystery that if there is No SQL in a database then how we can run our queries where there is no SQL, to understand how our queries works in NoSQL...
Read MoreIt’s normal to run your database in auto mood that when you start your computer MongoDB should run as service in background without even initiating any command line for that, in windows machine which I will be showing you the steps we can do it by installing MongoDB as service but in linux environment we...
[ Click to Continue ]MongoDB is an open source database and you can find the location at mongodb.org where you can find all distribution for your desired platform including 32 and 64 bit operating system even though it’s available for both platform 32 and 64 but MongoDB recommends to use 64 in production environment as some of the features...
[ Click to Continue ]Hive is component that sets in top of Hadoop, which give us ability to run SQL query in top of Hadoop and this comes virtually with all Hadoop distribution that works with MapReduce and translate our query into MapReduce job as not everyone are able to write their own MapReduce code to talk with Hadoop...
[ Click to Continue ]So let’s start this by taking into an account an organization where you build a robust application it can be either web application or mobile application which in these days it’s very popular and your concurrent connection get higher each day as your application get famous which increase the users here you face challenge to...
[ Click to Continue ]In this article I would like to go through pros of NoSQL and how it will fit in your office environment by that what I mean is if that will work for your organization and if that make any different in your daily day to day database activity like for data warehouse and OLTP, as...
[ Click to Continue ]
How to setup MongoDB to run as service