Skip to content

Commit

Permalink
Fixing continuity of headlines and content
Browse files Browse the repository at this point in the history
  • Loading branch information
andkret committed Oct 11, 2019
1 parent 1be648a commit 8cf88fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 8 additions & 6 deletions Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Introduction

## Contents

- [How To Use This Cookbook](Introduction.md#how-to-use-this-cookbook)
- [What is this Cookbook](Introduction.md#what-is-this-cookbook)
- [Data Engineer vs Data Scientist](Introduction.md#data-engineer-vs-data-scientist)
- [Data Scientist](Introduction.md#data-scientist)
- [Data Scientist Type A](Introduction.md#data-scientist-type-a)
Expand All @@ -18,15 +18,17 @@ Introduction
- [Visualize](Introduction.md#visualize)
- [Who Companies Need](Introduction.md#who-companies-need)

## How To Use This Cookbook
## What is this Cookbook

What do you actually need to learn to become an awesome data engineer?
Look no further, you'll find it here.
I get asked a lot:
"What do you actually need to learn to become an awesome data engineer?"

Well, look no further. you'll find it here!

If you are looking for AI algorithms and such data scientist things,
this book is not for you.

**How to use this document:**
**How to use this Cookbook:**
This book is intended to be a starting point for you. It is not a training! I want to help you to identify the topics to look into and becoming an awesome data engineer in the process.

It hinges on my Data Science Platform Blueprint, check it out below. Once you understand it, you can find in the book tools that fit into each key area of a Data Science platform (Connect, Buffer, Processing Framework, Store, Visualize).
Expand Down Expand Up @@ -324,7 +326,7 @@ Analytics can quickly consume them.

### Buffer

In the buffer phase you have pub/sub systems like Apache Kafka, Redis, or other Cloud tools like Google pub/sub or AWS Kinesis.
In the buffer phase you have pub/sub systems like Apache Kafka, Redis, or other Cloud tools like Google pub/sub or AWS Kinesis.

These systems are more or less message Queues.
You put something in on one side and take it out on the other.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<p align="center">
<a href="Introduction.md">What is this Book?</a>&nbsp;&nbsp;&nbsp;
<a href="https://www.youtube.com/channel/UCY8mzqqGwl5_bTpBY9qLMAA">Download PDF</a>&nbsp;&nbsp;&nbsp;
<a href="create-list.md">How to Contribute</a>&nbsp;&nbsp;&nbsp;
<a href="https://github.com/andkret/Cookbook/raw/LaTex-Version-Deprecated/Data%20Engineering%20Cookbook.pdf">Download PDF</a>&nbsp;&nbsp;&nbsp;
<a href="#how-to-contribute">How to Contribute</a>&nbsp;&nbsp;&nbsp;
<a href="https://www.youtube.com/channel/UCY8mzqqGwl5_bTpBY9qLMAA">YouTube</a>&nbsp;&nbsp;&nbsp;
<a
<a href="https://twitter.com/andreaskayy">Twitter</a>&nbsp;&nbsp;&nbsp;
Expand All @@ -26,6 +26,7 @@ It's not only useful for beginners, professionals will definitely like the case
If you look for the old PDF version it's [here](https://github.com/andkret/Cookbook/raw/LaTex-Version-Deprecated/Data%20Engineering%20Cookbook.pdf)
-->
<br>

## Contents:
- [Introduction](#introduction)
Expand Down

0 comments on commit 8cf88fb

Please sign in to comment.