Geolocation Search in MongoDB

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • Welcome to the video series on MongoDB NoSQL database and in this video I'm talking about a v very special geolocation or geospatial search with mongodb
    Mapping applications are used on a daily basis and apps like google or apple maps are used widely. There are multiple functionalities provided by these mapping application like search nearby etc.
    Something very similar we can do with mongdb geolocation search. if we have geolocation data in the for geojson, we can not only store but also do geo search within mongodb.
    This is a fundamental video on what it takes to do geolocation search with mongodb and how you can make use of as well validate the same. I do hope and believe that you'll like this video.
    Here are the contents of this video
    Timecodes
    0:00 : What is Geolocation Search
    0:50 : What is GeoJson
    1:25 : Geolocation search in MongoDB
    1:53 : The sample dataset of restaurants
    2:09 : The 2dshpere index
    3:10 : Search nearby location using $near
    4:50 : geolocation search using $nearSphere
    6:03 : Search within an area or polygon $geowithin
    8:37 : Searching within a radius using $centerSphere
    #mongodb #geolocation #geojson
    About Me i.e. An Insightful Techie
    Greetings and Thanks a lot for checking out my CZcams Channel. I’m Deepak K Gupta (Daksh). This channel is a medium for me to share my learnings and journey as a Techie so that you not only learn from my experience but also from my mistakes
    As a techie I am closely associated with software development, so most of my content will revolve around Programming Languages, AI, Machine learning and Databases. I share things which will help you learn, remember and use these things in an effective and efficient way.
    As a Techie, I also know that there is a life beyond software development and it has a profound impact on our career as well as on our well being. I also share those learnings which I feel are worth sharing with the intention that it MAY help you in taking better decisions in your life.
    Last but not the least, I'm a traveler and explorer by nature. I would like to take you with me on some of the interesting journeys around the world. Believe me there is more to learn outdoors than indoors
    Hope you’ll like my contents and will be part of my journey 🙏
    SUBSCRIBE - czcams.com/users/AnInsightfulT...
    INSTAGRAM - www.intagram.com/AnInsightful...
    Twitter - / awisetechie
    Facebook - / aninsightfultechie
  • Věda a technologie

Komentáře • 29

  • @mubinjonzokirov3292
    @mubinjonzokirov3292 Před 2 lety +2

    Explanation just in time! Thank you!

  • @K.Huynh.
    @K.Huynh. Před 3 měsíci +1

    thank you for sharing!
    you saved me!

  • @varshasingh1299
    @varshasingh1299 Před rokem +1

    Thank you so much for this video. More support to you

  • @harikamandela3704
    @harikamandela3704 Před 2 lety +1

    I just finished watching your entire MongoDB playlist. This is so clear and understandable even for beginners. Thank you so much

  • @AnupKumar-fy4ub
    @AnupKumar-fy4ub Před rokem +1

    great teaching.

  • @ShubhamMahajan-fp3hp
    @ShubhamMahajan-fp3hp Před rokem

    Can we make an exact search on this coordinates? What if I want to search for a specific place using the latitude/longitude?? is it possible?

  • @pratikranpariya9964
    @pratikranpariya9964 Před 2 lety +1

    Your explanation is brilliant. Please make a video in graphlookup

    • @Cognitive-Programmer
      @Cognitive-Programmer  Před 2 lety

      Thank you so much for your comment and feedback.. will certainly do that at some point of time
      Thanks again 🙏

  • @muskansingh8234
    @muskansingh8234 Před rokem

    Great job sir

  • @user-fi6bu7cp5e
    @user-fi6bu7cp5e Před měsícem

    thanks bro

  • @rosannacreates
    @rosannacreates Před rokem

    Thanks so much for the clear instruction, may I ask what the 10/3963.2 in time stamp 9:32 represents?

    • @Cognitive-Programmer
      @Cognitive-Programmer  Před rokem

      Thanks for your comment..you need to include earth radius to get a better result. Hope it helps.. Thanks 🙏

  • @jobinmathew8697
    @jobinmathew8697 Před 2 lety

    iam not able to run the find option

  • @jivanmainali1742
    @jivanmainali1742 Před 3 měsíci

    couldnot get difference between centerSphere and nearSphere

  • @muhammadfahad147
    @muhammadfahad147 Před rokem

    sir can you please make a video (how to add location in database and find nearest location depend on current loaction ) using express node js and mongodb... with frontend.

    • @Cognitive-Programmer
      @Cognitive-Programmer  Před rokem

      Thanks for your comment.
      I am generally not creating videos on frontend area, but will think about it.
      Thanks a lot for watching my video 🙏

  • @sudhirkaushik4786
    @sudhirkaushik4786 Před 2 lety +1

    Please make a large video on python multiprocessing, multithreading , asyncio from basics to advance , with live examples you existing videos are small

  • @rituhalder835
    @rituhalder835 Před rokem

    wish u could share the code for this in python.