Skip to main content

Open-source ecosystem for data privacy as code.

Project description

Meet Fides: Privacy as Code

Latest Release Version Docker Docs Package License Code style: black Checked with mypy Twitter Coverage

Fides banner

:zap: Overview

Fides (pronounced /fee-dhez/, from Latin: Fidēs) is an open-source privacy engineering platform for managing the fulfillment of data privacy requests in your runtime environment, and the enforcement of privacy regulations in your code.

:rocket: Quick Start

Getting Started

In order to get started quickly with Fides, a sample project is bundled within the Fides CLI that will set up a server, privacy center, and a sample application for you to experiment with.

Minimum requirements (for all platforms)

Download and install Fides

[!TIP] We highly recommend using uv to install Fides and manage a virtual environment.

To download uv:

  • macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | sh
  • Windows: powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

You can then easily download and install Fides using uv. Run the following command to get started:

uv pip install ethyca-fides

Deploy the Fides sample project

By default, Fides ships with a small project belonging to a fictional e-commerce store. Running the fides deploy up command builds a Fides project with all you need to run your first Data Subject Request against real databases.

uv run fides deploy up

Explore the sample project

When your deployment finishes, a welcome screen will explain the key components of Fides and the sample "Cookie House" project.

If your browser does not open automatically, you should navigate to http://localhost:3000/landing.

The project contains:

  • The Fides Admin UI for managing privacy requests
  • The Fides Privacy Center for submitting requests
  • The sample "Cookie House" eCommerce site for testing
  • A DSR Directory on your computer to view results (./fides_uploads)

Run your first Privacy Access Request

Navigate to the Fides Privacy Center (http://localhost:3001), submit a "Download your data" request, provide the email address for the sample user (jane@example.com), and submit the request.

Then, navigate to the Fides Admin UI (http://localhost:8080) to review the pending privacy request.

Use username root_user and password Testpassword1! to login, approve the request, and review the resulting package in your ./fides_uploads folder!

Next Steps

Congratulations! You've just run an entire privacy request in under 5 minutes! Fides offers many more tools to help take control of your data privacy. To find out more, you can run a privacy request on your own infrastructure, discover data mapping, or learn about the Fides Taxonomy.

:book: Learn More

The Fides core team is committed to providing a variety of documentation to help get you started using Fides. As such, all interactions are governed by the Fides Code of Conduct.

Documentation

For more information on getting started with Fides, how to configure and set up Fides, and more about the Fides ecosystem of open source projects:

Support

Join the conversation on:

Contributing

We welcome and encourage all types of contributions and improvements! Please see our contribution guide to opening issues for bugs, new features, and security or experience enhancements.

Read about the Fides community or dive into the contributor guides for information about contributions, documentation, code style, testing and more. Ethyca is committed to fostering a safe and collaborative environment, such that all interactions are governed by the Fides Code of Conduct.

:balance_scale: License

The Fides ecosystem of tools are licensed under the Apache Software License Version 2.0. Fides tools are built on fideslang, the Fides language specification, which is licensed under CC by 4.

Fides is created and sponsored by Ethyca: a developer tools company building the trust infrastructure of the internet. If you have questions or need assistance getting started, let us know at fides@ethyca.com!

⚠️ Advanced Setup for Microsoft SQL Server (MSSQL) Support

By default, running pip install ethyca-fides locally will not install the optional Python libraries needed for Microsoft SQL Server, since these rely on additional system dependencies (freetds)! However, if you do want to connect to MSSQL, you have two options:

  1. Use our pre-built Docker images which install these optional dependencies automatically: ethyca/fides. See our Deployment Guide for more!
  2. Install the required dependencies on your local development machine and run pip install "ethyca-fides[all]" to include "all" the optional libraries. Keep reading to learn more about this!

For local development setup on macOS, follow these steps:

  1. Install the required development libraries from Homebrew:
brew install freetds openssl
  1. Add the following to your shell (i.e. .zshrc) to ensure your compiler can access the freetds and openssl libraries, updating the paths & versions to match your local install:
export LDFLAGS="-L/opt/homebrew/opt/freetds/lib -L/opt/homebrew/opt/openssl/lib"
export CFLAGS="-I/opt/homebrew/opt/freetds/include"
  1. Reinstall Fides with MSSQL support by including the all extra requirement:
uv pip install "ethyca-fides[all]"

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ethyca_fides-2.85.2a4.tar.gz (47.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ethyca_fides-2.85.2a4-py3-none-any.whl (12.1 MB view details)

Uploaded Python 3

File details

Details for the file ethyca_fides-2.85.2a4.tar.gz.

File metadata

  • Download URL: ethyca_fides-2.85.2a4.tar.gz
  • Upload date:
  • Size: 47.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for ethyca_fides-2.85.2a4.tar.gz
Algorithm Hash digest
SHA256 b5bfd13bf36a792d77b463fc4e0010fcd7cfbf680c81212b28d763cc6e0bec42
MD5 4ce7a81bf5a74b54c6743112d8c5557e
BLAKE2b-256 ff3b44f3e3f3bf5b51a72da0b09eb7eab76e093aa234a07d59223201bc27af2e

See more details on using hashes here.

File details

Details for the file ethyca_fides-2.85.2a4-py3-none-any.whl.

File metadata

File hashes

Hashes for ethyca_fides-2.85.2a4-py3-none-any.whl
Algorithm Hash digest
SHA256 2dacbd4652c699ec4469be66cc4a3330803caa06f12933c67493a560442b4747
MD5 645c3805a862abbf1111166c74bfcdae
BLAKE2b-256 78d4adfdeab90b8d98d0fb69b18f93a0fa21ff6164c2e9237a0b7eb7242106d8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page