{"id":23779520,"url":"https://github.com/saagie/outis","last_synced_at":"2025-09-13T06:44:26.233Z","repository":{"id":97583438,"uuid":"106260654","full_name":"saagie/outis","owner":"saagie","description":"Anonymise your data stored in your Hadoop cluster (Hive, Hdfs...) ","archived":false,"fork":false,"pushed_at":"2018-06-22T14:42:51.000Z","size":254,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-02T16:22:59.753Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saagie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-09T09:05:04.000Z","updated_at":"2020-05-05T14:02:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b399ff3f-308a-4448-871f-7e35c7b0c202","html_url":"https://github.com/saagie/outis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saagie/outis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Foutis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Foutis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Foutis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Foutis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saagie","download_url":"https://codeload.github.com/saagie/outis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saagie%2Foutis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259760126,"owners_count":22907115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-01T10:19:00.160Z","updated_at":"2025-06-30T22:33:35.460Z","avatar_url":"https://github.com/saagie.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# outis\nAnonymise your data stored in your Hadoop cluster (Hive, Hdfs...) \n\n\n### Build project\nIn order to build project, you need gradle 3+.\n\nThe project uses the shadow jar plugin to create artifact so in order to get an artifact you'll have to \nlaunch `gradle shadowJar`.\n\n### Project structure\nProject is split into two parts: outis-core and outis-link\n\n* #### Outis Core\nOutis core is where the anonymization logic is built.\n\n##### Supported formats\nFor now, only the following formats are supported:\n* Hive\n    * Parquet\n    * TextFile\n\n##### Anonymization methods\nOutis core provides multiple anonymization methods. For each type, you can select the method to apply.\n* String:\n    * suppression: set the column to None\n    * setTo: Relpace each characters of the string by another one.\n    * setToBlank: Replace all characters to space.\n    * setToX: Replace all characters to 'X'.\n    * truncate: Truncate the string to n-characters.\n    * substitute: Remplace digits with a random digit and letters with a random letter.\n\n* Numeric:\n    * substituteValue: Replace value with another random one. The new value will respect numeric range.\n\n* AnonymizeDate:\nOnly three date types are supported:\n    * Date: will replace with a new date.\n    * Timestamp: will be replaced with a new timestamp\n    * String: A random date with the same format is generated.\n\nAll generated dates are in between 01/01/1920 00:00:00 and the current date of execution.\n\n* #### Outis Link\nOutis link will be entry point of the anonymization job.\nYou can configure the client from this application.\nTwo links examples are provided: \n\u003e* DatagovLink\n\u003e\n\u003e A connector with Saagie's Datagovernance application. Then you'll have to launch a spark job.\n\u003e\n\u003e Launch example:\n\u003e ```\n\u003e spark-submit \\\n\u003e --conf \"spark.executor.extraJavaOptions='-Dlog4j.configuration=log4j.xml'\" \\\n\u003e --conf spark.ui.showConsoleProgress=false \\\n\u003e --driver-java-options \"-Dlog4j.configuration=log4j.xml\" \\\n\u003e {file} -u \u003chdfs_user\u003e -t \u003chive_thrift_server\u003e \u003cdatagov_api_datasets_url\u003e \u003cdatagov_api_notification_url\u003e\n\u003e ```\n\u003e* ManualLink\n\u003e\n\u003e A link to manually provide tables to anonymize.\n\u003e\n\u003e Launch example:\n\u003e ```\n\u003e spark-submit \\\n\u003e --conf \"spark.executor.extraJavaOptions='-Dlog4j.configuration=log4j.xml'\" \\\n\u003e --conf spark.ui.showConsoleProgress=false \\\n\u003e --driver-java-options \"-Dlog4j.configuration=log4j.xml\" \\\n\u003e --class=io.saagie.outis.link.ManualClient {file}\n\u003e ``` \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagie%2Foutis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaagie%2Foutis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagie%2Foutis/lists"}