This is pretty nice man! I followed your approach and translated it for my Go microservice architecture. I had a "findAll" endpoint for each microservice, but I was lacking a more dynamic endpoint to search by text. I even added pagination using $limit operator and $skip. Thanks for this tuto!
@flolu11 ай бұрын
Glad it helped!
@Preetigupta-ic4cd3 ай бұрын
awesome video
@myrachoantonio88326 ай бұрын
great work thank you posting
@tranquyet1089 Жыл бұрын
Awesome video, great work. Thanks
@aydontloss6 ай бұрын
If you don't have one can you also create a video about vector search in Atlas?
@jiteshkumar2868 Жыл бұрын
A big thanks !
@siralone36469 ай бұрын
Amazing, thanks!
@flolu8 ай бұрын
Glad you like it!
@artemponomarenko643910 ай бұрын
Hi Florian! Thank you very much for this video. Very helpful! Also I noticed that you are usring uuid instead of native Mongo ObjectId. Why so? Is there any difference at all between these approaches?
@vanphule7161 Жыл бұрын
so is it feasible for us to add fuzzy search to the basic text search approach?
@flolu Жыл бұрын
Unfortunately not
@lexNwimue9 ай бұрын
Thanks, man.
@flolu9 ай бұрын
Glad to help
@cm346210 ай бұрын
Lovely video. Is Docker absolutely necessary for this? Thank you
@flolu10 ай бұрын
I'm glad I could help! And no, Docker is not necessary for this.
@SandwichStorePlay11 ай бұрын
thanks! thank u so much!
@flolu11 ай бұрын
You're welcome!
@handikaharianto Жыл бұрын
Can we achieve the same thing using mongoose?
@flolu Жыл бұрын
Good question! Yes we can. You can do it like this: stackoverflow.com/a/28775709/8586803