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

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

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

3 مستودعات

Awesome GitHub RepositoriesStructured Data Endpoints

Server-side routes designed specifically to return structured data for resource requests.

Distinct from Instant API Endpoints: Candidates are too narrow (reactive, instant, or single-endpoint); this is a general capability for creating data-driven routes.

Explore 3 awesome GitHub repositories matching web development · Structured Data Endpoints. Refine with filters or upvote what's useful.

Awesome Structured Data Endpoints GitHub Repositories

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

    yajra/laravel-datatables

    4,875عرض على GitHub↗

    هذا المشروع عبارة عن تنفيذ من جانب الخادم لعرض جداول البيانات التفاعلية باستخدام إطار عمل Laravel. يعمل كجسر وواجهة برمجة تطبيقات (API wrapper) تقوم بتعيين استعلامات قاعدة البيانات إلى تنسيق JSON المحدد المطلوب بواسطة المكون الإضافي jQuery DataTables. تركز الأداة على التعامل مع مجموعات البيانات الكبيرة من خلال معالجة الترقيم، والتصفية، والبحث على الخادم بدلاً من تحميل جميع السجلات في المتصفح. تترجم الأداة معلمات طلب HTTP الواردة إلى استعلامات قاعدة بيانات لضمان جلب وتسلسل الصفوف الضرورية فقط. تتضمن مساحة القدرات تعيين البيانات القائم على Eloquent، وحقن البحث التلقائي باستخدام أحرف البدل، وتسلسل كائنات الاستجابة. كما توفر أدوات تشخيصية لتصحيح استعلامات قاعدة البيانات عن طريق إلحاق عبارات SQL المنفذة باستجابات API. توفر الحزمة أدوات متكاملة لتصدير البيانات وتحرير الجداول التفاعلية.

    Creates structured JSON endpoints designed specifically to feed a jQuery DataTables frontend.

    PHP
    عرض على GitHub↗4,875
  • datawhalechina/vibe-vibeالصورة الرمزية لـ datawhalechina

    datawhalechina/vibe-vibe

    3,126عرض على GitHub↗

    vibe-vibe is an LLM agent engineering framework and toolchain optimizer designed for orchestrating multi-agent systems. It serves as a comprehensive guide and methodology for transforming conceptual ideas into deployed applications through agentic software engineering. The project focuses on the orchestration of specialized AI agent roles with defined collaboration boundaries and iterative feedback loops. It provides frameworks for toolchain optimization, including the selection and evaluation of protocols that extend model capabilities and the design of standardized tool interfaces. The sys

    Creates server-side routes that return structured data for resource requests via standard web methods.

    agentagentic-aiai
    عرض على GitHub↗3,126
  • beancount/favaالصورة الرمزية لـ beancount

    beancount/fava

    2,499عرض على GitHub↗

    Fava is a web-based dashboard and query tool for visualizing and analyzing financial records stored in Beancount plain-text ledger files. It serves as a double-entry bookkeeping viewer and plain-text accounting dashboard that renders ledger files as interactive reports, searchable financial tables, and visual tools for exploring balance sheets and income statements. The project distinguishes itself through a specialized BQL query interface that executes SQL-like queries against postings to extract specific financial data and trends. It includes a financial data visualization system for genera

    Provides server-side routes that deliver account reports and budget data as structured JSON.

    Pythonbeancountledgerplaintext-accounting
    عرض على GitHub↗2,499
  1. Home
  2. Web Development
  3. Structured Data Endpoints

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

  • DataTables EndpointsSpecialized API endpoints that provide data formatted specifically for the jQuery DataTables plugin. **Distinct from Structured Data Endpoints:** Distinct from Structured Data Endpoints: specifically targets the jQuery DataTables JSON schema requirements.