forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
18 lines (17 loc) · 798 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DONE
- Mongos connection
- Gridfs streaming node.js read/write
- toBson methods on serializer to allow for simpler serialization of complex objects
- Refactor admin.js to use authdb passthrough
- Aggregation helper
- Read preferences for Mongos and Replicaset according to spec
- https://github.com/mongodb/node-mongodb-native/issues/648
- https://github.com/mongodb/node-mongodb-native/pull/646
- https://github.com/mongodb/node-mongodb-native/issues/640
- Write TTL collection tests for 2.2
TODO
- Ensure closest pick for MongoS failover
- Proper Error handling (no mixing of mongos and mongod instances in mongos MongoS class, same for replicaset seeds in ReplSet)
- Attempt to get bson C++ patch in
- Update all documentation
- Update to new look and feel for documentation based on mongo docs