What is NoSQL Databases and MongoDB | Data Science Malayalam

Поділитися
Вставка
  • Опубліковано 30 січ 2025

КОМЕНТАРІ • 19

  • @LearnWithAji
    @LearnWithAji  Рік тому +1

    Enjoying the videos in this channel? Don't forget to subscribe and share with your friends!

    • @archanakk7043
      @archanakk7043 Рік тому

      Data science course tea full video cheyyumo

    • @LearnWithAji
      @LearnWithAji  Рік тому

      @@archanakk7043 Data Science For Beginners Full Course aano?

  • @rijoksd
    @rijoksd 9 місяців тому +1

    Sir what is Schema and model in MongoDB

    • @LearnWithAji
      @LearnWithAji  9 місяців тому

      Please check this article. www.tutorialspoint.com/mongodb/mongodb_data_modeling.htm
      and this video ua-cam.com/video/QiGVCOM-DfY/v-deo.html

  • @harisankarl6292
    @harisankarl6292 8 місяців тому

    Nicely explained ❤❤❤

  • @fayizcj2529
    @fayizcj2529 Рік тому

    Thank you sir for a valuable information😍😍😍

    • @LearnWithAji
      @LearnWithAji  Рік тому +1

      Thanks Fayiz for your kind words! Glad you found the info valuable. Your support means a lot. Hope you continue to enjoy my content!

  • @amalks8319
    @amalks8319 Рік тому +2

    Mongodb aggregation chayyamo

    • @LearnWithAji
      @LearnWithAji  Рік тому

      Yes, you can perform aggregation in MongoDB using the aggregation pipeline, which is a framework for data aggregation modeled on the concept of data processing pipelines.
      Here's a basic example to sum amounts by category:
      db.collection.aggregate([
      { $group: { _id: "$category", totalAmount: { $sum: "$amount" } } }
      ]);
      This will group documents by the category field and sum up the amount field for each category.

  • @arjun_vinod
    @arjun_vinod Рік тому

    Crisp and clear

    • @LearnWithAji
      @LearnWithAji  Рік тому

      Thank you @arjun_vinod! I appreciate your feedback.

  • @Rabekkarabe
    @Rabekkarabe 10 місяців тому

    Mongo db python djangoyil support aano?

    • @LearnWithAji
      @LearnWithAji  10 місяців тому +1

      @Rabekkarabe Yes, I see three libraries to connect Django to MongoDB:
      1. PyMongo
      2. MongoEngine
      3.Djongo
      Check this link for details please: www.mongodb.com/compatibility/mongodb-and-django

    • @Rabekkarabe
      @Rabekkarabe 10 місяців тому

      @@LearnWithAji tks sir

  • @christyjohnspwilson9568
    @christyjohnspwilson9568 Рік тому

    Business Understanding Step onu Detail aayi explain chythu video cheyyamo?

    • @LearnWithAji
      @LearnWithAji  Рік тому

      Data science lifecycle ഇലെ "business understanding" stage ആണൊ ഉദ്ദേശിച്ചത് അതോ വേറെ എന്തെങ്കിലും ആണോ?

    • @christyjohnspwilson9568
      @christyjohnspwilson9568 Рік тому

      @@LearnWithAji yes