sql >> Database teknologi >  >> NoSQL >> MongoDB

pymongo - hvordan matcher man ved opslag?

Dette virkede:

pipeline = [{'$lookup': 
                {'from' : 'models',
                 'localField' : '_id',
                 'foreignField' : 'references',
                 'as' : 'cellmodels'}},
            {'$unwind': '$cellmodels'},
             {'$match':
                 {'authors' : 'Migliore M', 'cellmodels.celltypes' : 'Hippocampus CA3 pyramidal cell'}},
            {'$project': 
                {'authors':1, 'cellmodels.celltypes':1}} 
             ]

for doc in (papers.aggregate(pipeline)):
    pprint (doc)



  1. Dropper en Mongo-databasesamling i Meteor

  2. Opret og find GeoLocation i mongoose

  3. Mongo $i operatørydelse

  4. Flere node-mongodb-native forbindelser