apache / incubator-teaclave

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
757 stars 159 forks source link

Add policy compliant data analysis framework (WIP) for Teaclave #716

Open hiroki-chen opened 1 year ago

hiroki-chen commented 1 year ago

Description

As the emphasis of data privacy has been imposed by many legal regulations, companies and individuals are becoming aware of the protection of sensitive data in use. However, currently there is no good tool to enforce data privacy policies on the cloud while providing automatic enforcement with formal guarantees. This data analysis framework (though work in progress) adds support for automatic and formal data privacy policy enforcement.

This framework is not finished yet and has the following ongoing tasks:

While this is not finished, it should be able to perform basic data analysis jobs.

Type of change (select or add applied and delete the others)

How has this been tested?

Checklist