Skip to content

NehaBardeDUKE/Project-1_with_Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Information redaction microservice based on IAM

Based on the person requesting the information, the raw data or a summarized data is displayed.

Possible usecase: FERPA requires students to be non identifiable and only the students to have access to their educational info. So if a mental health professional needs a student's info the microservice will provide required statistics (like student's performance metric) instead of the actual data.

Usage

To build the container and run the application:

docker pull nehabardeduke/redact_ids:latest
docker run --rm -it nehabardeduke/redact_ids start 

Basic Idea/Architechture

image

About

This is the redaction microservice made using Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages