4 रिपॉजिटरी
The ability to jump directly to and retrieve a specific record in a dataset without sequential scanning.
Distinct from Random Field Accesses: Distinct from randomized sampling; this is about targeted high-speed access to specific known records.
Explore 4 awesome GitHub repositories matching data & databases · Random Access Data Retrieval. Refine with filters or upvote what's useful.
Lance is a columnar data format and storage layer designed for high-performance random access and the persistence of multimodal data. It functions as a vector database storage system, a multimodal data store, and a versioned dataset manager. The project distinguishes itself as a hybrid search engine that combines vector similarity search and full-text indexing on a single dataset. It provides unified storage for diverse data types including images, audio, and video, utilizing a system that lazy-loads large binary objects only when requested. The system manages dataset evolution through schem
Enables high-speed retrieval of specific records without impacting the performance of full table scans.
Lance is a versioned columnar data format and storage engine designed as a multimodal AI lakehouse. It serves as a vector database storage engine and a cloud object store dataset manager, organizing images, video, audio, and embeddings into a unified format optimized for machine learning workflows. The project distinguishes itself by combining a columnar layout for structured data with a specialized blob store for large multimodal tensors. It implements a hybrid search engine that integrates vector similarity search, full-text search, and SQL analytics on a single dataset, supported by a stor
Provides high-speed retrieval of specific records from massive columnar datasets without requiring sequential scans.
Biopython पायथन के लिए एक बायोइनफॉरमैटिक्स लाइब्रेरी है जो जैविक अनुक्रमों, आणविक संरचनाओं और फाइलोजेनेटिक पेड़ों को पार्स, मैनिपुलेट और विश्लेषण करने के लिए टूल्स प्रदान करती है। यह कई उद्योग-मानक फ़ाइल फॉर्मेट्स में जीनोमिक और प्रोटिओमिक डेटा के लिए एक जैविक अनुक्रम पार्सर के रूप में कार्य करती है और NCBI Entrez रिपॉजिटरी से जैविक डेटा और उद्धरणों को क्वेरी करने के लिए एक इंटरफेस के रूप में कार्य करती है। यह प्रोजेक्ट प्रोटीन संरचना विश्लेषण और फाइलोजेनेटिक ट्री निर्माण के लिए विशेष टूलकिट्स के माध्यम से खुद को अलग करता है। इसमें आणविक ज्यामिति की गणना करने के लिए PDB और mmCIF फ़ाइलों को प्रोसेस करने के लिए एक प्रोटीन संरचना एनालाइज़र, और प्रजातियों के बीच विकासवादी संबंधों का विश्लेषण करने के लिए एक फाइलोजेनेटिक ट्री टूलकिट शामिल है। यह लाइब्रेरी बायोइनफॉरमैटिक्स क्षमताओं की एक विस्तृत श्रृंखला को कवर करती है, जिसमें ट्रांसक्रिप्शन और अनुवाद के लिए जीनोमिक अनुक्रम विश्लेषण, अनुक्रम संरेखण का प्रबंधन और जनसंख्या आनुवंशिक गणना शामिल है। यह 3D परमाणु समन्वय हेरफेर के लिए संरचनात्मक विश्लेषण टूल्स, साथ ही जीनोमिक फीचर विज़ुअलाइज़ेशन और जैव-भौगोलिक डेटा मॉडलिंग के लिए यूटिलिटीज भी प्रदान करती है। यह सिस्टम टूल रैपिंग के माध्यम से बाहरी बायोइनफॉरमैटिक्स बाइनरीज के साथ एकीकृत होता है और SQL-समर्थित अनुक्रम भंडारण के माध्यम से निरंतर जैविक रिकॉर्ड भंडारण का समर्थन करता है।
Implements index-based random access to retrieve specific biological sequences from large files using offsets.
RoaringBitmap is a compressed integer set library designed for memory-efficient storage and high-speed in-memory analytics. It provides a professional implementation of the Roaring Bitmap format to maintain compact representations of integer collections. The project features a standardized binary serialization format that enables the exchange of compressed bitmap data across different programming languages and hardware architectures. This allows for consistent data portability and cross-language data exchange. The library performs rapid logical set operations, including intersections, unions
Utilizes a two-level hierarchical index to achieve constant-time random access for integer lookups.