{"id":22278440,"url":"https://github.com/mnc/maskdump","last_synced_at":"2025-07-28T18:30:43.932Z","repository":{"id":48141366,"uuid":"100538973","full_name":"mnc/maskdump","owner":"mnc","description":"maskdump is a ruby gem to dump database and mask its personal data.","archived":false,"fork":false,"pushed_at":"2023-01-20T14:49:30.000Z","size":32,"stargazers_count":2,"open_issues_count":17,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-05T15:03:56.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mnc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-16T22:49:07.000Z","updated_at":"2020-10-02T01:45:18.000Z","dependencies_parsed_at":"2023-02-12T03:00:59.497Z","dependency_job_id":null,"html_url":"https://github.com/mnc/maskdump","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fmaskdump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fmaskdump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fmaskdump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mnc%2Fmaskdump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mnc","download_url":"https://codeload.github.com/mnc/maskdump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227941971,"owners_count":17844681,"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":"2024-12-03T15:14:33.878Z","updated_at":"2024-12-03T15:14:34.626Z","avatar_url":"https://github.com/mnc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maskdump\n\n*this is develop version*\n\nmaskdump provides tools to help you dump data from RDBMS and mask their specified columns.  \nYou can use default masking method for masking data.  \nFor example, tel, email, blackout and so on. Otherwise, you program for custom masking method.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'maskdump'\n```\n\nAnd then execute:\n\n```\n$ bundle\n```\n\nOr install it yourself as:\n\n```\n$ gem install maskdump\n```\n\n## Usage\n\n\n1. define mask target column and database settings\n\n```yml\n# tables.yml\n---\nuser: root\nhost: localhost\nport: 3306\ndb: \n  name: sample_development\n  rdbms: mysql\ntables: \n  - name: owners\n    columns: \n      - name: phone_number\n        method: tel # Data Masking Method\n  - name: users\n    columns: \n      - name: mail\n        method: email # Data Masking Method\n```\n\n2. execute maskdump command\n\n```\n$ maskdump tables.yml --dist sample -p xxxxx\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/maskdump. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnc%2Fmaskdump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnc%2Fmaskdump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnc%2Fmaskdump/lists"}