JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

MongoDB : GridFS Tutorial

September 10, 2015 by Mohamed Sanaulla Leave a Comment

This GridFS tutorial explains how to use GridFS for stroring the larger files in MongoDB and when to use GridFS in MongoDB. This GridFS tutorial stores image file of 16.5 MB size to illustrate an example. MongoDB limits the size of the document in a collection to 16 MB. Realistically this should be good enough […]

Filed Under: MongoDB Tagged With: GridFS Tutorials

Spring Boot : RESTful API using Spring Boot and MongoDB

June 25, 2015 by Mohamed Sanaulla Leave a Comment

This tutorial explains how to implement RESTful web service using SpringBoot and MongoDB. This tutorials uses already implemented REST services using Node.js and ExpressJS frameworks. Here the same examples tested with SpringBoot. The following are the frameworks used in this tutorial for running the given example. If you are very much interested in learning the […]

Filed Under: MongoDB, Spring Framework Tagged With: SpringBoot Tutorials

RESTful Example using ExpressJS + Node.js + MongooseJS

May 18, 2015 by Mohamed Sanaulla Leave a Comment

RESTful Web Services Example : ExpressJS + Node.js + MongooseJS In my previous articles I have explaines about CRUD operations Node.js + MongoDB – Performing CRUD Operations and Mongoose – Node.js + MongoDB with Mongoose Tutorial. In this post I will show you how to create CRUD operations using RESTful Web Services and ExpressJS with […]

Filed Under: ExpressJS, MongoDB, NodeJS Tagged With: NodeJS Tutorials

Mongoose – Node.js + MongoDB with Mongoose Tutorial

May 7, 2015 by Mohamed Sanaulla Leave a Comment

Develope Node.js + MongoDB Application with Mongoose In my previous post, I demonstrated how to perform CRUD (Create, Read, Update, Delete) operations using Node.js and MongoDB API. This tutorial explains how to easily develop Node.js and MongoDB application with Mongoose application by using the Mongoose API. This tutorial assumes that reader has the knowledge on Node.js and […]

Filed Under: MongoDB, NodeJS Tagged With: Mongoose, NodeJS Tutorials

Node.js + MongoDB – Performing CRUD Operations

April 26, 2015 by Mohamed Sanaulla Leave a Comment

In this post we will look at how we can implement CRUD operations using Node.js and MongoDB as the database. CRUD stands for Create Read Update Delete. The programming language we would use for this is Javascript based Node.js (Read : Introduction to Node.js) framework and MongoDB as the NoSQL database. And this example is going to […]

Filed Under: MongoDB, NodeJS Tagged With: MongoDB Tutorials, NodeJS Tutorials

Jongo – The Java Object Document Mapper for MongoDB

May 24, 2014 by Mohammad Umar Ali Karimi Leave a Comment

This tutorial explains about the Jongo, a Java query language for accessing the data from MongoDB database. When you work with the MongoDB database, you have to use the Mongo shell for querying the data, however when you are querying in the Java application, you have to use the Java driver for MongoDB and retrieve […]

Filed Under: MongoDB Tagged With: Jongo

Enable MongoDB Journalling

April 25, 2014 by Krishna Srinivasan Leave a Comment

MongoDB uses an on disk journal to guarantee write operations and to provide crash resiliency. MongoDB creates a journal for every write that includes the exact disk location and the bytes that changed in the write. Thus if you have a crash in the server, the journal can be used to replay any writes that […]

Filed Under: MongoDB Tagged With: MongoDB Journal

10 Tips To Improve MongoDB Security

April 23, 2014 by Krishna Srinivasan Leave a Comment

MongoDB provides a number of constructs to improve the security of your data. The security of your data in MongoDB is paramount – so it is important to leverage these constructs to reduce your surface area. Here are 10 tips you can use to improve the security of your MongoDB servers on premise and in […]

Filed Under: MongoDB Tagged With: MongoDB Security

Best MongoDB GUI Tools

April 23, 2014 by Krishna Srinivasan Leave a Comment

A good UI is an important part of the development experience. The mongo shell works great for administrative actions but when working with larger amounts of data, the UI becomes fairly important. There are a number of options when it comes to MongoDB GUI, some good and some not so good. Below are some of […]

Filed Under: MongoDB Tagged With: MongoDB Tools

How To Install MongoDB On Windows

April 21, 2014 by Amr Mohammed Leave a Comment

MongoDB, is an open source document database and the leading NO SQL database written in C++. MongoDB is used as a persistence store and it get adapted by different latest libraries and implementations, so Eclipse JPA/NoSQL has provided a library for get your application integrated with MongoDB as Spring Data. In this tutorial, we are going […]

Filed Under: MongoDB Tagged With: MongoDB Configurations

  • 1
  • 2
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

The Java 6.0 Compiler API

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.