zeppelin-mongodb-interpreter
zeppelin-mongodb-interpreter copied to clipboard
change to make it working with mongodb 6 and mongosh
i make little change to make the interpreter work with Mongosh and mongodb 6. i did not found how to make it work with cursor directly so i add a function table().
like this :
var datas = db.test.aggregate(.....); table(datas);