The Artima Developer Community
Sponsored Link

Java Buzz Forum
MongoDB Shell Guide – Operations and Commands

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
justin cater

Posts: 19616
Nickname: justin78
Registered: Mar, 2011

Justin Cater is executive editor at Java Code Geeks
MongoDB Shell Guide – Operations and Commands Posted: Jul 11, 2014 12:16 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by justin cater.
Original Post: MongoDB Shell Guide – Operations and Commands
Feed Title: Java Code Geeks
Feed URL: http://feeds.feedburner.com/JavaCodeGeeks
Feed Description: Java 2 Java Developers Resource Center
Latest Java Buzz Posts
Latest Java Buzz Posts by justin cater
Latest Posts From Java Code Geeks

Advertisement

After getting introduced to MongoDB and installing the server, we are now ready to delve into the details of this NoSQL database.

In this lesson we will go through most of the commands and queries supported by MongoDB using its shell. Each section is dedicated to particular aspect of MongoDB: we start off from Shell Command Helpers, then look at Databases, Collections and Documents, move to Queries and Aggregations, and finish up with Server specific commands.

MongoDB shell is the best tool out there to discover MongoDB features and manage every single aspect of your server deployments, instances, databases, collections and documents. It is based on JavaScript language for executing command and queries.

Get started here

Read: MongoDB Shell Guide – Operations and Commands

Topic: Auditing infrastructure for your app using Spring AOP, Custom annotations and Reflection Previous Topic   Next Topic Topic: PostgreSQL’s Table-Valued Functions

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use