21 रिपॉजिटरी
Utilities for pulling data from remote web services into a local data processing workspace.
Distinct from Data Retrieval Services: The candidates focus on specialized domains like astronomy or authorization; this is a general-purpose retrieval tool for tabular data.
Explore 21 awesome GitHub repositories matching data & databases · Remote Data Retrieval. Refine with filters or upvote what's useful.
IPFS is a peer-to-peer hypermedia protocol and content-addressed storage system that identifies data by cryptographic hashes rather than network locations. It enables the creation of a decentralized web by organizing files and directories as directed acyclic graphs of linked content identifiers. The project differentiates itself through the use of a distributed hash table for locating peers and a system of signed records to map human-readable names to changing content. It also provides HTTP gateways that translate standard web requests into peer-to-peer queries, allowing decentralized data to
Fetches data from the network using content identifiers to ensure retrieval regardless of the physical node location.
go-ipfs is an implementation of an IPFS node, providing a distributed filesystem and a content-addressable storage system. It enables the storage and retrieval of data based on unique cryptographic hashes rather than fixed network locations, allowing files to be shared across a peer-to-peer network without a central authority. The system utilizes a distributed hash table and a peer-to-peer gossip protocol to route requests and propagate network state and metadata. It organizes data using a Merkle DAG structure to support efficient deduplication and versioning of content. Capabilities include
Retrieves data from the network using unique content hashes rather than location-based addresses.
FastDFS is a distributed file system and object store designed as a high-capacity file server. It functions as a cluster storage manager that saves, syncs, and accesses large volumes of unstructured data across a network of distributed servers. The system uses unique identifiers for file retrieval and indexing instead of traditional hierarchical naming to avoid metadata bottlenecks. It manages file attributes through key-value metadata mapping and employs a distributed replication model to ensure high availability and data redundancy across storage groups. The project provides capabilities f
Enables the retrieval of specific files using unique identifiers, removing the need for traditional naming hierarchies.
This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p
Retrieves information from web endpoints and converts JSON responses into tabular structures.
mmagic is a multimodal training pipeline and framework for generative AI, focusing on visual synthesis and restoration. It provides the infrastructure to build and train models for tasks such as text-to-image and text-to-video generation, 3D-aware content synthesis, and high-fidelity image translation using diffusion models and generative adversarial networks. The project distinguishes itself through specialized capabilities for generative model personalization, including techniques for fine-tuning subjects and styles. It also supports advanced visual manipulations such as latent space interp
Retrieves assets from remote URLs and manages local caching for training and evaluation.
js-ipfs is an HTTP client library that connects to any IPFS daemon, enabling JavaScript applications to interact with the InterPlanetary File System. It provides a promise-based asynchronous API for managing content-addressed storage, where all data is identified by cryptographic hashes (CIDs) for immutable references and deduplication. The library communicates with a remote IPFS node through HTTP requests, supporting cancellation of in-flight operations via standard AbortController signals. The library offers a comprehensive set of capabilities for working with IPFS, including adding and ret
Fetches data from a storage node using content hashes as identifiers.
Kraken is a distributed blob store and peer-to-peer Docker registry designed for the high-throughput distribution of container images. It functions as a decentralized content delivery network that shares image layers across a network of nodes to prevent bottlenecks at a central registry. The system utilizes peer-to-peer blob distribution and distributed content addressing to maintain download speeds across large clusters. It implements asynchronous rule-based replication to synchronize image data between disparate geographical clusters. The project covers pluggable external blob storage inte
Utilizes distributed content addressing to locate data fragments across the peer network using unique hashes.
ipfs-desktop is a graphical application for managing a local IPFS node, hosting content, and interacting with the peer-to-peer network. It serves as a desktop client that provides a visual interface for content-addressed storage management, peer-to-peer file sharing, and the administration of the node lifecycle. The project differentiates itself by providing a comprehensive suite of controllers for node health, gateway routing, and static site hosting. It includes a dedicated content-addressed storage browser for importing and organizing files, a gateway controller to route network content th
Implements a system for fetching network content using unique cryptographic content hashes rather than location-based identifiers.
यह प्रोजेक्ट एक Objective-C HTTP नेटवर्किंग लाइब्रेरी है जो macOS और iOS पर सिंक्रोनस और एसिंक्रोनस रिक्वेस्ट्स को निष्पादित करने के लिए CFNetwork के लिए एक ऑब्जेक्ट-ओरिएंटेड रैपर प्रदान करती है। यह HTTP सेशन्स को प्रबंधित करने, रिज़्यूमेबल फ़ाइल ट्रांसफ़र करने और ऑफ़लाइन सामग्री कैशिंग को संभालने के लिए एक फ्रेमवर्क के रूप में कार्य करती है। यह लाइब्रेरी एक रिज़्यूमेबल फ़ाइल ट्रांसफ़र मैनेजर के माध्यम से खुद को अलग करती है जो बाइट ऑफ़सेट्स को ट्रैक करता है और बड़े अपलोड और डाउनलोड के लिए डिस्क-बेक्ड स्ट्रीमिंग का उपयोग करता है। इसमें एक सुरक्षित क्रेडेंशियल मैनेजर भी शामिल है जो क्लाइंट सर्टिफिकेट्स और ऑथेंटिकेशन टोकन्स को संभालने के लिए सिस्टम कीचेन के साथ इंटीग्रेट होता है। इसकी क्षमताएं ऑटोमेटेड कुकी हैंडलिंग, सुरक्षित वेब ऑथेंटिकेशन और ऑफ़लाइन देखने के लिए पूर्ण वेबपेजों के अधिग्रहण के साथ HTTP सेशन मैनेजमेंट को कवर करती हैं। यह बैकग्राउंड रिक्वेस्ट प्रोसेसिंग, नेटवर्क ट्रैफ़िक कम्प्रेशन, बैंडविड्थ थ्रॉटलिंग और प्रॉक्सी कॉन्फ़िगरेशन के लिए टूल्स भी प्रदान करती है।
Fetches remote data and stores it as a local file or in memory for immediate processing.
HanekeSwift is a generic caching library for iOS and a specialized image caching framework. It provides a multi-level system that stores arbitrary data types in memory and on persistent disk storage to reduce network requests. The project features a specialized image handler that manages asynchronous loading, resizing, and disk storage for user interface components. It includes a background retrieval system that fetches remote content and automatically populates local caches. The library covers key-value data storage with sequential fallbacks, where it checks memory, then disk, and finally r
Retrieves values from network or custom sources only when they are missing from the local cache.
यह प्रोजेक्ट एक डिजिटल लाइब्रेरी एक्सपोर्टर और EPUB कंटेंट जनरेटर है जिसे विशेष रूप से O'Reilly Learning प्लेटफ़ॉर्म से पुस्तकों को डाउनलोड करने और ऑफ़लाइन पढ़ने व स्थायी स्टोरेज के लिए इलेक्ट्रॉनिक पब्लिकेशन फ़ाइलों में बदलने के लिए डिज़ाइन किया गया है। यह एक वेब कंटेंट स्क्रैपर के रूप में कार्य करता है जो डिजिटल लाइब्रेरी आर्काइविंग को सुविधाजनक बनाने के लिए प्रतिबंधित टेक्स्ट और मीडिया को पुनः प्राप्त करता है। यह टूल कंटेंट तक निरंतर एक्सेस बनाए रखने के लिए क्रेडेंशियल्स या कुकीज़ का उपयोग करके सेशन ऑथेंटिकेशन को मैनेज करता है। यह अद्वितीय पहचानकर्ताओं (unique identifiers) के माध्यम से पुस्तकें प्राप्त करता है और सोर्स सामग्री को मानकीकृत EPUB फ़ाइलों में बदलता है, जिसमें विभिन्न ई-रीडिंग उपकरणों पर टेबल और एलिमेंट संगतता सुनिश्चित करने के लिए लेआउट ऑप्टिमाइज़ेशन शामिल है।
Retrieves specific book data from the remote API using unique book identifiers.
freegeoip एक सेल्फ-होस्टेड जियोलोकेशन सर्विस और API सर्वर है जो IP एड्रेस और होस्टनेम को भौगोलिक स्थानों पर मैप करता है। यह एक MaxMind डेटाबेस रीडर के रूप में कार्य करता है, जो REST इंटरफेस के माध्यम से स्थान डेटा प्रदान करने के लिए बाइनरी जियोलोकेशन डेटाबेस को पार्स करता है। यह प्रोजेक्ट क्लाउड जियोलोकेशन प्रदाताओं के लिए एक निजी विकल्प प्रदान करके, स्थानीय डेटाबेस फ़ाइलों का प्रबंधन करके और आवधिक अपडेट को स्वचालित करके खुद को अलग बनाता है। इसमें प्रॉक्सी हेडर से मूल क्लाइंट एड्रेस निकालने के लिए एक रिवर्स प्रॉक्सी IP रिज़ॉल्वर शामिल है, जो लोड बैलेंसर्स के पीछे सटीक मैपिंग सुनिश्चित करता है। यह सेवा प्रति क्लाइंट अनुरोध सीमाओं को लागू करने के लिए एक कोटा प्रबंधन प्रणाली को शामिल करती है और TLS एन्क्रिप्शन और CORS नीतियों का उपयोग करके अपने एंडपॉइंट्स को सुरक्षित करती है। इसमें चेकसम-आधारित वर्ज़न सत्यापन के साथ स्वचालित डेटाबेस सिंक्रोनाइज़ेशन और लुकअप करने के लिए एक वैकल्पिक सार्वजनिक-सामना करने वाला वेब फ्रंटएंड भी शामिल है।
Retrieves geographic data files from remote providers using authenticated URLs and license keys.
यह प्रोजेक्ट Go एप्लिकेशन के लिए Git वर्ज़न कंट्रोल सिस्टम का एक नेटिव इम्प्लीमेंटेशन है। यह एक प्रोग्रामेबल API और लो-लेवल प्लंबिंग टूलसेट प्रदान करता है, जिससे डेवलपर्स बाहरी सिस्टम बाइनरी या C बाइंडिंग्स की आवश्यकता के बिना रिपॉजिटरी को मैनेज कर सकते हैं, ऑब्जेक्ट ग्राफ में बदलाव कर सकते हैं और वर्ज़न कंट्रोल ऑपरेशन कर सकते हैं। यह लाइब्रेरी अपने लचीले स्टोरेज और नेटवर्क लेयर्स के लिए जानी जाती है, जिसमें एक वर्चुअल फाइल सिस्टम शामिल है जो डिस्क I/O को बायपास करने के लिए इन-मेमोरी रिपॉजिटरी मैनेजमेंट की सुविधा देता है। यह प्लगेबल नेटवर्क ट्रांसपोर्ट और इंटरफेस-आधारित स्टोरेज बैकएंड को सपोर्ट करती है, जिससे डेटा ऑब्जेक्ट्स और रेफरेंस को स्टोर और एक्सचेंज करने के लिए कस्टम प्रोप्राइटरी इम्प्लीमेंटेशन बनाए जा सकते हैं। इसकी क्षमताओं में हाई-लेवल रिपॉजिटरी मैनेजमेंट—जैसे क्लोनिंग, कमिटिंग, पुशिंग और पुलिंग—के साथ-साथ विस्तृत हिस्ट्री और एट्रिब्यूशन एनालिसिस शामिल है। इसमें कमिट साइनिंग और क्रिप्टोग्राफिक सिग्नेचर वेरिफिकेशन के लिए सुरक्षा फीचर्स, और सबमॉड्यूल मैनेजमेंट व रिपॉजिटरी कंटेंट सर्च के लिए यूटिलिटीज भी शामिल हैं।
Implements the ability to fetch specific commits, trees, and blobs from remote Git servers.
NCCL is a high-performance communication library and distributed GPU computing framework designed for executing collective and point-to-point data exchanges across multiple GPUs in single or multi-node systems. It serves as an RDMA GPU transport layer and memory orchestrator, facilitating high-bandwidth synchronization of data and model gradients for distributed GPU training and inference. The library is distinguished by its ability to execute communication primitives directly from GPU kernels, removing the host CPU from the critical path. It utilizes topology-aware path selection to optimize
NCCL schedules a device-initiated, one-sided data transfer from a remote buffer to a local buffer.
JaCoCo एक Java कोड कवरेज टूल और बाइटकोड इंस्ट्रूमेंटर है जो मापता है कि परीक्षणों के दौरान सोर्स कोड के कौन से हिस्से निष्पादित होते हैं। यह ऑन-द-फ्लाई एप्लिकेशन निष्पादन की निगरानी करने के लिए एक रनटाइम एजेंट के रूप में या ऑफलाइन बाइटकोड इंस्ट्रूमेंटेशन के लिए एक लाइब्रेरी के रूप में कार्य करता है, जिससे यह उन एनवायरनमेंट में निष्पादन डेटा कैप्चर कर सकता है जहां रनटाइम एजेंट प्रतिबंधित हैं। यह प्रोजेक्ट निष्पादन को ट्रैक करने के लिए डायनामिक और स्टैटिक इंस्ट्रूमेंटेशन पथ दोनों प्रदान करके खुद को अलग करता है। इसमें ऑन-द-फ्लाई निगरानी के लिए एक रनटाइम एजेंट और निष्पादन से पहले संकलित क्लास फाइलों को संशोधित करने की क्षमता शामिल है। यह सक्रिय एप्लिकेशन को बाधित किए बिना रिमोट नेटवर्क कनेक्शन के माध्यम से चल रही प्रक्रियाओं से निष्पादन मेट्रिक्स को पुनः प्राप्त करने में सक्षम बनाता है। सिस्टम निर्देशों, शाखाओं, लाइनों, विधियों और क्लासेस के साथ-साथ साइक्लोमैटिक जटिलता मापों में मात्रात्मक कवरेज मेट्रिक्स की गणना करता है। यह कई परीक्षण रन से डेटा को मर्ज करने, CI/CD क्वालिटी गेट्स के भीतर कवरेज थ्रेशोल्ड लागू करने और ऐसी रिपोर्ट तैयार करने के लिए क्षमताएं प्रदान करता है जो निष्पादित बाइटकोड को वापस सोर्स कोड पर मैप करती हैं। इन परिणामों को सीधे कोड एडिटर्स के भीतर प्रदर्शित करने के लिए विज़ुअल एकीकरण उपलब्ध है। टूल डेटा संग्रह और रिपोर्ट निर्माण को स्वचालित करने के लिए बिल्ड ऑटोमेशन सिस्टम और कमांड लाइन इंटरफेस के साथ एकीकृत होता है।
Enables retrieval of execution metrics from running processes via remote network connections without interrupting the application.
This project is a language model interpretability tool designed to visualize and analyze the internal activations and attention heads of neural networks. It provides a framework for understanding how models process information by capturing internal model states and rendering them through an interactive web interface. The system specializes in decomposing high-dimensional activations into interpretable latent features using sparse autoencoders and generating automated natural language explanations for individual model nodes. It enables the discovery of model circuits by mapping connections bet
Retrieve collated activation datasets for neurons and attention heads to analyze responses to specific tokens.
qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for
Retrieves information from web services using standard network requests to pull data into the current workspace.
The Google Earth Engine Client Library is a programmatic interface for accessing, manipulating, and exporting planetary-scale raster and vector data via cloud-based services. It serves as a satellite imagery processing API that allows for the filtering, composing, and manipulation of multi-spectral image collections from a remote geospatial catalog. The system functions as a cloud-based geospatial analysis tool, performing server-side computations such as linear fits and trend analysis. It includes an asynchronous geospatial export utility to trigger batch jobs that save processed images and
Retrieves and filters planetary-scale datasets from a remote catalog for analysis.
Hypercore is a distributed append-only logging system designed for maintaining cryptographically signed data streams that are replicated and verified across a network of peers. It provides verifiable data storage using a Merkle tree structure to ensure the integrity and authenticity of information through cryptographic proofs. The project is distinguished by its support for sparse data replication, which allows peers to download only the specific ranges or blocks of a log required for their current needs to reduce bandwidth. It also implements encrypted peer-to-peer messaging and the ability
Provides utilities for retrieving specific blocks or ranges of bytes from remote peers.
This project is an Amazon web scraper and e-commerce data extractor designed to retrieve product names, prices, and ratings. It functions as a headless browser crawler that converts unstructured web content from product listings into structured JSON and CSV formats. The tool incorporates anti-bot bypass capabilities to circumvent CAPTCHAs and security challenges. It achieves this through the use of residential proxy integration, automatic proxy rotation, and the modification of browser fingerprints to simulate human interaction patterns. The system provides broad web scraping capabilities, i
Retrieves specific product details from regional domains using unique standard identification numbers.