When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

How to Build a Persistence Mongo DB Application with Golang

Go applications with application data

     
  • 2.4
  •  |
  • Reviews ( 9 )
₹449

This Course Includes

  • iconudemy
  • icon2.4 (9 reviews )
  • icon1.5 total hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconUdemy

About How to Build a Persistence Mongo DB Application with Golang

When you build web applications, persistence of application data is very important. You can define the datamodel of your Go applications using structs, in which you can program against the structs for working withapplication data, but you need persistent storage for your application data.This course shows you how to persist application data into MongoDB, which is a popular NoSQL database.This course covers the following:

• Introduction to MongoDB

• You will know how insert documents

• You will know how read documents

• You will know how update documents

• You will know how delete documents

• You will know how create indexes

The Go programming language can be simply described in three words: simple, minimal, and pragmatic.If you look deeply into the language design of Go, you see its simple and minimalistic approach, coupledwith a pragmatic design. You can observe this simplicity with all the Go language features, including thetype system. Today, many programming languages provide too many features that make applications morecomplex for developers. The design goal of Go is to be a simple and minimal language that provides all thenecessary features for developing efficient software systems.

What You Will Learn?

  • In the end of my course you will know how to establish mongoDB sessions, how to perform CRUD operations and how to ensure indexes in go language.