zeppelin-mongodb-interpreter icon indicating copy to clipboard operation
zeppelin-mongodb-interpreter copied to clipboard

change to make it working with mongodb 6 and mongosh

Open coachaac opened this issue 1 year ago • 0 comments

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);

coachaac avatar Oct 09 '23 14:10 coachaac