This article is not going to discuss more on Cosmos DB. For any information on Cosmos DB you can refer Microsoft’s website https://docs.microsoft.com/en-us/azure/cosmos-db/introductionand Microsoft has provided pretty much everything needed for building solutions for connecting to Cosmos DB. Targeted audience: Any MuleSoft…
Publishing messages from Azure Service Bus to Cosmos DB using Azure Logic Apps
In this article, I will go through simple steps of consuming messages from Microsoft Azure Service Bus Topicand inserting into Cosmos DB SQL API. I will not cover on more about Azure Service Bus topics/subscriptionsor Cosmos DB SQL API. But will provide sufficient information…
Implementing Retry Pattern in Microsoft Azure Service Bus
In this article, I am going to discuss on how to implement “Retry Pattern” with Microsoft Azure Service Bus. Intended Audience: Anyone who is excited to learn the significance of “Retry Pattern” implementation using Microsoft Azure Service Bus. We are…
Connecting Azure Cosmos DB’s API for MongoDB using MuleSoft’s MongoDB Connector
This article is not going to discuss more on Cosmos DB. For any information on Cosmos DB you can refer Microsoft’s website https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-introductionand Microsoft has provided pretty much everything needed for building solutions for connecting to Cosmos DB. Targeted audience:Any MuleSoft…
Peer Dev Testing
What is Peer Dev Testing? An ideology loosely based on “Pair Programming”. “Pair Programming” is an agile software development technique in which two programmers work together at one work station. One developer is called Driver, writes code, the other one…
Creating a simple web service using JAX-WS and JAXB
JAX-WS is an abbreviation for Java API for XML Web Services and is a Java Programming API for creating web services (Especially for SOAP services) and is part of Java EE Platform. JAXB is an abbreviation for Java Architecture for…
10000 foot view of MongoDB operations using Mongo Shell
In my previous article we have discussed on how to install MongoDB in Windows and OSX. Now let us explore how to work with MongoDB Shell interface or command window or terminal window. Just to recap, in order to work…
MongoDB Installation
In my previous article, I have discussed about NoSQL and how is it different from traditional database. In this article, I would be discussing on how to set up or install the MongoDB in your computer. So follow along with…