[PROPOSAL] Let MIMO launch the pseudonymize process
Open
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Actual usage
```console
$ mkfifo real.jsonl
$ lino pull bdd | tee real.jsonl | pimo | mimo real.jsonl | lino push bdd
```
## Wanted usage
```console
$ # mimo starts the subprocess (pimo)
$ lino pull bdd | mimo pimo | lino push bdd
```
or
```console
$ # mimo reads masked data from a file
$ lino pull bdd | tee real.jsonl | pimo | mimo --from-file real.jsonl | lino push bdd
```
Contributor guide
Research direction
Start at the mimo CLI entry point and trace how it currently consumes the masked-data file in the shown pipeline. Compare that behavior with the two wanted command forms, then verify that subprocess launching and file-based input both work with the example pipelines.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100