Which one's Better? - ROOM vs MongoDB Realm 🔥

  Рет қаралды 10,853

Stevdza-San

Stevdza-San

Күн бұрын

Пікірлер: 44
@elyornasrullayev1630
@elyornasrullayev1630 2 жыл бұрын
bro, your video lessons are so easy to learn and cover that heading, keep make like these videos. Thanks!!!
@VenewebTV
@VenewebTV 2 жыл бұрын
Another useful and interesting video, your comparison has been excellent and very professional, continue with the channel, please, regards from Caracas, Venezuela
@StevdzaSan
@StevdzaSan 2 жыл бұрын
Thanks!
@rileyfarro6801
@rileyfarro6801 2 жыл бұрын
Keep this man cooking!
@shahriarzaman4715
@shahriarzaman4715 2 жыл бұрын
After trying ObjectBox, I may never return to Room.
@yasserakbbach7342
@yasserakbbach7342 2 жыл бұрын
I haven't heard of this before, I need to try it. Thank you.
@ernestguevara5968
@ernestguevara5968 Жыл бұрын
Upon checking this one, seems interesting. Will try this too. Thanks for sharing
@donjeph
@donjeph 2 жыл бұрын
Thanks for the info
@4ytonly
@4ytonly 2 жыл бұрын
MongoDB vs Firestore!?
@StevdzaSan
@StevdzaSan 2 жыл бұрын
Good suggestion for the video
@anudeepananth
@anudeepananth 4 ай бұрын
Well this video hasn't aged well
@nikolaivalkov775
@nikolaivalkov775 Жыл бұрын
Can I use MongoDB Atlas with Room instead? With some listeners/change streams for server changes on particular collections? I want to switch from existing Firebase implementation that is based on Room, for chat app.
@wagnerarcieri
@wagnerarcieri 2 жыл бұрын
As I am completely new to Realm, it was not clear for me with this video if Realm can be used as an Offline local DB. This is just FYI about what the video shared, I already searched the info now. Love your work by the way! keep it up!
@StevdzaSan
@StevdzaSan 2 жыл бұрын
Every local database is "offline". :)
@wagnerarcieri
@wagnerarcieri 2 жыл бұрын
@@StevdzaSan I kwon, but as you mentioned the MongoDB cloud it becomes unclear if it was a local database or a MongoDB SDK, like Firesbase SDK.
@StevdzaSan
@StevdzaSan 2 жыл бұрын
@Wagner Arcieri Mongo DB Realm is a db that you can use as a local only. But if you want you can connect it to the Mongo DB Atlas (cloud) to sync the data.
@megnusharrison7199
@megnusharrison7199 Жыл бұрын
Please make a tutorial about "SMS Retriever API" in Jetpack Compose ❤
@bob_factory
@bob_factory 2 жыл бұрын
I m a fan of NoSQL databases for mobile, but can't seem to find something simple and reliable. Was using realm in production but realm is more opinionated for me. Updates can only happen on a managed objects.
@shahriarzaman4715
@shahriarzaman4715 2 жыл бұрын
Use ObjectBox. It's FOSS
@zaryabK-vi8fh
@zaryabK-vi8fh Жыл бұрын
how about firebase
@iamadetoye
@iamadetoye 2 жыл бұрын
Trying to master MongoDB realm, I started android dev with a strong JavaScript background. Realm is better for me and my projects
@anudeepananth
@anudeepananth 2 жыл бұрын
Does Realm work with Compose Lazy Column? To my knowledge Lazy Column supports only ROOM with Paging 3 for data from local storage
@StevdzaSan
@StevdzaSan 2 жыл бұрын
Yes, Paging 3 supports ROOM by default. But I'm not aware of its support for Realm tho.
@CC-bl7yf
@CC-bl7yf 2 жыл бұрын
@@StevdzaSan pls make a tutorial with paging 3 + network req. 😍
@StevdzaSan
@StevdzaSan 2 жыл бұрын
@@CC-bl7yf I already have a full tutorial series on that. Check one of my playlists. ✅️
@denisdavidek
@denisdavidek Жыл бұрын
Yes, it partially does work. I am using realm kotlin with LazyColumn in two compose projects.
@neerajverma9226
@neerajverma9226 Жыл бұрын
MongoDB realm supports pagging 3?
@eriknyk2k
@eriknyk2k Жыл бұрын
Looks like you're comparing onions with potatoes just because both are not for same purpose, you should compare mongo realm vs firebase instead
@StevdzaSan
@StevdzaSan Жыл бұрын
Correct. But both are databases, which is why people want to know the difference 🤔 Thanks for the idea btw, I was planning to cover that one as well.
@LibranduShot
@LibranduShot Жыл бұрын
Firebase is not local database, realm is. 😂
@moumnalmunawy1806
@moumnalmunawy1806 2 жыл бұрын
What do you think of sqldelight
@StevdzaSan
@StevdzaSan 2 жыл бұрын
Haven't used it yet. But I will consider trying it out.
@karateswe
@karateswe Жыл бұрын
Try objectbox. It's even better than realm
@raymondmichael4987
@raymondmichael4987 2 жыл бұрын
Mongodb Realm is better for me 😊
@StevdzaSan
@StevdzaSan 2 жыл бұрын
Looks simpler, doesn't it? :)
@raymondmichael4987
@raymondmichael4987 2 жыл бұрын
@@StevdzaSan simpler, yes!! to the fact that you're working with a live data object which is like normal object, And defaulted to offline first mode, which is faster. Though you're right about learning curve, it's to be expected for something new. Pricing isn't that bad after all with all the features they offer it's normal. Because document is limited to 16mb only One trick will be to use other storages like AWS or Firebase Storage or Cloudnary to store large files and link them back to mongodb realm. All in all, I do really love it; and I appreciate you covering it, sadly though I didn't manage to purchase your course 😥😥 Stay blessed. Greetings from Tanzania 🇹🇿
@shahriarzaman4715
@shahriarzaman4715 2 жыл бұрын
Room is a 💩 when migration is needed
@raulastete3035
@raulastete3035 2 жыл бұрын
?? Why do you say that? What kind of problems you found?
@ezbasurahan
@ezbasurahan 3 ай бұрын
sql delight is better
@zmemes69
@zmemes69 2 жыл бұрын
is it Free
@StevdzaSan
@StevdzaSan 2 жыл бұрын
As a local database, yes. If you want you to use their cloud (Atlas), then yes, but to a certain extent. For a smaller project you can go without paying a cent.
@zmemes69
@zmemes69 2 жыл бұрын
@@StevdzaSan thanks for clarification i love your videos and courses
@McIntoch666
@McIntoch666 2 жыл бұрын
хрень, просто реклама
I tried 5 Firebase alternatives
10:31
Fireship
Рет қаралды 827 М.
I shouldn't be in the house  It's so embarrassing
00:22
Funny Parent-Child Videos
Рет қаралды 9 МЛН
If Your Hair is Super Long
00:53
im_siowei
Рет қаралды 30 МЛН
SHE CAME BACK LIKE NOTHING HAPPENED! 🤣 #shorts
00:21
Joe Albanese
Рет қаралды 19 МЛН
MySQL vs MongoDB
5:30
IBM Technology
Рет қаралды 193 М.
Databases for mobile apps React Native & Realm | React Universe On Air #25
55:30
This is BAD! MongoDB is shutting down their Services? 😭
4:00
Stevdza-San
Рет қаралды 3,7 М.
MVVM vs. MVI - Understand the Difference Once and for All
18:40
Philipp Lackner
Рет қаралды 59 М.
Neo4j (Graph Database) Crash Course
1:23:08
Laiture
Рет қаралды 258 М.
I shouldn't be in the house  It's so embarrassing
00:22
Funny Parent-Child Videos
Рет қаралды 9 МЛН