Golang gRPC PostgreSQL tutorial - Read and Write from within a gRPC Service

preview_player
Показать описание
In this video, I show you how to interact with a PostgreSQL database using Golang. This is a continuation of the gRPC introductory series, and in this video we are making our gRPC service more scalable by utilizing postgres for our backend database

Timestamps:
Introduction: 00:00
Removing protojson logic: 02:29
Modifying the CreateNewUser function: 04:37
Modifying the GetUsers function: 12:21
Modifying the main function: 15:56
Running the program: 18:36
Conclusion: 23:17
Рекомендации по теме
Комментарии
Автор

Timestamps:
Introduction: 00:00
Removing protojson logic: 02:29
Modifying the CreateNewUser function: 04:37
Modifying the GetUsers function: 12:21
Modifying the main function: 15:56
Running the program: 18:36
Conclusion: 23:17

tech_with_moss
Автор

Thank you very much! Good, clear and consistent lessons! Great job!

shyrops
Автор

Really good gRPC tutorial series. Thank you.

smaranh
Автор

Thanks a lot for these tutorials, I really appreciate it...

Postman now supports grpc as a client, would be a good short tutorial and also good for creating, consuming and testing endpoints without the overhead of designing the client at the same time.
Thanks again

alugbinabiodun
Автор

I enjoyed this series! looking forward to more go content!

akinloluwaadewale
Автор

Nice gRPC series. In CreateNewUser function, however, after starting a transaction it was necessary to defer

Serjc
Автор

Hey Moss, thank you so much. Do you know if anyone did postgresql with gRPC using node or web?
If not will you do one video about it?

holbrookmiddlefield
Автор

Hey there! An awesome series 👌
How did you resolved the error at the end, the one saying "runtime error: invalid memory address or nil pointer dereference"

mushtekhakvlog
Автор

Hi there! First of all, I really appreciate your video! It was really helpful for me to beginner. If you don't mind, can I ask one question? You use the gRPC! Is it the pretty same thing as mux? If so, why do you use gRPC rather than mux??

jiwanjeon
Автор

hi Moss, I really enjoyed your gRPC series.
I am wondering how to get the data from a table with relation, would you please made it to your next gRPC series's video?
I had an issue with that :(
if you do so, that would be lovely,
Thank you.

satriyawicaksana
Автор

Hello Moss, thank you very much for your great tutorials, If you have a plans to transform GRPC tutorial to API or micro-services features, you can add an interface like db, and add implementations with json.file, postgreSQL, MariaDB e.t.c to make as universal storage

DavidAmbarsumov
welcome to shbcf.ru