awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesMulti-Source Combiners

Report designers that combine data from multiple tables or queries into a single report layout without manual joins.

Distinct from Report Designers: Distinct from Report Designers: specifically combines data from multiple sources into one layout rather than general report creation.

Explore 5 awesome GitHub repositories matching web development · Multi-Source Combiners. Refine with filters or upvote what's useful.

Awesome Multi-Source Combiners GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • jeecgboot/jimureportالصورة الرمزية لـ jeecgboot

    jeecgboot/jimureport

    8,059عرض على 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

    Combines fields from separate datasets into a single report by linking them on a common key.

    Javaaibibigscreen
    عرض على GitHub↗8,059
  • hazelcast/hazelcastالصورة الرمزية لـ hazelcast

    hazelcast/hazelcast

    6,570عرض على GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Merges or enriches data from disparate streaming and batch sources using join or union operations within a pipeline.

    Javabig-datacachingdata-in-motion
    عرض على GitHub↗6,570
  • jsdelivr/jsdelivrالصورة الرمزية لـ jsdelivr

    jsdelivr/jsdelivr

    6,281عرض على GitHub↗

    A free, fast, and reliable Open Source CDN for npm, GitHub, Javascript, and ESM

    Combines several source files into a single HTTP response to reduce page-load requests.

    JavaScript
    عرض على GitHub↗6,281
  • amitshekhariitbhu/androidnetworkingالصورة الرمزية لـ amitshekhariitbhu

    amitshekhariitbhu/AndroidNetworking

    5,906عرض على GitHub↗

    AndroidNetworking is an HTTP networking library for Android that handles the full lifecycle of network communication, from sending requests to parsing responses and caching data. It provides a unified interface for executing GET, POST, PUT, DELETE, HEAD, and PATCH requests, with support for both synchronous and asynchronous execution, and includes built-in JSON response parsing that converts server responses directly into Java objects or lists. The library distinguishes itself through a set of integrated capabilities that go beyond basic request execution. It manages file downloads and upload

    Merges the results of two or more independent network calls into a single combined response using RxJava operators like Zip.

    Java
    عرض على GitHub↗5,906
  • urbica/martinالصورة الرمزية لـ urbica

    urbica/martin

    3,707عرض على GitHub↗

    Martin is a vector tile server and map asset server that delivers geospatial data from PostGIS databases, MBTiles, and PMtiles files. It functions as a TileJSON metadata provider and a suite of vector tile tooling for generating, validating, and exporting geospatial tile archives. The project distinguishes itself by providing integrated map asset management, generating map styles, sprite sheets, and font glyphs on the fly. It supports advanced visual rendering capabilities such as Signed Distance Field sprites for runtime recoloring and fallback-based font composition to ensure complete chara

    Merges multiple data streams into a single composite HTTP response to minimize network requests.

    Rust
    عرض على GitHub↗3,707
  1. Home
  2. Web Development
  3. Report Designers
  4. Multi-Source Combiners

استكشف الوسوم الفرعية

  • HTTP Response CombinersCombines several source files into a single HTTP response to reduce the number of page-load requests. **Distinct from Multi-Source Combiners:** Distinct from Multi-Source Combiners: combines source files into a single HTTP response, not data from multiple tables into a report.