4 مستودعات
Combining multiple graph vertices into one while preserving properties and relationships.
Distinct from Node: Candidates focus on workflow branches, label PDFs, or set operations, not merging database nodes.
Explore 4 awesome GitHub repositories matching data & databases · Graph Node Merging. Refine with filters or upvote what's useful.
هذا المشروع عبارة عن مستودع توطين صيني ومشروع ترجمة تقنية مصمم لجعل مشاريع البرمجة الموجزة والوثائق التقنية في متناول المتحدثين بالصينية. يوفر مجموعة من الموارد المترجمة والخرائط المنسقة لمصطلحات علوم الكمبيوتر لضمان ترجمة متسقة للمفاهيم التقنية. ينفذ المشروع سير عمل توطين برمجيات يحول الأدلة التقنية ووثائق قاعدة الكود باللغة الإنجليزية إلى الصينية. تستخدم هذه العملية مورد مسرد تقني ونموذج توطين قائم على الموارد للحفاظ على المعنى الأصلي والسياق التقني للمادة المصدر. يغطي المستودع ترجمة الوثائق التقنية وإدارة خرائط الترجمة الموحدة لضمان صياغة تقنية متسقة عبر مشاريع برمجية متنوعة.
Combines multiple graph vertices into one while preserving properties and relationships.
openapi-devtools هو إضافة للمتصفح ومولد لمواصفات OpenAPI يقوم بالتقاط حركة مرور الشبكة لتوثيق هياكل الـ API للمواقع والتطبيقات تلقائياً. يعمل كأداة لالتقاط حركة مرور HTTP وأداة توثيق تعتمد على المتصفح، حيث يقوم بربط طلبات الشبكة في الوقت الفعلي بمواصفات API قياسية. تتيح الأداة الهندسة العكسية للـ API من خلال اعتراض حركة مرور HTTP الصادرة واستخدام دمج يعتمد على الاستدلال لجمع الترويسات (headers) والنصوص (bodies) والمعاملات من طلبات متعددة في تعريفات نقاط نهاية موحدة. يمكن تصور هذه التعريفات الملتقطة كوثائق مقروءة بشرياً داخل المتصفح أو تصديرها كملفات قابلة للتحميل وسلاسل نصية قابلة للمشاركة. يغطي المشروع سير العمل الكامل لربط طلبات الشبكة، بدءاً من توليد المواصفات من جانب العميل واستمرارية الحالة وصولاً إلى التصدير النهائي لتعريف الـ API.
Identifies overlapping patterns in paths and parameters to merge multiple request instances into one API definition.
Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution
Ships a MERGE clause that creates or matches vertices by label and property constraints.
Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr
Combines multiple source nodes by transferring their properties, labels, and relationships into a single target node.