tech/webdev magazine

Showing posts with label mongodb. Show all posts
Showing posts with label mongodb. Show all posts

September 23, 2017

June 27, 2017

5 Database Alerts to Set Up for MongoDB

Tuesday, June 27, 2017 Teklinks

What’s happening inside your database can have a huge impact on your application and your customers’ happiness. In this post, we’ll talk through some of the things you need to look out for to keep your MongoDB deployment on track.

Full article

February 13, 2017

August 29, 2016

Microservices: An Example With Docker, Go, and MongoDB

Monday, August 29, 2016 Teklinks

"Cinema" is an example project which demonstrates the use of microservices for a fictional movie theater. The Cinema backend is powered by for microservices, all of which happen to be written in Go, using MongoDB for manage the database and Docker to isolate and deploy the ecosystem.

Full article

August 7, 2016

April 1, 2016

Caching in MongoDB With Redis Using Spring Boot

Friday, April 01, 2016 Teklinks

Today, performance is one of the most important metrics we need to evaluate when developing a web service/Application. Keeping customers engaged is critical to any product and for this reason, it is extremely important to improve the performances and reduce page load times.

Full article

March 8, 2016

MongoDB — Design of Product Catalog Documents Structure

Tuesday, March 08, 2016 Teklinks

In this article, we will look at a product catalog database design and its associations. The diagram below explains the entities involved and their associations. Let me justify the above entities associations, as MongoDB has an embedded document approach and refers one document to another document.

Full article

January 20, 2016

MongoDB and MEAN NoSQL Presentations

Wednesday, January 20, 2016 Teklinks

MongoDB is the leading NoSQL database in the market today. It is also so popular that it ranks above a number of SQL databases and is very wide spread. For those who could not attend MongoDB World 2015 in NYC, you can check out all the presentations here.

Full article

November 28, 2015

Using GraphQL with MongoDB: graffiti-mongoose

Saturday, November 28, 2015 Teklinks

With the Mongoose adapter for Graffiti, you can use your existing Mongoose schema for developing a GraphQL application. If you need an introduction to GraphQL, our previous post helps you to get started with GraphQL. At RisingStack, we usually don't write boilerplate code.

Full article

November 16, 2015

November 4, 2015

September 11, 2015

August 13, 2015

July 21, 2015

July 8, 2015

Deploying a MEAN App to Amazon EC2 (Part 1)

Wednesday, July 08, 2015 Teklinks , ,

As someone who has trudged through many tutorials on the MEAN development stack, I’ve built many demo applications using some variation of localhost. Yet, when time came for me to move onto real-world deployments, I had a much tougher time finding guides straightforward enough to follow.

Full article

July 7, 2015

May 25, 2015

April 22, 2015

Call me maybe: MongoDB stale reads

Wednesday, April 22, 2015 Teklinks

In May of 2013, we showed that MongoDB 2.4.3 would lose acknowledged writes at all consistency levels. Every write concern less than MAJORITY loses data by design due to rollbacks–but even WriteConcern.

Full article