MongoDB
-
Enterprise Java
MongoDB Index Strategies and Types of Indexes
1. MongoDB Index Strategies and Types of Indexes – Introduction MongoDB is an open-source, document-oriented, and cross-platform database which is…
Read More » -
Enterprise Java
MongoDB Tutorial for Beginners
1. Introduction to MongoDB In this post, we feature a comprehensive MongoDB Tutorial that integrates with a Java-based application. Whenever…
Read More » -
Enterprise Java
Spring Data MongoDB Tutorial
In today’s world it is very important to get the application up and running as soon as possible. The application…
Read More » -
Enterprise Java
Converting XML to JSON & Raw Use in MongoDB & Spring Batch
Overview Why convert XML to JSON for raw use in MongoDB? Since MongoDB uses JSON documents in order to store…
Read More » -
Software Development
Writing RESTful Service using Node, Express and MongoDB
Looking at the popularity of Node.js, I thought of learning and creating a rest api that should create, delete and…
Read More » -
Software Development
Making queries on demand: MongoDB outbound gateway
1- Introduction In order to read data from MongoDb, Spring Integration comes with the MongoDb inbound channel adapter. This adapter…
Read More » -
Enterprise Java
Spring Integration MongoDB adapters with Java DSL
1 Introduction This post explains how to save and retrieve entities from a MongoDB database using Spring Integration. In order…
Read More » -
Enterprise Java
Data Aggregation Spring Data MongoDB: Nested results
1 Introduction In a previous post, we built a basic example of an aggregation pipeline. Maybe you want to take…
Read More » -
Enterprise Java
Data aggregation with Spring Data MongoDB and Spring Boot
MongoDB aggregation framework is designed for grouping documents and transforming them into an aggregated result. The aggregation query consists in…
Read More »