New Mongo DB Component Standard

Hi folks!

We all are aware that our current codebase has its own technical debt, that needs to be taken care sooner or later. and one of it is MongoDB Component creation on CommonComponent.

It's not a good practice to have one monolithic component containing a collection of connections to every mongodb available on our cloud services.

So, to remove this debt, backend-infra proposed a new standard for creating a database component.

For new standard guide, see
https://29022131.atlassian.net/wiki/display/BEI/New+procedure+to+use+Mongo+DB+on+your+application
And for migration guide, see
https://29022131.atlassian.net/wiki/display/BEI/MongoDB+Component+Migration+Guide



Thank you!