- Notes collected are from the course and my own research.
-
There is a read me file inside each project with useful notes about implementation decisions made.
-
blog : Simple appliction only using
nodejs
andk8s
withoutdb
just to demonstrate the idea behind microservices and how they communicate in ak8s
env. -
GitTix : a clone to stubhub project, using
Next.JS
,Node.JS
,MongoDB
,redis
, andNats
for communication between different services. And all these services are running inkubernetes
cluster hosted on google cloud platform.
In this Repo, I will use a variety of technologies.
-
On the frontend, we'll use
React
andNext JS
to present content to users. Each service is created usingNode
andExpress
. -
Data for each service is held in either a
Mongo
database orRedis
. -
The entire app is deployed and runs in
Docker
containers executed in aKubernetes
cluster. -
Finally, almost all of the code written in
Typescript
.