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
·

7 Repos

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

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

    jeecgboot/jimureport

    8,059Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,059
  • hotwired/turboAvatar von hotwired

    hotwired/turbo

    7,343Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,343
  • chillzhuang/springbladeAvatar von chillzhuang

    chillzhuang/SpringBlade

    6,900Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,900
  • plasmicapp/plasmicAvatar von plasmicapp

    plasmicapp/plasmic

    6,648Auf GitHub ansehen↗

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

    TypeScriptbuildercmsdesign
    Auf GitHub ansehen↗6,648
  • openblocks-dev/openblocksAvatar von openblocks-dev

    openblocks-dev/openblocks

    6,220Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,220
  • pytorch/igniteAvatar von pytorch

    pytorch/ignite

    4,770Auf GitHub ansehen↗

    Ignite ist ein High-Level-Trainings-Framework für PyTorch-Neuronale Netze, das als Trainings-Engine und Deep-Learning-Lifecycle-Manager dient. Es bietet ein strukturiertes System zur Organisation und Automatisierung von Trainings- und Evaluierungsschleifen, verwaltet Daten-Iteratoren und löst Event-Handler bei bestimmten Meilensteinen während des Modelltrainings aus. Das Projekt zeichnet sich durch eine umfassende Suite von Tools für verteiltes Training und Modellevaluierung aus. Es enthält Dienstprogramme zur Synchronisierung von Gradienten und zur Koordination kollektiver Kommunikation über mehrere GPUs oder Knoten hinweg sowie eine Evaluierungssuite zur Berechnung von Leistungsmetriken und zur Durchführung von k-facher Kreuzvalidierung. Die breiteren Funktionen umfassen die Automatisierung von Trainings-Workflows, einschließlich Learning-Rate-Scheduling, Early Stopping und Hyperparameter-Optimierung. Das Framework bietet zudem Observability-Tools für Experiment-Tracking, Profiling der Ausführungszeit und Mixed-Precision-Training zur Optimierung der Speicherauslastung. Mechanismen zur Statuspersistenz sind enthalten, um Modell-Checkpoints zu verwalten und Trainingssitzungen wiederherzustellen. Containerisierte Umgebungen sind verfügbar, um die Bereitstellung und Einrichtung zu vereinfachen.

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

    Python
    Auf GitHub ansehen↗4,770
  • arroyosystems/arroyoAvatar von ArroyoSystems

    ArroyoSystems/arroyo

    4,819Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,819
  1. Home
  2. Data & Databases
  3. Data Source Connectivity Tools
  4. Dynamic Data Source Connectors

Unter-Tags erkunden

  • 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.