MongoDB
 sql >> Baza danych >  >> NoSQL >> MongoDB

Używanie Async z MongoDb do wypełniania dokumentów inkasowych w kolejności

Twój insertRowInBLD funkcja musi zwrócić Promise instancja zamiast undefined jak teraz. Async.series jest przekazywana tablica undefined .

To.

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', '', '', '', ''),
        ]
    );
}

jest to właściwie.

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



  1. Redis
  2.   
  3. MongoDB
  4.   
  5. Memcached
  6.   
  7. HBase
  8.   
  9. CouchDB
  1. Klucz obiektu MongoDB z ciągiem szablonu ES6

  2. Nie znaleziono klasy „MongoDB\Client”, zainstalowane rozszerzenie mongodb

  3. Jak przekazać ObjectId z MongoDB w MVC.net?

  4. Mechanizm uwierzytelniania SCRAM-SHA-1 nie jest obsługiwany

  5. nie można połączyć się z mongodb hostowanym na zdalnym serwerze za pomocą monka