Category: Dev
-
Dev Container + DBT + Postgresql + Metabase Part 1
I gonna to explain in many post how to create a project using DBT-Core to transformm data, postgresql to save the data and Metabase to show the data in dashboards. For this example I gonna to use VS code y Dev container to develop, first i gonna to explain how to setup the Dev Container.…
-

GIT
We gonna to see how to create a branch , add a file, change a file, make a commit, merge the branch and delete the branch all this with Git on github. First we check if we are on Main branch with : then we create a branch called feature_1 with then we change to…
-
Spring + Rest Api + SupaBase + Postman
I created a project that insert on PostgreSQL table Pato through Api rest of Spring. First i download the project from Spring Initializr i created the java class Pato : Then i created PatoControler after i created a interface to extends CrudRepository I had to add dependencies to pom.xml i had to add the connection…