Building an Events Application: Querying events and indexing with GIN
Nov 3, 2024 · 5 min read · In my last blog post we explored how to expose a simple API using the Echo Go framework and GORM ORM. We also took a look at how I wanted to represent an event in the database, including using tags and geolocation for search and filtering purposes. G...
Join discussion