Setting Up MongoDB with Laravel Herd

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 7

  • @decipher824
    @decipher824 6 месяцев назад

    Hey, right time, your video was the one i am searching. Thanks Josh!

    • @joshcirre
      @joshcirre  6 месяцев назад

      I'm glad this could be helpful. I know a lot of people probably aren't using MongoDB with Laravel but it was tricky enough for me to setup.
      (I know the Herd team is actually working to make this even EASIER).

  • @worktravel5945
    @worktravel5945 4 месяца назад

    Good ! You are awesome ! Thanks for your work!

  • @sidalifetoumi
    @sidalifetoumi 9 дней назад

    what if the location updated every 10 seconds for example is mongodb good to handle that ??

  • @mrsuendri
    @mrsuendri 4 месяца назад

    Thank you, awesome!

  • @lmaoaaaaaasfasfasfaf
    @lmaoaaaaaasfasfasfaf 10 месяцев назад

    Won't the potential performance gains from this be negligible if you're still serving your Laravel application in a non-distributed or non-serverless fashion? Furthermore, it might even increase latency since the database response still needs to reach your server before you can serve it to the user.

    • @joshcirre
      @joshcirre  10 месяцев назад

      In terms of how I'm going to host this particular project, it's a client project hosted on Laravel Vapor and MongoDB is on Mongo Atlas. To my knowledge, I don't think the latency is going to be that noticeable since it's primary usecase is geospatial queries.
      That being said, I'm not yet a MongoDB expert, but I'm learning!