From ddc88c25915878c5d9b07bb5cc99bb279efe78c7 Mon Sep 17 00:00:00 2001 From: Sriram Baskaran Date: Mon, 23 Jul 2018 22:57:36 -0700 Subject: [PATCH] Creating subfolders for projects --- app/README.md | 3 +++ data-processing/README.md | 3 +++ database-scripts/README.md | 3 +++ ingestion/README.md | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 app/README.md create mode 100644 data-processing/README.md create mode 100644 database-scripts/README.md create mode 100644 ingestion/README.md diff --git a/app/README.md b/app/README.md new file mode 100644 index 0000000..3865f90 --- /dev/null +++ b/app/README.md @@ -0,0 +1,3 @@ +# Application for Project-Title + +Provide details about how your UI works. diff --git a/data-processing/README.md b/data-processing/README.md new file mode 100644 index 0000000..93cd9cc --- /dev/null +++ b/data-processing/README.md @@ -0,0 +1,3 @@ +# Data Processing + +More details about your spark jobs, streaming jobs and how you process your data. diff --git a/database-scripts/README.md b/database-scripts/README.md new file mode 100644 index 0000000..efc8800 --- /dev/null +++ b/database-scripts/README.md @@ -0,0 +1,3 @@ +# Database scripts + +Use this to create databases, scripts to create tables, user permissions. Do not put your database passwords here. diff --git a/ingestion/README.md b/ingestion/README.md new file mode 100644 index 0000000..3045d94 --- /dev/null +++ b/ingestion/README.md @@ -0,0 +1,3 @@ +# Ingestion + +Use this folder to provide code about your data ingestion, if any.