sunitparekh/data-anonymization

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveralls.yml
.documentup.json
.gitignore
.rspec
.ruby-gemset
.ruby-version
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
bin/datanon
commands.txt
data-anonymization.gemspec
lib/thor/templates/mongodb_whitelist_template.erb
lib/thor/templates/whitelist_template.erb
resources/UK_addresses.geojson
resources/US_addresses.geojson
resources/first_names.txt
resources/last_names.txt
sample-data/chinook.sqlite
sample-data/chinook_data.sql
sample-data/chinook_schema.sql
sample-data/mongo/plans.json
sample-data/mongo/users.json
examples/blacklist_dsl.rb35
examples/mongodb_blacklist_dsl.rb29
examples/mongodb_whitelist_dsl.rb35
examples/whitelist_dsl.rb53
examples/whitelist_dsl_threads.rb52
lib/core/database.rb64
lib/core/dsl.rb14
lib/core/field.rb15
A
35 mins
lib/core/fields_missing_strategy.rb26
lib/core/table_errors.rb26
lib/data-anonymization.rb26
lib/parallel/table.rb17
lib/strategy/base.rb172
B
4 hrs
lib/strategy/blacklist.rb18
lib/strategy/field/anonymize_array.rb20
lib/strategy/field/anonymous.rb14
lib/strategy/field/contact/geojson_base.rb20
lib/strategy/field/contact/random_address.rb11
lib/strategy/field/contact/random_city.rb11
lib/strategy/field/contact/random_phone_number.rb8
lib/strategy/field/contact/random_province.rb11
lib/strategy/field/contact/random_zipcode.rb11
lib/strategy/field/datetime/anonymize_date.rb26
lib/strategy/field/datetime/anonymize_datetime.rb12
A
45 mins
lib/strategy/field/datetime/anonymize_time.rb42
A
1 hr