Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/content/app-devs-data-flow-easier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Tips for app developers to make downstream data flow easier"
description: "What application developers can do to make downstream data processing easier."
created_at: 2023-04-22
updated_at: 2022-04-22
author: "Sarah Usher"
---

Tips:

1. Store Raw data
2. split PII data into separate table
3. soft deletes
2 changes: 2 additions & 0 deletions src/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ title: 'Posts'
[/terraform-101](/terraform-101)

[/data-plumbing](/data-plumbing)

[/data-tips](/app-devs-data-flow-easier)