Welcme CIGI
Regards,
Chetan Ganji
+91-900-483-4183
ganji.che...@gmail.com
http://ryucoder.in
On Wed, Mar 13, 2019 at 5:13 PM Cigi Sebastine
wrote:
> Thank you Chetan.
>
>
> On Wed, Mar 13, 2019 at 3:41 AM Chetan Ganji
> wrote:
>
>> I would suggest you use transactions for inserting those many
Thank you Chetan.
On Wed, Mar 13, 2019 at 3:41 AM Chetan Ganji wrote:
> I would suggest you use transactions for inserting those many documents.
> https://www.mongodb.com/transactions
>
> Django ORM does not support MongoDB. So, you can't use models/ORM/Class
> Based Views of Django with mongo.
I would suggest you use transactions for inserting those many documents.
https://www.mongodb.com/transactions
Django ORM does not support MongoDB. So, you can't use models/ORM/Class
Based Views of Django with mongo.
Only way I know to use Mongo with Django is function based views. There are
some t
If I were you, I'd work through the Django tutorial first. Then ask specific
questions if you have any.
On March 12, 2019 5:32:08 AM CDT, Cigi Sebastine
wrote:
>Hi all
>
>I am trying to insert data from csv file to mongodb4 using python3.7
>(Bulk
>data insertion 47lakhs records)
>i need to impl
Hi all
I am trying to insert data from csv file to mongodb4 using python3.7 (Bulk
data insertion 47lakhs records)
i need to implement in django
Can please anyone share ur idea
import pandas as pd
import json
mng_client = MongoClient('localhost', 27017)
mng_db = mng_client['testcsv']
collection_n
5 matches
Mail list logo