Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/statisticsnorway/dapla-dlp-pseudo-core
- Owner: statisticsnorway
- License: apache-2.0
- Created: 2020-10-16T07:19:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T06:26:23.000Z (9 months ago)
- Last Synced: 2024-04-16T02:08:32.334Z (8 months ago)
- Topics: dapla, dlp, pseudo, statistikktjenester
- Language: Java
- Homepage:
- Size: 274 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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
```