Build a Google Analytics in Go
Please rate the course
Source:
Category:
Language:
English
Duration:
07:18:31
Number of lessons:
32
Added date:
17/06/2024
Rating:
0.0
Course short description
This course assumes you've taken my Build SaaS apps in Go course or are familiar with Go's standard library for building web applications.
We cover the following aspects:
- The client-side tracker.
- The Go backend API.
- Geo-localization from an IP address.
- Storing the data into PostgreSQL.
- Using Docker to improve your developer's life.
- Generating traffic and testing the performance of our system.
- Optimizing the DB, table, and queries.
- Using ClickHouse to handle 100x the volume of our database.
- Building a CLI dashboard.
- Deploying our approach to a VM.