Python Mongodb tutorial


Output  Data inserted ......  ['101', '102', '103']



Download 0,81 Mb.
Pdf ko'rish
bet8/20
Sana14.06.2022
Hajmi0,81 Mb.
#668856
1   ...   4   5   6   7   8   9   10   11   ...   20
Bog'liq
python mongodb tutorial

Output 
Data inserted ...... 
['101', '102', '103']
 


Python MongoDB
10 
You can read/retrieve stored documents from MongoDB using the 
find()
method. This 
method retrieves and displays all the documents in MongoDB in a non-structured way. 
Syntax 
Following is the syntax of the 
find()
method. 
>db.CollectionName.find() 
Example 
Assume we have inserted 3 documents into a database named testDB in a collection 
named sample using the following queries: 
> use testDB 
> db.createCollection("sample") 
> data = [ 
{"_id": "1001", "name": "Ram", "age": "26", "city": "Hyderabad"},
{"_id": "1002", "name" : "Rahim", "age" : 27, "city" : "Bangalore" }, 
{"_id": "1003", "name" : "Robert", "age" : 28, "city" : "Mumbai" }] 
> db.sample.insert(data) 
You can retrieve the inserted documents using the find() method as: 
> use testDB 
switched to db testDB 
> db.sample.find() 
{ "_id" : "1001", "name" : "Ram", "age" : "26", "city" : "Hyderabad" } 
{ "_id" : "1002", "name" : "Rahim", "age" : 27, "city" : "Bangalore" } 
{ "_id" : "1003", "name" : "Robert", "age" : 28, "city" : "Mumbai" } 

You can also retrieve first document in the collection using the findOne() method as: 
> db.sample.findOne() 
{ "_id" : "1001", "name" : "Ram", "age" : "26", "city" : "Hyderabad" } 
5.
 
Python MongoDB — Find 


Python MongoDB
11 
Retrieving data (find) using python 
The 
find_One()
method of pymongo is used to retrieve a single document based on your 
query, in case of no matches this method returns nothing and if you doesn’t use any query 
it returns the first document of the collection. 
This method comes handy whenever you need to retrieve only one document of a result 
or, if you are sure that your query returns only one document. 

Download 0,81 Mb.

Do'stlaringiz bilan baham:
1   ...   4   5   6   7   8   9   10   11   ...   20




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish