Marika Bergmanblog.marikabergman.com·Nov 12, 2024Building Location-Based Access Patterns in DynamoDBWhen working on adding location-based search to a DynamoDB database project, I discovered there's more than one way to handle geospatial queries. The general principle is that geospatial queries can be managed by storing a geohash as an attribute for...1 likeAWS
Souvik Mukherjeesouvik150.hashnode.dev·May 29, 2024Algorithms of building a Proximity Service to Discover Nearby GemsIn Part 1 of our series, "Building a Proximity Service to Discover Nearby Gems," we laid the groundwork by defining the functional and non-functional requirements, performing back-of-the-envelope estimations, and proposing a high-level design. Now, i...30 readsBuilding a Proximity Service to Discover Nearby Gemsgoogle s2