Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/mongo-find-by-ids
Find a list of mongo documents from a list of ids
https://github.com/tmeasday/mongo-find-by-ids
Last synced: 29 days ago
JSON representation
Find a list of mongo documents from a list of ids
- Host: GitHub
- URL: https://github.com/tmeasday/mongo-find-by-ids
- Owner: tmeasday
- Created: 2016-12-07T00:59:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T01:02:20.000Z (about 8 years ago)
- Last Synced: 2024-11-25T08:41:04.111Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongo-find-by-ids
Find a list of mongo documents from a list of ids. Returns an array in the correct order with `undefined`s interspersed, in O(N) time. Yay.