NodeType - MongoDB
planned
Jeff
- MongoDB wire protocol (port 27017)
- In-memory per-collection document store
- Supports: insert, find (basic), findOne, update, delete, createIndex, listCollections
- QueryExecuted, ObjectStored, ObjectRetrieved events
- Config: database name, initialCollections
- Why: Second most common NoSQL store; developers need a local instance without Docker
Jeff
marked this post as
planned