I am using mongo db for my dashboard project. Now I have the following four steps to be followed in a row:
cd scriptsnode compiler.jstype mongo and enter the mongodb
type
load('final_compiled.gen.js')call
mongo_function()
I am able to follow til step 4 using the script. but I am unable to call mongo_function() using the script which is running in the mongo db context. Can anyone help me in doing this.Thank You......