MongoDB TradeBull Queries - theheapdump/kite-webapp GitHub Wiki

db.user.find({"user_broker_zerodha":{$ne:null}}); - Find User where broker not null

db.user.find({"user_profile":{$ne:null}}); - Find User where profile not null

Connection strings

staging: mongodb+srv://tradebullz-admin:[email protected]/test?authSource=admin&replicaSet=atlas-4l2hzf-shard-0&readPreference=primary&appname=MongoDB%20Compass&ssl=true

amit local: mongodb://localhost:27017/?readPreference=primary&appname=MongoDB%20Compass&ssl=false