5 Repos
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 5 awesome GitHub repositories matching data & databases · Graph Node Merging. Refine with filters or upvote what's useful.
Dieses Projekt ist ein chinesisches Lokalisierungs-Repository und technisches Übersetzungsprojekt, das darauf ausgelegt ist, prägnante Programmierprojekte und technische Dokumentationen für chinesischsprachige Personen zugänglich zu machen. Es bietet eine Sammlung übersetzter Ressourcen und kuratierter Mappings von Informatik-Terminologie, um eine konsistente Übersetzung technischer Konzepte zu gewährleisten. Das Projekt implementiert einen Software-Lokalisierungs-Workflow, der englischsprachige technische Leitfäden und Codebase-Dokumentationen in das Chinesische konvertiert. Dieser Prozess nutzt eine technische Glossar-Ressource und ein ressourcengesteuertes Lokalisierungsmodell, um die ursprüngliche Bedeutung und den technischen Kontext des Quellmaterials beizubehalten. Das Repository deckt die Übersetzung technischer Dokumentationen und die Verwaltung standardisierter Übersetzungs-Mappings ab, um eine konsistente technische Wortwahl über diverse Softwareprojekte hinweg sicherzustellen.
Combines multiple graph vertices into one while preserving properties and relationships.
openapi-devtools ist eine Browser-Erweiterung und ein Generator für OpenAPI-Spezifikationen, der Netzwerkverkehr erfasst, um API-Strukturen von Websites und Anwendungen automatisch zu dokumentieren. Es fungiert als HTTP-Traffic-Capturer und browserbasiertes Dokumentationstool, das Echtzeit-Netzwerkanfragen in standardisierte API-Spezifikationen überführt. Das Tool ermöglicht API-Reverse-Engineering, indem es ausgehenden HTTP-Traffic abfängt und mittels heuristischer Zusammenführung Header, Bodies und Parameter aus mehreren Anfragen zu einheitlichen Endpunkt-Definitionen kombiniert. Diese erfassten Definitionen können direkt im Browser als lesbare Dokumentation visualisiert oder als herunterladbare Dateien und teilbare Strings exportiert werden. Das Projekt deckt den gesamten Workflow des Network-Request-Mappings ab – von der clientseitigen Spezifikationsgenerierung und zustandsbasierten Persistenz bis hin zum finalen Export der API-Definition.
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 property values alone.
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.
Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di
Enables the creation of graph nodes and relationships using pattern matching syntax.