Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/statisticsnorway/dapla-dlp-pseudo-core

Core pseudonymization functionality
https://github.com/statisticsnorway/dapla-dlp-pseudo-core

dapla dlp pseudo statistikktjenester

Last synced: 6 days ago
JSON representation

Core pseudonymization functionality

Awesome Lists containing this project

README

        

# Dapla Pseudo Core

Core library for enabling pseudonymization functionality in dapla applications.
Relies on `dapla-dlp-pseudo-func`.

For usage examples, have a look at `dapla-dlp-pseudo-service` and `rawdata-converter-kernel`.

## Development

* This project requires JDK15.

See `Makefile` for details/examples of common dev tasks.
```
build Build project and install to you local maven repo
release-dryrun Simulate a release in order to detect any issues
release Release a new version. Update POMs and tag the new version in git
```