Data Engineering Course for Beginners

Data Engineering Course for Beginners

freeCodeCamp.org

4 месяца назад

257,885 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@user-wy2ok5hx3g
@user-wy2ok5hx3g - 30.01.2024 21:53

In the "Building a Data pipeline from Scratch" section, when I am running the containers by docker compose up, I get the following error:
elt-elt_script-1 | pg_dump: error: aborting because of server version mismatch
elt-elt_script-1 | pg_dump: detail: server version: 16.1 (Debian 16.1-1.pgdg120+1); pg_dump version: 15.5 (Debian 15.5-0+deb12u1)
I have installed the latest version of postgres on my machine i.e. 16.1. I have also removed the images and volumes and rerun the docker compose up command, still I get the above error. Can someone please help? Thanks!

Ответить
@smiley3239
@smiley3239 - 30.01.2024 14:41

these are all using free software right??? gcp, azure are annoyingly expensive

Ответить
@phuocvuhoang3606
@phuocvuhoang3606 - 28.01.2024 23:59

have a issue with postgres version mismatch. I change the version of postgres server to suit with it.
services:
source_postgres:
image: postgres:15.5

same for destination_postgres.
Hope this help

Ответить
@HussainR86
@HussainR86 - 25.01.2024 07:18

another one had issues with host.docker.internal hence added extra_hosts:
- "host.docker.internal:host-gateway" to docker compose for dbt

Ответить
@markk364
@markk364 - 25.01.2024 01:10

Im curious what tools, besides, Airbyte can be used? (the presenters employer - FYI, this is a marketing channel for Airbyte).

Ответить
@HussainR86
@HussainR86 - 24.01.2024 10:38

Came across another issue while running code for datapipeline gave me version error between dump and postgresql I changeed the version from latest to 15.5 to match dump version... hope this helps in case anyone face issues on this module

Ответить
@nandank262
@nandank262 - 24.01.2024 07:49

Can you make data engineering boot camp.

Ответить
@HussainR86
@HussainR86 - 24.01.2024 01:19

Thanks for the course .. to all those using VM's make sure files are located on the VM .. tried running docker excercise with docker on VM and files on host (Windows) wasted a lot of time resloving errors finally moved all the files to the Ubuntu VM where things ran smoothly ...

Ответить
@AfsalPA
@AfsalPA - 23.01.2024 19:38

This is just Docker ad ? What the heck?

Ответить
@gustavosantos1152
@gustavosantos1152 - 23.01.2024 16:17

the best DE course that i ever seen. the most courses only stick to the theory and never show the practical part.

Ответить
@lamborghiniveneno8423
@lamborghiniveneno8423 - 23.01.2024 15:51

Can we use docker volume as a database instead of sql?

Ответить
@rosscoguitar
@rosscoguitar - 22.01.2024 17:41

The dbt section might have been easier to explain if it was installed to the base image; all of the config could have been completed in the docker file?

As you are using VS Code, it might be a good shout to use the remote conatiner extensions to interact with the running containers, too.

Ответить
@priteshranjan8765
@priteshranjan8765 - 21.01.2024 20:33

Anyone facing issues with pg_dump in etl_script, using postgres image 15.5 would fix it:
You need to use version 15.5 for the postgres.
services:
source_postgres:
image: postgres:15.5
ports:
– “5433:5432”
networks:
– elt_network

Ответить
@technsangu
@technsangu - 21.01.2024 20:20

Not beginner friendly, to be honest

Ответить
@zxtee
@zxtee - 20.01.2024 19:38

the film sql example is terrible. Very complicated and abrupt way to explain such simple concept as INNER JOIN.

Ответить
@DrJohnPollard
@DrJohnPollard - 20.01.2024 18:49

Here's your data model. People/Places/Pennies/Product involved in a Process.

Ответить
@kristianmaglasang3123
@kristianmaglasang3123 - 20.01.2024 14:07

for everyone in the comments asking for a "bigger course", you could always supplement this beginner course with DataZoomcamp's Data Engineering course.

Ответить
@arjunreddy236
@arjunreddy236 - 20.01.2024 13:22

bhai kya faltu padhata he

Ответить
@truththruster
@truththruster - 20.01.2024 12:22

Hey , currently there is no set path to becoming a data engineer. So please create a proper certification with a clear roadmap of foundations and most used cloud tech in data engineering so that we can get some structure going for those interested in this career.

Ответить
@Geminis3505
@Geminis3505 - 19.01.2024 23:34

Thank you for amazing video. Could you please a second video including Data Engineering Projects

Ответить
@JunaidAli-dh7jf
@JunaidAli-dh7jf - 19.01.2024 16:52

Finally a data engineering course!

Ответить
@abdulmanan707
@abdulmanan707 - 19.01.2024 10:21

SiR i need full data enginnering adVance course that can get me a job at FAANG

Ответить
@PrathameshMawlankar
@PrathameshMawlankar - 18.01.2024 22:08

You know when a data engineer beginner course gets uploaded on freecodecamp, you can confirm that data engineering is actually growing and getting popular now.

Ответить
@GordonShamway1984
@GordonShamway1984 - 18.01.2024 19:01

best video on the internet

Ответить
@andybecker5001
@andybecker5001 - 18.01.2024 15:15

This is excellent content

Ответить
@user-zk7lt6tf9i
@user-zk7lt6tf9i - 18.01.2024 08:57

Finalllyyyy an data project. What are the learning pre-requisites for this course?.

Ответить
@mato8225
@mato8225 - 18.01.2024 00:40

Data Science ❌
Data Engineering ❌
Data Analyst ✅

Ответить
@Mariya5995
@Mariya5995 - 17.01.2024 23:02

Yes! Thanks!

Ответить
@nandovanegas
@nandovanegas - 17.01.2024 21:48

Good job, you are creating visibility for airbyte in a great way, by providing an evolutionary view of the stack that gets one to eventually need it. Hope they continue to support you making content using this approach.

Ответить
@shravanprabhu4924
@shravanprabhu4924 - 17.01.2024 17:23

Is data engineering at risk due to AI?

Ответить
@enyelsequeira3619
@enyelsequeira3619 - 17.01.2024 15:48

lol wasn’t this guy into web development 😅

Ответить
@dethknot5150
@dethknot5150 - 17.01.2024 10:54

Has anyone ran into trouble with this. I was following along, and I got this error
subprocess.CalledProcessError: Command '['pg_dump', '-h', 'source_postgres', '-U', 'postgres', '-d', 'source_db', '-f', 'data_dump.sql', '-w']' returned non-zero exit status 1.

No matter what I do I still get this error. I pulled his code, still didnt work. I went on another computer and tried and pulled my code and his code and still the same exact error.

Ответить
@hunghai6378
@hunghai6378 - 17.01.2024 07:20

oh, no. Can you add subtitle to video, please?

Ответить
@honglinh154
@honglinh154 - 17.01.2024 06:19

thank you very much

Ответить
@AntonsWorkshop
@AntonsWorkshop - 17.01.2024 04:50

Finally!

Ответить
@DevanshSaxena-wz3op
@DevanshSaxena-wz3op - 17.01.2024 03:54

Please complete j2ee

Ответить
@LawrenceDCodes.
@LawrenceDCodes. - 17.01.2024 01:21

ChauCodes !

Ответить
@kandoras.guzman6705
@kandoras.guzman6705 - 16.01.2024 22:17

YES THANK YOU SO MUCH keep expanding this!!!!

Ответить
@th.karatsis
@th.karatsis - 16.01.2024 21:54

Love your tutorials. But can you make a c++ sfml with visual studio tutorial that would help me a lot. Thanks

Ответить
@himanish2006
@himanish2006 - 16.01.2024 20:36

We need a 60 hrs course for DataEngineer.

Ответить
@yasoou
@yasoou - 16.01.2024 20:29

ok, this is super helpful.

Ответить
@xXHelsingGamingXx
@xXHelsingGamingXx - 16.01.2024 20:27

Real GEM

Ответить
@muzammilquazi6398
@muzammilquazi6398 - 16.01.2024 19:55

What are the learning pre-requisites for this course?

Ответить
@Babudas321
@Babudas321 - 16.01.2024 19:33

Do Justin Chau have a virtual adress?

Ответить
@raghavanb5161
@raghavanb5161 - 16.01.2024 19:28

please come up with big data course

Ответить