Skip to content
/ commons Public

This repository contains common utilities and services used by other MOSIP modules

License

Notifications You must be signed in to change notification settings

mosip/commons

Repository files navigation

Maven Package upon a push Quality Gate Status

Commons

Overview

As the name suggests, Commons refers to all the common services (also called "kernel") that are used by other modules of MOSIP. The Kernel services are listed below:

Databases

Refer to SQL scripts.

Build & run (for developers)

The project requires JDK 1.11.

  1. Build and install:
    $ cd kernel
    $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
    
  2. Build Docker for a service:
    $ cd <service folder>
    $ docker build -f Dockerfile
    

Deploy

To deploy Commons services on Kubernetes cluster using Dockers refer to Sandbox Deployment.

Test

Automated functaionl tests available in Functional Tests repo.

APIs

API documentation is available here.

License

This project is licensed under the terms of Mozilla Public License 2.0.