awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesData Formats

Standardized structures for representing data, including pagination and state metadata.

Distinguishing note: Focuses on the data structure specification rather than the loading mechanism.

Explore 6 awesome GitHub repositories matching data & databases · Data Formats. Refine with filters or upvote what's useful.

Awesome Data Formats GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • select2/select2Avatar de select2

    select2/select2

    25,972Voir sur GitHub↗

    Select2 is a searchable, modular UI framework designed to enhance standard HTML select elements. It transforms basic form controls into interactive, accessible dropdown interfaces that support multi-selection, tagging, and real-time filtering. By providing a robust set of tools for managing complex data inputs, it enables developers to create more responsive and user-friendly selection components. The project is distinguished by its adapter-based architecture, which allows for deep customization of rendering, data processing, and selection logic. Developers can extend core functionality throu

    Supports structured JSON data including pagination and option states.

    JavaScripthacktoberfestjavascriptjquery
    Voir sur GitHub↗25,972
  • web3/web3.jsAvatar de web3

    web3/web3.js

    19,936Voir sur GitHub↗

    web3.js is a comprehensive TypeScript library designed to facilitate interaction with Ethereum-compatible blockchain networks. It serves as a foundational toolkit for decentralized applications, providing the necessary interfaces to query network state, manage cryptographic identities, and execute smart contract transactions. By abstracting the complexities of blockchain communication, the library enables developers to integrate decentralized logic directly into their applications. The library distinguishes itself through a modular architecture that prioritizes extensibility and flexible conn

    Configures how numerical and byte-based data returned from the network is represented.

    TypeScriptabi-decodersabi-encodersapi
    Voir sur GitHub↗19,936
  • subquery/subqlAvatar de subquery

    subquery/subql

    18,791Voir sur GitHub↗

    Subql is a blockchain data indexing framework and TypeScript-based indexer used to extract raw blockchain events and transactions and transform them into structured, queryable data entities. It functions as a data API and a tool for building decentralized application backends, providing a query interface for type-safe access to indexed blockchain data. The project includes an AI-powered query engine that utilizes large language models to translate natural language questions into structured GraphQL queries. This system can orchestrate multi-step queries by breaking down complex requests into s

    Transforms raw blockchain blocks and events into optimized entities using custom handler functions.

    TypeScript
    Voir sur GitHub↗18,791
  • alexeymezenin/laravel-best-practicesAvatar de alexeymezenin

    alexeymezenin/laravel-best-practices

    12,299Voir sur GitHub↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    Ensures data consistency by using standard storage formats and casting for presentation.

    Voir sur GitHub↗12,299
  • openalpr/openalprAvatar de openalpr

    openalpr/openalpr

    11,366Voir sur GitHub↗

    OpenALPR is a computer vision platform designed to identify vehicle license plates and attributes from live video streams or static images. It functions as an intelligent access control and analytics system, enabling the automation of security monitoring, parking facility management, and operational workflows through real-time vehicle detection. The platform distinguishes itself by supporting international license plate formats and regional configuration mapping, allowing for deployment across diverse geographic standards. It integrates directly with existing network camera infrastructure, pe

    Delivers vehicle and license plate identification data in a standardized structure for consistent external processing.

    C++
    Voir sur GitHub↗11,366
  • solana-foundation/solana-web3.jsAvatar de solana-foundation

    solana-foundation/solana-web3.js

    2,739Voir sur GitHub↗

    Solana Web3.js is a TypeScript and JavaScript client library for interacting with the Solana blockchain. It functions as a web3 client that provides an RPC wrapper for managing network requests and a toolkit for querying account state and executing on-chain program instructions. The library includes a specialized cryptography interface for generating key pairs and performing asynchronous signing and verification using web cryptography standards. It also provides a serialization tool for encoding and decoding data between JavaScript objects and byte buffers to match on-chain program state. Th

    Provides tools for encoding and decoding complex data structures between JavaScript objects and byte buffers for blockchain communication.

    TypeScriptblockchainjavascriptjs
    Voir sur GitHub↗2,739
  1. Home
  2. Data & Databases
  3. Data Formats

Explorer les sous-tags

  • Blockchain Data Formatters1 sous-tagTools for configuring the representation of numerical and byte-based blockchain data. **Distinct from Data Formats:** Distinct from general data formats: specifically handles conversion between hex, bytes, and primitive types for blockchain data.
  • Recognition Data StructuresStandardized formats for vehicle and license plate identification data. **Distinct from Data Formats:** Distinct from general Data Formats: focuses on structured output for vehicle recognition results.