awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesView Data Providers

Intermediaries that provide data and handle behavioral callbacks for view components like tables and collection views.

Distinct from Data Sources: Distinct from Data Sources: focuses on the UI-specific role of providing data and handling callbacks for view components.

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

Awesome View Data Providers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apache/pinotAvatar von apache

    apache/pinot

    6,098Auf GitHub ansehen↗

    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

    Consumes events from streaming sources to provide a queryable SQL view across microservice architectures.

    Java
    Auf GitHub ansehen↗6,098
  • facebook/componentkitAvatar von facebook

    facebook/componentkit

    5,787Auf GitHub ansehen↗

    ComponentKit is a declarative UI framework for building iOS interfaces through composition of small, reusable components. It provides a structured approach to constructing user interfaces where each component is defined as an immutable, pure function of its inputs, enabling predictable rendering and state management. The framework supports both stateless and stateful components, with controllers that can be attached to manage persistent state across component updates. The framework distinguishes itself through its component architecture that emphasizes explicit data flow and compile-time safe

    Synchronizes the data source lifecycle with the list view to prevent crashes from out-of-sync content.

    Objective-C++
    Auf GitHub ansehen↗5,787
  1. Home
  2. Data & Databases
  3. Data Sources
  4. View Data Providers

Unter-Tags erkunden

  • Lifecycle-Synchronized Data SourcesMatches the lifecycle of the datasource to the collection or table view to prevent crashes from out-of-sync content. **Distinct from View Data Providers:** Distinct from View Data Providers: focuses on synchronizing the datasource lifecycle with the view rather than providing data and callbacks.