For enabling any municipal-service on a fresh environment and for the first time, we need to have basic idea of what DIGIT does and what all generic services are required for setting it up .
DIGIT is an open-source, customizable platform that lends itself to extensibility. New modules can be built on top of the platform to suit new use-cases or existing modules can be modified or replaced. To enable this, in addition to deploying DIGIT, a CD/CI pipeline should be set up. CD/CI pipelines enable the end user to automate & simplify the build/deploy process.
Refer here for further reference of DIGIT and its deployment.
Core Services:
DIGIT platform comprises of couple of core-services that serves as the backbone for the platform.
There are several core-services like:
..and many more
Every microservice serves its very own purpose and this can be understood from the documentation links provided above.
Once you are aware of this platform and its jargons, you are good to go with the enablement of any specific municipal-service.
Add Comment