Kaushik Das Databricks, pyspark, MonfoDB, PHP Accenture
Related Topics
MongoDB installation and upgradation in Ubuntu
Installation of MongoDB is not my goal, while installation mongodb on ubuntu we need to remember that, It should be easily upgraded to its latest version. In this article, 1. How do you easily install mongodb in your ubuntu and Continue readingMongoDB installation and upgradation in Ubuntu→
Run Shell script in Windows 10
Yes we can use Woindows 10 for execution of bash script. You need to change following things to make it enabled. Go to windows10 settings > Update & Security 1) Got to For Developers and choose Developer Mode2) In search Continue readingRun Shell script in Windows 10→
1. Shell script comment variable and wildcard
As we probably all know, shell script is badly required, when you thought to automate something in your operating system. We are here using Born shell(sh) and bash in linux ubuntu. cat /etc/shells #it will give us following shells /bin/sh Continue reading1. Shell script comment variable and wildcard→
MongoDB Collection-Level Access Control
MongoDB has RBAC (Role Based Access Control) enabled that we all know. Different teams having integration with their separate collection, we might have to create collection specific access control by defining userDefine Role. How to create user define role and Continue readingMongoDB Collection-Level Access Control→
MongoDB export (mongoexport) using aggregation
When we are thinking for exporting data in csv, tsv or json format from MongoDB then probably one tool we are using that is mongoexport. This is pretty straight forward and setting up all parameters will get back your desired Continue readingMongoDB export (mongoexport) using aggregation→
Suggestions