awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesDynamic Data Source Connectors

Connectors that pull live data from CMSes, APIs, or databases for display in designed pages.

Distinct from Data Source Connectivity Tools: Distinct from Data Source Connectivity Tools: focuses on live data retrieval for visual rendering, not just configuration.

Explore 7 awesome GitHub repositories matching data & databases · Dynamic Data Source Connectors. Refine with filters or upvote what's useful.

Awesome Dynamic Data Source Connectors GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jeecgboot/jimureportAvatar jeecgboot

    jeecgboot/jimureport

    8,059Vezi pe GitHub↗

    JimuReport is an open-source reporting and dashboard engine designed to be embedded directly into Spring Boot applications. Its core identity centers on generating data reports and full-screen dashboards from natural language descriptions, eliminating the need for manual design. The platform also provides a conversational query interface that translates plain-language questions into database queries, returning results as tables and charts without requiring SQL knowledge. What distinguishes JimuReport is its integration of AI skills that can be installed with a single command, enabling report

    Queries over 30 database types and imports Excel, CSV, and JSON files to populate reports and dashboards.

    Javaaibibigscreen
    Vezi pe GitHub↗8,059
  • hotwired/turboAvatar hotwired

    hotwired/turbo

    7,343Vezi pe GitHub↗

    Hotwire Turbo is a server-driven navigation and HTML streaming framework that intercepts link clicks and form submissions to fetch pages in the background and replace content without full browser reloads. It provides a Turbo Frame component that scopes page regions into independent contexts, enabling partial page updates where only a specific area of the page navigates or loads content. The framework includes a page cache and morph system that stores recently visited pages for instant restoration and applies minimal DOM changes on refresh, preserving scroll position and element state. The fra

    Connects to backend stream sources via WebSocket or EventSource to receive live HTML updates.

    JavaScript
    Vezi pe GitHub↗7,343
  • chillzhuang/springbladeAvatar chillzhuang

    chillzhuang/SpringBlade

    6,900Vezi pe GitHub↗

    SpringBlade is a development framework and platform designed for building multi-tenant SaaS applications. It provides a comprehensive scaffold for both Spring Cloud microservices and monolithic Spring Boot architectures, enabling the rapid construction of enterprise-grade software. The platform distinguishes itself through integrated LLM orchestration and industrial IoT management. It features an LLM orchestration platform that combines large language models with knowledge bases and visual AI agent workflows, alongside an IoT hub for device connectivity, state synchronization, and edge flow o

    Allows the application to switch between multiple database types at runtime for flexible storage environments.

    PLpgSQL
    Vezi pe GitHub↗6,900
  • plasmicapp/plasmicAvatar plasmicapp

    plasmicapp/plasmic

    6,648Vezi pe GitHub↗

    Ships connectors that pull live data from CMSes and APIs for display in pages.

    TypeScriptbuildercmsdesign
    Vezi pe GitHub↗6,648
  • openblocks-dev/openblocksAvatar openblocks-dev

    openblocks-dev/openblocks

    6,220Vezi pe GitHub↗

    Openblocks is a low-code platform for building custom internal tools. It provides a visual interface where users can assemble applications by dragging and dropping pre-built components onto a canvas, connecting them to databases and APIs without writing code. The platform distinguishes itself through its architecture for embedding and reuse. Entire application pages can be rendered as native React components inside other applications, replacing traditional iframe-based embedding. Custom components and queries can be bundled into reusable modules for use across multiple applications, and an au

    Connects to databases and APIs through a unified interface for live data retrieval in internal tools.

    TypeScriptadmin-dashboardapp-builderapp-development
    Vezi pe GitHub↗6,220
  • pytorch/igniteAvatar pytorch

    pytorch/ignite

    4,770Vezi pe GitHub↗

    Ignite este un framework de antrenament de nivel înalt pentru rețele neuronale PyTorch, care servește drept motor de antrenament și manager al ciclului de viață al deep learning-ului. Oferă un sistem structurat pentru organizarea și automatizarea buclelor de antrenament și evaluare, gestionând iteratoarele de date și declanșând handler-e de evenimente la etape specifice în timpul procesului de antrenare a modelului. Proiectul se distinge printr-o suită cuprinzătoare de instrumente pentru antrenament distribuit și evaluarea modelelor. Include utilitare pentru sincronizarea gradienților și coordonarea comunicării colective între mai multe GPU-uri sau noduri, precum și o suită de evaluare pentru calcularea metricilor de performanță și efectuarea validării încrucișate (k-fold cross-validation). Capabilitățile sale mai largi acoperă automatizarea fluxului de lucru de antrenament, inclusiv programarea ratei de învățare, oprirea timpurie (early stopping) și optimizarea hiperparametrilor. Framework-ul oferă, de asemenea, instrumente de observabilitate pentru urmărirea experimentelor, profilarea timpului de execuție și antrenamentul cu precizie mixtă pentru a optimiza utilizarea memoriei. Sunt incluse mecanisme de persistență a stării pentru a gestiona checkpoint-urile modelelor și a recupera sesiunile de antrenament. Sunt disponibile medii containerizate pentru a simplifica implementarea și configurarea mediului.

    Updates the data source during the training loop based on a reached iteration or epoch.

    Python
    Vezi pe GitHub↗4,770
  • arroyosystems/arroyoAvatar ArroyoSystems

    ArroyoSystems/arroyo

    4,819Vezi pe GitHub↗

    Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg

    Fetches data periodically from an HTTP server and emits it as a streaming record.

    Rustdatadata-stream-processingdev-tools
    Vezi pe GitHub↗4,819
  1. Home
  2. Data & Databases
  3. Data Source Connectivity Tools
  4. Dynamic Data Source Connectors

Explorează sub-etichetele

  • HTTP Polling SourcesFetches data periodically from an HTTP server and emits the response as a streaming record for real-time consumption. **Distinct from Dynamic Data Source Connectors:** Distinct from Dynamic Data Source Connectors: focuses on polling-based ingestion, not live data retrieval.
  • Runtime Data Source SwitchingCapabilities for switching between different database types and sources during application runtime. **Distinct from Dynamic Data Source Connectors:** Distinct from Dynamic Data Source Connectors: focuses on architectural runtime switching of the entire data source rather than just pulling live data for a view.
  • WebSocket Sources1 sub-tagConnects to a WebSocket server, optionally sends a subscription message, and ingests messages as a real-time data stream. **Distinct from Dynamic Data Source Connectors:** Distinct from Dynamic Data Source Connectors: focuses on WebSocket-specific ingestion, not general dynamic sources.