awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 रिपॉजिटरी

Awesome GitHub RepositoriesResult Sorting

Mechanisms for organizing analysis outputs based on specific criteria like alphabetical order or numerical sequences.

Distinct from Result Sequencers: None of the candidates cover general output sorting; they focus on phrase matching, parallel execution sequencing, or biological sequence analysis.

Explore 13 awesome GitHub repositories matching data & databases · Result Sorting. Refine with filters or upvote what's useful.

Awesome Result Sorting GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bee-san/pywhatbee-san का अवतार

    bee-san/pyWhat

    7,150GitHub पर देखें↗

    pyWhat is a Python-based data extraction tool designed to scan files and text for sensitive identifiers, credentials, and network artifacts using regular expressions. It functions as a pattern matching engine and PII scanner capable of identifying personal identifiers and sensitive data patterns across directories and binary files. The project specializes in the identification of unknown data formats through file signatures and the extraction of high-value identifiers, such as URLs, IP addresses, and phone numbers, from network capture files. It utilizes a rarity-based filtering system and sp

    Organize matching results by keys in ascending or descending sequences for improved data review.

    Pythoncybercybersecurityhacking
    GitHub पर देखें↗7,150
  • pyeve/evepyeve का अवतार

    pyeve/eve

    6,738GitHub पर देखें↗

    Eve is a REST API framework that maps database collections to web resources through declarative configuration files. It functions as a database-to-API mapper, automatically exposing data as RESTful endpoints with built-in support for CRUD operations and schema-based request validation. The project distinguishes itself through a HATEOAS API engine that generates hypermedia links and resource schemas for dynamic client discovery. It also includes an automated Swagger documentation generator that produces interactive specifications for client SDK generation and testing. The framework provides a

    Orders returned documents by one or more fields via query parameters.

    Python
    GitHub पर देखें↗6,738
  • apache/pinotapache का अवतार

    apache/pinot

    6,098GitHub पर देखें↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Improves efficiency by applying sorting and limits before evaluating projection expressions.

    Java
    GitHub पर देखें↗6,098
  • graphql-dotnet/graphql-dotnetgraphql-dotnet का अवतार

    graphql-dotnet/graphql-dotnet

    5,987GitHub पर देखें↗

    GraphQL.NET is a server-side framework for building and executing GraphQL APIs within C# applications. It provides a comprehensive toolkit for schema building, a federated engine for distributed data graphs, and a subscription handler for managing real-time data streams. The project distinguishes itself with a flexible schema builder that supports both programmatic code-first definitions and declarative schema-first approaches using the standard schema definition language. It includes a dedicated federation engine to split data graphs into subgraphs and compose them into a unified gateway, as

    Uses custom comparers to determine the order of results returned by discovery queries.

    C#apidotnet-coregraphiql
    GitHub पर देखें↗5,987
  • apache/hiveapache का अवतार

    apache/hive

    6,012GitHub पर देखें↗

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Orders or distributes rows across reducers using ORDER BY, SORT BY, DISTRIBUTE BY, or CLUSTER BY clauses.

    Javaapachebig-datadatabase
    GitHub पर देखें↗6,012
  • carltongibson/django-filtercarltongibson का अवतार

    carltongibson/django-filter

    4,683GitHub पर देखें↗

    django-filter, डिक्लेरेटिव सिंटैक्स का उपयोग करके URL पैरामीटर्स को डेटाबेस लुकअप्स में मैप करके Django QuerySets को फ़िल्टर करने के लिए एक लाइब्रेरी है। यह एक मॉडल फिल्टर जनरेटर और एक डेटाबेस लुकअप टूल के रूप में कार्य करता है जो डेटा परिणामों को परिष्कृत करने के लिए अनुरोध पैरामीटर्स को क्वेरीज़ में अनुवादित करता है। यह प्रोजेक्ट मॉडल फील्ड डेफिनिशन के आधार पर सर्च फिल्टर्स और यूजर-फेसिंग फॉर्म्स के स्वचालित जनरेशन को सक्षम बनाता है। यह कस्टम लुकअप मेथड्स, रिलेशनशिप पाथ्स और फुल-टेक्स्ट सर्च इंटीग्रेशन के माध्यम से उन्नत रिट्रीवल लॉजिक का समर्थन करता है, साथ ही REST API एंडपॉइंट्स के भीतर परिणामों को परिष्कृत करने के लिए एक सिस्टम प्रदान करता है। इसकी क्षमताओं में इंटरैक्टिव फिल्टर फॉर्म्स का निर्माण, फिल्टर्ड लिस्ट व्यूज़ की रेंडरिंग और डायनामिक फिल्टर सेट इंस्टेंटिएशन के लिए फैक्ट्री फंक्शन्स का उपयोग शामिल है। यह सिस्टम बूलियन, UUIDs और ISO 8601 टाइमस्टैम्प के लिए टाइप-विशिष्ट फ़िल्टरिंग, और ऑथेंटिकेटेड यूजर आइडेंटिटी का उपयोग करके अनुरोध-आधारित फ़िल्टरिंग को भी संभालता है।

    Orders the resulting data set based on specified fields, including computed values or non-model properties.

    Python
    GitHub पर देखें↗4,683
  • oceanbase/minioboceanbase का अवतार

    oceanbase/miniob

    4,318GitHub पर देखें↗

    MiniOB is an open-source educational relational database kernel designed for learning the internals of database systems. It implements a dual-engine storage architecture combining B+ Tree and LSM-Tree, supports SQL parsing and query execution, and provides transactional processing with multi-version concurrency control. The system communicates with clients using the MySQL wire protocol and includes a vector database extension for storing and querying high-dimensional vectors. The project distinguishes itself through its comprehensive coverage of core database concepts in a single, learnable c

    Order the result set by specified columns in ascending or descending order using the ORDER BY clause.

    C++classroomcplusplusdatabase
    GitHub पर देखें↗4,318
  • mbloch/mapshapermbloch का अवतार

    mbloch/mapshaper

    4,133GitHub पर देखें↗

    Mapshaper भौगोलिक वेक्टर डेटा को प्रोसेस करने, सरल बनाने और परिवर्तित करने के लिए एक टूल है, जो कमांड-लाइन इंटरफ़ेस, वेब ब्राउज़र टूल और Node.js लाइब्रेरी के रूप में उपलब्ध है। यह एक समन्वय प्रोजेक्टर, वेक्टर डेटा कनवर्टर और वेब मैप एसेट ऑप्टिमाइज़र के रूप में कार्य करता है जिसे विभिन्न समन्वय संदर्भ प्रणालियों और फ़ाइल प्रारूपों के बीच स्थानिक डेटासेट को बदलने के लिए डिज़ाइन किया गया है। प्रोजेक्ट अपनी टोपोलॉजी-संरक्षण ज्यामिति सरलीकरण द्वारा प्रतिष्ठित है, जो अंतराल और ओवरलैप को रोकने के लिए साझा सीमाओं को बनाए रखते हुए वर्टेक्स काउंट को कम करता है। यह फ़ाइल आकार को कम करने के लिए समन्वय क्वांटिज़ेशन और एट्रिब्यूट फ़िल्टरिंग के माध्यम से वेब के लिए एसेट को और अधिक अनुकूलित करता है। सिस्टम PROJ स्ट्रिंग्स और EPSG कोड का उपयोग करके समन्वय रिप्रोजेक्शन, और Shapefile, GeoJSON, TopoJSON, GeoPackage और KML जैसे प्रारूपों में डेटा रूपांतरण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह बफ़रिंग, क्लिपिंग, डिसॉल्विंग और टोपोलॉजी की मरम्मत के लिए व्यापक ज्यामिति प्रोसेसिंग टूल प्रदान करता है, साथ ही एट्रिब्यूट जॉइनिंग, फ़िल्टरिंग और परिवर्तन के लिए डेटा प्रबंधन उपयोगिताएँ प्रदान करता है। इसके अतिरिक्त, इसमें स्टाइल किए गए SVG निर्यात, ग्रैटिक्यूल और आनुपातिक प्रतीक मानचित्र उत्पन्न करने के लिए विज़ुअलाइज़ेशन सुविधाएँ शामिल हैं। स्थानिक प्रोसेसिंग क्षमताओं को सीधे JavaScript एप्लिकेशन और बिल्ड पाइपलाइनों में इसकी Node.js लाइब्रेरी के माध्यम से एकीकृत किया जा सकता है।

    Orders features in a layer based on the result of an expression.

    JavaScript
    GitHub पर देखें↗4,133
  • cboxdoerfer/fsearchcboxdoerfer का अवतार

    cboxdoerfer/fsearch

    4,014GitHub पर देखें↗

    fsearch is a high-performance desktop file search tool and filesystem indexing engine. It provides near-instant location of files and folders on a local filesystem by utilizing a background indexing system that monitors filesystem changes in real time. The utility distinguishes itself through advanced query capabilities, including support for boolean search logic using AND, OR, and NOT operators, as well as regular expression and wildcard filtering. It allows for precise result refinement using literal character handling and specific search modifiers such as case sensitivity and exact matches

    Organizes search results by comparing stored attributes like file size and modification dates.

    Cfile-searchsearch-engine
    GitHub पर देखें↗4,014
  • wp-api/wp-apiWP-API का अवतार

    WP-API/WP-API

    3,927GitHub पर देखें↗

    The WordPress REST API is a web interface and JSON-based content API that allows for the retrieval and modification of site content, users, and metadata using standard HTTP methods. It functions as a headless CMS interface, decoupling content management from the frontend by exposing site data through a programmable RESTful controller. The system is distinguished by its hypermedia-driven discovery and JSON-schema-based validation, which allow clients to programmatically locate resources and ensure predictable data exchange. It utilizes namespace-based endpoint registration to organize routes a

    Organizes returned data in ascending or descending order based on specific resource fields.

    PHP
    GitHub पर देखें↗3,927
  • rdatatable/data.tableRdatatable का अवतार

    Rdatatable/data.table

    3,894GitHub पर देखें↗

    यह प्रोजेक्ट R के लिए एक उच्च-प्रदर्शन सारणीबद्ध डेटा प्रोसेसिंग फ्रेमवर्क है, जिसे मेमोरी दक्षता और गति के साथ बड़े डेटासेट को संभालने के लिए डिज़ाइन किया गया है। यह एक उन्नत डेटा संरचना प्रदान करता है जो अनावश्यक ऑब्जेक्ट कॉपी करने के ओवरहेड के बिना जटिल परिवर्तन करने के लिए संदर्भ शब्दार्थ (reference semantics) और इन-प्लेस संशोधन का उपयोग करता है। यह लाइब्रेरी अपने निम्न-स्तरीय आर्किटेक्चरल ऑप्टिमाइज़ेशन के माध्यम से खुद को अलग करती है, जिसमें मल्टी-थ्रेडेड समानांतर प्रोसेसिंग, रेडिक्स-आधारित सॉर्टिंग और मेमोरी-मैप्ड फ़ाइल पार्सिंग शामिल है। महत्वपूर्ण डेटा हेरफेर और एकत्रीकरण दिनचर्या को संकलित C कोड में ऑफलोड करके, यह उन कार्यों के तेजी से निष्पादन को सक्षम बनाता है जो अन्यथा गणनात्मक रूप से महंगे होंगे। इसका मुख्य इंजन उन्नत रिलेशनल ऑपरेशंस का समर्थन करता है, जैसे कि नॉन-इक्वी, रोलिंग और ओवरलैपिंग इंटरवल जॉइन्स, साथ ही बार-बार डेटा एक्सेस में तेजी लाने के लिए स्वचालित सेकेंडरी इंडेक्सिंग। अपनी प्राथमिक प्रोसेसिंग क्षमताओं के अलावा, यह प्रोजेक्ट डेटा लाइफसाइकिल प्रबंधन के लिए टूल का एक व्यापक सूट प्रदान करता है। इसमें स्वचालित प्रकार पहचान के साथ उच्च-गति अंतर्ग्रहण और सीरियलाइज़ेशन यूटिलिटीज, साथ ही समय-श्रृंखला विश्लेषण और बहु-आयामी एकत्रीकरण के लिए विशेष समर्थन शामिल है। फ्रेमवर्क को स्केल करने के लिए बनाया गया है, जो उपयोगकर्ताओं को सिस्टम स्थिरता और परफॉरमेंस बनाए रखते हुए अरबों पंक्तियों वाले डेटासेट पर जटिल समूहीकरण, फ़िल्टरिंग और रीशेपिंग ऑपरेशन करने की अनुमति देता है।

    Groups data and automatically sorts the resulting output by the grouping variables.

    R
    GitHub पर देखें↗3,894
  • inspektor-gadget/inspektor-gadgetinspektor-gadget का अवतार

    inspektor-gadget/inspektor-gadget

    2,720GitHub पर देखें↗

    Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and debugging Kubernetes nodes. It provides a suite of tools to collect kernel-level telemetry and export system metrics via the OpenTelemetry standard. The project distinguishes itself by packaging inspection tools as OCI-compliant container images, allowing for standardized distribution and deployment across clusters and hosts. It employs a modular data processing pipeline that utilizes WebAssembly modules to transform and filter telemetry, and leverages Compile Once Run Everywhere for

    Organizes the resulting inspection data streams based on specified field criteria.

    Cbpfbpf-programscncf-project
    GitHub पर देखें↗2,720
  • hayes/pothoshayes का अवतार

    hayes/pothos

    2,576GitHub पर देखें↗

    Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers to construct schemas using typed definitions in TypeScript, eliminating the need for external code generation steps. The framework distinguishes itself through a dedicated data mapper that connects GraphQL types to relational databases and ORMs, such as Prisma, while optimizing query resolution. It provides a full implementation of the Relay specification, including global object identification and cursor-based pagination. The project covers several core capability areas, incl

    Aligns returned data with original request identifiers using custom sorting to maintain correct order during batching.

    TypeScriptgraphqltypescript
    GitHub पर देखें↗2,576
  1. Home
  2. Data & Databases
  3. Result Sorting

सब-टैग एक्सप्लोर करें

  • Batch Result ReorderingMechanisms for aligning batched data returns with their original request identifiers to maintain sequence. **Distinct from Result Sorting:** Distinct from general result sorting as it specifically handles the re-alignment of asynchronous batched requests.
  • Distributed Row DistributionsOrders or distributes rows across reducers using ORDER BY, SORT BY, DISTRIBUTE BY, or CLUSTER BY clauses. **Distinct from Result Sorting:** Distinct from Result Sorting: focuses on distributing rows across reducers for parallel processing, not just ordering results.
  • Introspection Result SortingsConfigurable comparers for ordering introspection query results. **Distinct from Result Sorting:** Distinct from Result Sorting: focuses specifically on sorting introspection query results, not general data output sorting.
  • Projection Sort OptimizationsApplies sorting and limit operations before evaluating projection expressions to improve efficiency. **Distinct from Result Sorting:** Distinct from Result Sorting: focuses on the specific optimization of pushing sorts below projections, not general result sorting.