MongoDB in NodeJS - Primary Keys and Unique IDs (2020) [Episode #18]

preview_player
Показать описание
In this video we go over what primary keys and unique IDs are and how to use our own within MongoDB in Node JS.

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯

🖥️ Source code:

🖥️ BSON Documentation:

🙋‍♂️ Need help? Ask in our Discord community:

💡 Have an idea for a video or course? Request it here:

------------------------------

🕒 Timestamps:
00:00 Introduction
00:43 Explaining primary keys in Mongo
04:06 Outro

#mongodb #javascript #nodejs #wornoffkeys

FTC Legal Disclaimer - Some links found in my video descriptions might be affiliate links, meaning I will make commission on sales you make through my link. This is at no extra cost to you and it helps support the channel so I can make more free YouTube videos.
Рекомендации по теме
Комментарии
Автор

🔥 Get the code here:

🙋‍♂ Need help? Ask in our Discord community:
wornoffkeys.com/discord

WornOffKeys
Автор

I have just finished the whole series. This is some awesome content. Keep up the good work. thank you so much.

rovinox
Автор

You are uploading the content which is not available in youtube, Very unique content, Keep Going, please dont stop...

jrakesh
Автор

Are object ids going to be faster than random ids?

sripranav
Автор

Hi Chief!

Do you plan to have video training for working with webhooks in the future? I mean creating from manually, without the help of third-party services (Ifttt, Zapier)? It would be great.

False_Quiescence
Автор

Thank u so much is the series over??
Can you help us with deployment for a locally hosted mongo db database?

hb
Автор

hello! i just wanted to ask that is it possible to only get one informations from a schema? like that its only saying this in the console for example: 'username: user'

danika.house_
Автор

Hello. Please tell me how to swap objects in mongidb? I want to use dragAndDrop

haykmanvelyan
Автор

How to export script create database in MongoDB?




In MS SQL Server, after creating database completely, we have file script.sql and anyone want to create our database, they just need to run that file script.sql

I don't know whether if we can export that kind of file in MongoDB ?

TuanNguyen-qhpk
Автор

Can you please add tutuorial on how to populate the fields from multiple collections.

tube-uofg
Автор

Greetings from Venezuela.

Thank you very much for the videos ... I saw them all ...

despite not mastering ENGLISH thanks to the translator I understood everything ... you explain very well ...

Do you think to publish some more videos of this series ???

Att. Jose Grillo

ESPAÑOL:
Saludos desde Venezuela.

Muchas gracias por los videos... los vi todos...

a pesar de no dominar INGLES gracias al traductor entendi todo... explicas muy bien....

Piensas publicar algunos videos mas de esta serie???

Att. Jose Grillo

Grishopping
Автор

I have this problem with all tutorials on this. Why does no one show how you got that specific folder on your device in vs code? Where did you get it from and how does updating it make changes to your mongodb cluster? I am really tired with this so please help me understand it.

gauravshinde
Автор

Hi, I have schema with property name and phone number, and I want phone number to be unique as I'm simply authenticating using phone.
I've made it unique, at first it was throwing duplicate error, but now it's not throwing error and even adding duplicate records, pls help

abhisheksrivastava
Автор

I need to generate a unique I'd like GlB_ID_10000 and so on

rakeshn
Автор

Can you make videos covering errors? Like how to fix/prevent them or just what they mean.
An error that I run into frequently is: MongoError: topology was destroyed.

andrewpasimio