Quantcast
Channel: MongoVUE » mongoDB
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Using Regular Expressions in Find

Let us consider a collection of “users”. To find all the users where the username begins with the character “a”, we would write the following in the shell db.users.find({"username":/^a/}); In MongoVUE,...

View Article



Image may be NSFW.
Clik here to view.

Import data from MySQL (or from Microsoft SQL Server or Postgre SQL database)

This post explains how you can easily import data from MySQL to MongoDB using MongoVUE. MySQL import is available in the free edition of MongoVUE. Please note that you can also import data from...

View Article

Image may be NSFW.
Clik here to view.

Data Visualization

A term I have heard many times lately is “Data is the new oil!”. We are recording data at an unprecedented rate (think blogs, social networks, forums, chat, email). Eric Schmidt recently said that we...

View Article

Image may be NSFW.
Clik here to view.

Using ObjectIds

MongoVUE 0.5.0 introduces support for ObjectIds in querying and updating collections. In MongoDB shell, to search a collection named “cities” using ObjectId, you would use the following command:...

View Article

Image may be NSFW.
Clik here to view.

Updating Collections

With the release of version 0.5.0, MongoVUE has the ability to Update documents in MongoDB collections. So let’s explore this functionality with an example. Let’s use “cities” collection. The first...

View Article


Image may be NSFW.
Clik here to view.

Monitor your MongoDB servers

FourSquare is a popular website that uses MongoDB to store data. They make especially good use of MongoDB’s 2D indexes to provide geo-location features to their users. FourSquare recently had an outage...

View Article

Image may be NSFW.
Clik here to view.

Yet another MongoDB Map Reduce tutorial

Background As the title says, this is yet-another-tutorial on Map Reduce using MongoDB. But two things that are different here: A problem solving approach is used, so we’ll take a problem, solve it in...

View Article

Image may be NSFW.
Clik here to view.

Exporting data from MongoDB

While working with MongoDB you’ll often run into situations where you need to get data out of your server. MongoVUE has some built-in exporting capabilities that make it fairly simple to fetch data in...

View Article


Image may be NSFW.
Clik here to view.

Establishing connections to servers and replica-sets using MongoVUE

MongoVUE connection manager makes it easy to create and store connections to your MongoDB servers. Establishing a new connection is simple – click on the add icon, you’ll get a blank screen as shown...

View Article


Image may be NSFW.
Clik here to view.

Build MongoDB indexes visually using MongoVUE

The concepts of building indexes in MongoDB are very similar to those of relational databases like MySQL, SQL Server etc. You can read about these concepts and theory on this webpage. In this tutorial,...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images