1 repositorio
Automated retrieval and saving of geographic coordinates during database model lifecycles.
Distinct from Model Lifecycle Hooks: Focuses on geocoding data persistence rather than generic timestamping or event tracking.
Explore 1 awesome GitHub repository matching data & databases · Geocoding Persistence. Refine with filters or upvote what's useful.
This is a Ruby toolkit for converting addresses to geographic coordinates and performing reverse geocoding via multiple external API providers. It provides a library for integrating location services into Ruby applications, including an IP geolocation tool to translate IP addresses into coordinates, city names, and country data. The project includes a command line interface for bulk geocoding of database records with integrated rate limiting and a geospatial query engine for calculating distances and performing radius or bounding box searches. It also features a mocking framework that provide
Provides automatic geocoding and persistence of coordinates into database models after validation.