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,285GitHub पर देखें↗

    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,355GitHub पर देखें↗

    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,750GitHub पर देखें↗

    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,932GitHub पर देखें↗

    freegeoip एक सेल्फ-होस्टेड जियोलोकेशन सर्विस और API सर्वर है जो IP एड्रेस और होस्टनेम को भौगोलिक स्थानों पर मैप करता है। यह एक MaxMind डेटाबेस रीडर के रूप में कार्य करता है, जो REST इंटरफेस के माध्यम से स्थान डेटा प्रदान करने के लिए बाइनरी जियोलोकेशन डेटाबेस को पार्स करता है। यह प्रोजेक्ट क्लाउड जियोलोकेशन प्रदाताओं के लिए एक निजी विकल्प प्रदान करके, स्थानीय डेटाबेस फ़ाइलों का प्रबंधन करके और आवधिक अपडेट को स्वचालित करके खुद को अलग बनाता है। इसमें प्रॉक्सी हेडर से मूल क्लाइंट एड्रेस निकालने के लिए एक रिवर्स प्रॉक्सी IP रिज़ॉल्वर शामिल है, जो लोड बैलेंसर्स के पीछे सटीक मैपिंग सुनिश्चित करता है। यह सेवा प्रति क्लाइंट अनुरोध सीमाओं को लागू करने के लिए एक कोटा प्रबंधन प्रणाली को शामिल करती है और TLS एन्क्रिप्शन और CORS नीतियों का उपयोग करके अपने एंडपॉइंट्स को सुरक्षित करती है। इसमें चेकसम-आधारित वर्ज़न सत्यापन के साथ स्वचालित डेटाबेस सिंक्रोनाइज़ेशन और लुकअप करने के लिए एक वैकल्पिक सार्वजनिक-सामना करने वाला वेब फ्रंटएंड भी शामिल है।

    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.