Giter Site home page Giter Site logo

pii-challenge-306524120's Introduction

Personally Identifiable Information (PII) Detector

The Data Direct service enables the sharing of Comma Separated Value (CSV) files. The objective of this assignment is to enhance the service by implementing a sanitization pipeline that removes PII.

Objective

Implement a sanitization pipeline that removes Email addresses.

Prerequisites

Instructions

You are provided with two S3 buckets: input and output. The input bucket stores uploaded files, while the output bucket is for sanitized files (objects). The sanitization pipeline should scan each object in the input bucket. If an Email address is detected, the object should be moved to the blocked prefix within the input bucket. Otherwise, if no PII is detected, the object should be moved to the output bucket.

Clarification

  1. Email address has its own dedicated value/column in the CSV
  2. Each uploaded file is not larger than 64MB
  3. Store your implementation in my-solution Git branch
  4. Use src directory for the implementation
  5. All status checks must pass before submitting the assignment
  6. You may add your own workflows but do not modify existing steps
  7. Do not modify the tests directory
  8. We leverage Localstack, see Localstack AWS services supportability for more information

pii-challenge-306524120's People

Contributors

niv1612 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.