easymdm is an open source mdm system, usefull for user data consolidation.
Project description
Prerequisite
Define a yaml file for configuration details like below, Need to pass its name and location to CLI as shown below
sqlite:
- DB_PATH: 'D:\path o\database\'
DB_NAME: 'mydatabase.db'
blocking:
columns:
- first_name
- last_name
similarity:
- column: first_name
method: jarowinkler
- column: middle_name
method: jarowinkler
- column: last_name
method: jarowinkler
- column: address
method: levenshtein
- column: city
method: jarowinkler
- column: zip_code
method: exact
thresholds:
review: 0.6
auto_merge: 0.8
survivorship:
rules:
- column: Last_Updated_On
strategy: most_recent
priority_rule:
conditions:
- column: original
value: 1
- column: Address
value: *STREET*
CLI Run
uv run roar --help
For flat file
> uv run roar --source file --name D:\path o_your_file\123.csv --config D:\path o_your_config
Local Test Run
uv run .\src\easymdm\cli.py --source file --name .\sample\testdata.csv --config .\sample\testdata.yaml --outpath .\sample\
uv run .\src\easymdm\cli.py --source duckdb --name .\sample\testdata.csv --config .\sample\testdata.yaml --outpath .\sample\
Pylint Action
if: contains(github.event.head_commit.message, 'CheckCodeQuality')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
easymdm-0.1.0-py3-none-any.whl
(25.0 kB
view details)
File details
Details for the file easymdm-0.1.0-py3-none-any.whl.
File metadata
- Download URL: easymdm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb758ead1cc5bb873484f5163790078c6eaba6cb6c6ec74719a5f53bd50b112a
|
|
| MD5 |
16ea6cac5876db8d60277da2f3542290
|
|
| BLAKE2b-256 |
48eb19c18b9b87fa1fd61434aea3bee9bb5e6c213db263cc193cecc6a065a43d
|