awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • umami-software/umamiumami-software 的头像

    umami-software/umami

    37,285在 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
    在 GitHub 上查看↗37,285
  • bailicangdu/node-elmbailicangdu 的头像

    bailicangdu/node-elm

    12,355在 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
    在 GitHub 上查看↗12,355
  • brasilapi/brasilapiBrasilAPI 的头像

    BrasilAPI/BrasilAPI

    10,750在 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
    在 GitHub 上查看↗10,750
  • fiorix/freegeoipfiorix 的头像

    fiorix/freegeoip

    4,932在 GitHub 上查看↗

    freegeoip 是一个自托管的地理位置服务和 API 服务器,将 IP 地址和主机名映射到地理位置。它作为 MaxMind 数据库读取器,解析二进制地理位置数据库,通过 REST 接口提供位置数据。 该项目的独特之处在于提供了一个云地理位置提供商的私有替代方案,管理本地数据库文件并自动执行定期更新。它包括一个反向代理 IP 解析器,用于从代理头中提取原始客户端地址,确保负载均衡器后的映射准确。 该服务包含一个配额管理系统以强制执行每个客户端的请求限制,并使用 TLS 加密和 CORS 策略保护其端点。它还具有基于校验和版本验证的自动数据库同步功能,以及用于执行查询的可选公共 Web 前端。

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

    Gofreegeoipgeolocationgo
    在 GitHub 上查看↗4,932
  1. Home
  2. Data & Databases
  3. Geolocation Services

探索子标签

  • 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.