MongoDB
 sql >> डेटाबेस >  >> NoSQL >> MongoDB

संग्रह दस्तावेजों को क्रम में भरने के लिए MongoDb के साथ Async का उपयोग करना

आपका insertRowInBLD फ़ंक्शन को एक Promise लौटाना होता है उदाहरण के बजाय undefined अब के रूप में। Async.series undefined की एक सरणी पारित किया जा रहा है ।

यह।

function fillBLD() {
    async.series(
        [
            insertRowInBLD('R01', 'Disclosure of data due to deliberate action by internal actor', 'E. Not significant', 'Partially effective', 'Low', '', '', '', ''),
            insertRowInBLD('R02', 'Corruption of data due to deliberate action by internal actor', 'E. Not significant', 'Partially effective', 'Low', '', '', '', ''),
            insertRowInBLD('R03', 'Unavailability of data due to deliberate action by internal actor', 'E. Not significant', 'Partially effective', '', '', '', '', ''),
            insertRowInBLD('R04', 'Disclosure of data due to attack of the communications link by internal/external actor', 'E. Not significant', 'Partially effective', 'Low', '', '', '', ''),
            insertRowInBLD('R05', 'Corruption of data due to attack of the communications link by internal/external actor', 'E. Not significant', 'Partially effective', 'Low', '', '', '', ''),
        ]
    );
}

वास्तव में यही है।

function fillBLD() {
    async.series(
        [
            undefined,
            undefined,
            undefined,
            undefined,
            undefined
        ]
    );
}



  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. सिम्फनी 2 में "पसंद" की स्थिति के साथ मोंगोडब को कैसे क्वेरी करें?

  2. multer का उपयोग करके mongoDB डेटाबेस में फ़ाइलों की एक सरणी को कैसे सहेजते हैं?

  3. जावास्क्रिप्ट निष्पादन mongoHQ शेल से कनेक्ट होने में विफल रहा

  4. Node.js . के माध्यम से MongoDB में दस्तावेज़ सम्मिलित करते समय त्रुटि

  5. एकत्रीकरण क्रम में $$ROOT का उपयोग करना