标签: node.js mongodb
我想通过node.js驱动程序提供对mongodb实例的只读访问。
是否有实现此目标的选项?基本上,这种假设功能将允许用户运行find,aggregate,mapReduce和各种读取操作,但不允许实际的写入操作。
find
aggregate
mapReduce