pre-registration-transliteration-service

Parent project of MOSIP Pre-Registration

License

License

GroupId

GroupId

io.mosip.preregistration
ArtifactId

ArtifactId

pre-registration-transliteration-service
Last Version

Last Version

1.0.9
Release Date

Release Date

Type

Type

jar
Description

Description

pre-registration-transliteration-service
Parent project of MOSIP Pre-Registration

Download pre-registration-transliteration-service

How to add to project

<!-- https://jarcasting.com/artifacts/io.mosip.preregistration/pre-registration-transliteration-service/ -->
<dependency>
    <groupId>io.mosip.preregistration</groupId>
    <artifactId>pre-registration-transliteration-service</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.mosip.preregistration/pre-registration-transliteration-service/
implementation 'io.mosip.preregistration:pre-registration-transliteration-service:1.0.9'
// https://jarcasting.com/artifacts/io.mosip.preregistration/pre-registration-transliteration-service/
implementation ("io.mosip.preregistration:pre-registration-transliteration-service:1.0.9")
'io.mosip.preregistration:pre-registration-transliteration-service:jar:1.0.9'
<dependency org="io.mosip.preregistration" name="pre-registration-transliteration-service" rev="1.0.9">
  <artifact name="pre-registration-transliteration-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mosip.preregistration', module='pre-registration-transliteration-service', version='1.0.9')
)
libraryDependencies += "io.mosip.preregistration" % "pre-registration-transliteration-service" % "1.0.9"
[io.mosip.preregistration/pre-registration-transliteration-service "1.0.9"]

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-test jar
com.h2database : h2 jar
org.springframework.cloud : spring-cloud-starter-config jar 2.0.0.RELEASE
io.mosip.preregistration : pre-registration-core jar 1.0.9
com.ibm.icu : icu4j jar 63.1
io.micrometer : micrometer-core jar 1.4.2
io.micrometer : micrometer-registry-prometheus jar 1.4.2

runtime (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-devtools jar

Project Modules

There are no modules declared in this project.

Build Status

Quality Gate Status

Join the chat at https://gitter.im/mosip-community/Pre-registration

Pre-Registration

This repository contains the source code and design documents for MOSIP Pre-Registration module.

Build

The project requires JDK 1.8.

  1. To build jars:
    $ cd pre-registration
    $ mvn clean install 
    
  2. To skip JUnit tests and Java Docs:
    $ mvn install -DskipTests=true -Dmaven.javadoc.skip=true
    
  3. To build Docker for a service:
    $ cd <service folder>
    $ docker build -f Dockerfile
    

Deploy

  1. To run all services as Dockers using MiniKube run sandbox installer scripts.

  2. To run a Service jar individually:

    `java -Dspring.profiles.active=<profile> -Dspring.cloud.config.uri=<config-url> -Dspring.cloud.config.label=<config-label> -jar <jar-name>.jar`
    

    Example:
    profile: env (extension used on configuration property files*)
    config_label: master (git branch of config repo*)
    config-url: http://localhost:51000 (Url of the config server*)

    * Refer to kernel-config-server for details

  3. Note that you will have to run the dependent services like kernel-config-server to run any service successfully.

  4. To run a Docker image individually:

    $ docker run -it -p <host-port>:<container-port> -e active_profile_env={profile} -e spring_config_label_env= {branch} -e spring_config_url_env={config_server_url} <docker-registry-IP:docker-registry-port/<dcker-image>`
    

Test

Automated functaionl tests available in Functional Tests repo

APIs

API documentation available on Wiki: Pre-Registration APIs

Documentation

MOSIP documentation is available on Wiki

License

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

io.mosip.preregistration

Modular Open Source Identity Platform

An open source platform on which national foundational IDs are built

Versions

Version
1.0.9