ethyca / fidesops

Privacy as Code for DSAR Orchestration: Privacy Request automation to fulfill GDPR, CCPA, and LGPD data subject requests.
https://ethyca.github.io/fidesops
Apache License 2.0
46 stars 16 forks source link

Additional sql db support array and json values #95

Open iamkelllly opened 2 years ago

iamkelllly commented 2 years ago

To enable full support of SQL databases, Fidesops should:

seanpreston commented 2 years ago

This should feature a review of the different types of ways we can access array / object values across datastores. A feature matrix describing how array / object values are addressed would help here, so we can be clear about what is and is not supported.

@NevilleS has articulated the learnings from Atlas indicate that we should work on #94 first here as we'll want how we handle Mongo here to influence SQL instead of vice versa.