awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesGeolocation Services

Utilities for determining the geographic location of users based on network data.

Distinguishing note: Focuses on IP-based location detection for analytics.

Explore 4 awesome GitHub repositories matching data & databases · Geolocation Services. Refine with filters or upvote what's useful.

Awesome Geolocation Services GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • umami-software/umamiAvatar de umami-software

    umami-software/umami

    37,285Voir sur GitHub↗

    Umami is a self-hosted, privacy-focused web analytics platform designed to provide full control over infrastructure and user data. It captures website traffic and visitor behavior through anonymous tracking methods that avoid cookies, browser fingerprinting, and the storage of personally identifiable information. The platform distinguishes itself through a comprehensive suite of behavioral analysis tools, including session replays, heatmaps, and cohort-based retention reporting. It features a multi-tenant architecture that allows teams to manage multiple websites within a single, collaborativ

    Determines visitor geographic data by processing IP addresses through geolocation providers.

    TypeScriptanalyticsaudience-segmentationcharts
    Voir sur GitHub↗37,285
  • bailicangdu/node-elmAvatar de bailicangdu

    bailicangdu/node-elm

    12,355Voir sur GitHub↗

    node-elm is a Node.js and MongoDB backend framework designed for building data-driven applications, specifically e-commerce systems and food delivery management platforms. It provides a foundation for managing product catalogs, shopping carts, and payment workflows. The system includes a dedicated administrative management dashboard for tracking system statistics and managing users and merchants through role-based access control. It also features a digital coupon management system for tracking and exchanging promotional rewards. The framework incorporates geolocation services for IP-based po

    Integrates utilities to determine user geographic locations based on IP addresses and network data.

    JavaScriptexpressmongodbmongoose
    Voir sur GitHub↗12,355
  • brasilapi/brasilapiAvatar de BrasilAPI

    BrasilAPI/BrasilAPI

    10,750Voir sur GitHub↗

    BrasilAPI is a REST API gateway that aggregates and exposes official Brazilian public data from fragmented government sources. It functions as a multi-provider data aggregator that normalizes heterogeneous information into a standardized JSON schema for consistent delivery. The system utilizes a multi-provider fallback pipeline to ensure reliable data resolution, querying several external APIs in sequence if a primary provider fails. It also incorporates a caching proxy gateway to reduce latency and avoid redundant requests for frequently accessed public data. The platform covers a broad ran

    Resolves geographic coordinates by chaining multiple geocoding services with automatic fallback logic.

    JavaScript
    Voir sur GitHub↗10,750
  • fiorix/freegeoipAvatar de fiorix

    fiorix/freegeoip

    4,932Voir sur GitHub↗

    freegeoip est un service de géolocalisation auto-hébergé et un serveur API qui mappe les adresses IP et les noms d'hôtes vers des emplacements géographiques. Il fonctionne comme un lecteur de base de données MaxMind, analysant les bases de données de géolocalisation binaires pour fournir des données de localisation via une interface REST. Le projet se distingue en fournissant une alternative privée aux fournisseurs de géolocalisation cloud, gérant les fichiers de base de données locaux et automatisant les mises à jour périodiques. Il inclut un résolveur IP de proxy inverse pour extraire les adresses client originales des en-têtes de proxy, garantissant un mappage précis derrière les équilibreurs de charge. Le service intègre un système de gestion de quotas pour appliquer des limites de requêtes par client et sécurise ses points de terminaison en utilisant le chiffrement TLS et les politiques CORS. Il dispose également d'une synchronisation automatisée des bases de données avec vérification de version basée sur des sommes de contrôle et une interface web publique optionnelle pour effectuer des recherches.

    Provides a self-hosted system for determining geographic locations based on IP addresses and hostnames.

    Gofreegeoipgeolocationgo
    Voir sur GitHub↗4,932
  1. Home
  2. Data & Databases
  3. Geolocation Services

Explorer les sous-tags

  • Fallback PipelinesChained sequences of geolocation providers with automatic failover logic. **Distinct from Geolocation Services:** Distinct from Geolocation Services: specifically implements the multi-provider fallback pipeline rather than just providing a single geolocation lookup.