awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesData Adapters

Specialized classes for processing, transforming, and managing data sources for UI components.

Distinguishing note: Focuses on data processing logic rather than general UI rendering.

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

Awesome Data Adapters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • select2/select2select2 的头像

    select2/select2

    25,972在 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

    Allows custom data processing and selection behavior through specialized adapter classes.

    JavaScripthacktoberfestjavascriptjquery
    在 GitHub 上查看↗25,972
  • youth5201314/banneryouth5201314 的头像

    youth5201314/banner

    13,029在 GitHub 上查看↗

    This project is a customizable image carousel component for Android applications. It provides a rotating banner slider built on ViewPager2 that supports automatic playback and custom page transformation effects. The component distinguishes itself through flexible visual customization, allowing for adjustable pagination indicators and the application of zoom, rotation, or depth effects during page transitions. It features a timing mechanism for automatic content rotation that synchronizes with the system lifecycle to optimize resource usage. The library covers a broad range of UI capabilities

    Implements specialized classes to map custom data objects to view holders for UI rendering.

    Javaandroidxbannerindicator
    在 GitHub 上查看↗13,029
  • illacloud/illa-builderillacloud 的头像

    illacloud/illa-builder

    12,268在 GitHub 上查看↗

    Illa-builder is a low-code internal tool builder and API integration platform used to create business applications and admin panels. It functions as a database GUI dashboard and visual workflow automator, allowing users to connect to databases and external APIs to manage data and automate business processes. The platform provides a self-hosted app framework that can be deployed on private infrastructure via Docker. It enables the creation of custom dashboards and CRMs while maintaining full control over data and hosting. The system includes a visual drag-and-drop canvas for designing user in

    Provides a standardized interface layer to unify data retrieval from diverse databases and APIs.

    TypeScriptaiagentapp-buildercrud-application
    在 GitHub 上查看↗12,268
  • didi/logicflowdidi 的头像

    didi/LogicFlow

    11,441在 GitHub 上查看↗

    LogicFlow is an SVG-based flowchart editing framework and visual graph editor used for building customizable business process diagrams. It serves as a customizable diagramming engine for rendering business process models, entity relationship diagrams, and unified modeling language charts. The system is characterized by a plugin-based architecture that allows developers to define specialized graphical elements and register pluggable modules. A distinctive feature is its overlay system, which positions standard HTML components on top of the SVG canvas to create interactive menus and control pan

    Provides data adapters to transform diagram data between internal representations and custom external formats.

    TypeScriptbpmndiagramdiagramming
    在 GitHub 上查看↗11,441
  • toeverything/blocksuitetoeverything 的头像

    toeverything/blocksuite

    5,544在 GitHub 上查看↗

    BlockSuite is a collaborative block editor framework built on a hierarchical block tree data model with CRDT-based state synchronization for real-time multi-user editing. It provides an extensible block component system, allowing developers to define custom block types through declarative schemas, services, and rendering components. The editor is packaged as cross-framework web components, making it embeddable in any JavaScript environment. The framework distinguishes itself with a command-driven editing pipeline that composes type-safe editing actions with dynamic context sharing and control

    Provides an abstract adapter skeleton for building custom snapshot-to-format converters using pure functions.

    TypeScriptblockblock-editorcollaboration
    在 GitHub 上查看↗5,544
  1. Home
  2. Data & Databases
  3. Data Adapters

探索子标签

  • Snapshot Adapter ConstructionExtending an abstract adapter skeleton to convert data between document snapshots and target formats using pure functions. **Distinct from Data Adapters:** Distinct from Data Adapters: focuses on building adapters for document snapshot conversion, not general data processing for UI components.