Distributed development environment in Dev Ops.
Hi,
when we say development in a distributed development environment with multiple teams in case of Dev ops, does it mean we will be having different servers for each team along with separate Databases?
And the source development is the one which wil be having its own /main database?
I am confused here, help is appreciated.
Thanks in advance
Hi @MS Sharma
Yes Madhusudan whatever you said is right. Distributed development means each team/person will have his/her own development environment(different server and DB of pega platform consider local system) which will be in completely isolation from SOR(System of record) or SSOT(Single Source of Truth) again which is different environment where all the polished code from multiple distributed development environment will be merged into.
And all the distributed development environment will be frequently synced/rebased from SOR/SSOT environment for the latest code.
Here is best doc : https://community.pega.com/knowledgebase/articles/devops/84/understanding-distributed-development-application for you to understand more.