awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesGraph Element Upserting

Creating or updating nodes and relationships based on a set of provided properties.

Distinct from Graph Element Labels: Focuses on the merge/upsert logic of creating or updating elements, not just labeling them.

Explore 4 awesome GitHub repositories matching data & databases · Graph Element Upserting. Refine with filters or upvote what's useful.

Awesome Graph Element Upserting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tldraw/draw-a-uiAvatar von tldraw

    tldraw/draw-a-ui

    5,445Auf GitHub ansehen↗

    Dieses Projekt ist ein KI-gestütztes visuelles Canvas- und kollaboratives Whiteboard-Framework. Es fungiert als anpassbare Vektor-Zeichen-Engine und als Werkzeug zur Umwandlung handgezeichneter Interface-Skizzen und Wireframes in funktionalen Code mittels künstlicher Intelligenz. Das System zeichnet sich durch die Integration von KI-Agenten aus, die visuelle Diagramme direkt auf dem Canvas lesen, modifizieren und generieren können. Zudem bietet es einen knotenbasierten Workflow-Editor zum Aufbau von Automatisierungspipelines und Datenverarbeitungsflüssen durch die Verbindung multimodaler Komponenten. Die Plattform deckt ein breites Spektrum an Funktionen ab, einschließlich Echtzeit-Multiplayer-Kollaboration mit User-Presence-Tracking, einem unendlichen Canvas mit GPU-beschleunigtem Rendering und einer umfassenden Suite an Werkzeugen zur Objektmanipulation und -ausrichtung. Zudem implementiert sie Web-Accessibility-Standards und bietet eine skriptfähige Schnittstelle zur Definition benutzerdefinierter Formen und programmatischer Canvas-Steuerelemente.

    Implements intelligent cloning of canvas objects with positioning to prevent overlapping stacks.

    TypeScript
    Auf GitHub ansehen↗5,445
  • memgraph/memgraphAvatar von memgraph

    memgraph/memgraph

    4,163Auf GitHub ansehen↗

    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

    Implements logic to create or update nodes and relationships based on a specified pattern.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  • kuzudb/kuzuAvatar von kuzudb

    kuzudb/kuzu

    3,965Auf GitHub ansehen↗

    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

    Adds new nodes or relationships to existing tables or updates them if they already exist based on specified property values.

    C++cypherdatabaseembeddable
    Auf GitHub ansehen↗3,965
  • falkordb/falkordbAvatar von FalkorDB

    FalkorDB/FalkorDB

    3,437Auf GitHub ansehen↗

    FalkorDB is a high-performance graph database management system and vector graph database. It serves as a knowledge graph construction tool and a GraphRAG knowledge store, integrating structured property graphs with vector search to provide grounded context for large language models. The engine is designed as a multi-tenant graph engine, capable of hosting thousands of isolated datasets within a single instance. The system distinguishes itself by using linear algebra for query execution, treating relationship tensors as matrix multiplications to achieve low-latency multi-hop traversals. It ut

    Creates complete copies of existing graphs to isolate execution data and maintain original state.

    Ccloud-databasedatabasedatabase-as-a-service
    Auf GitHub ansehen↗3,437
  1. Home
  2. Data & Databases
  3. Graph Element Upserting

Unter-Tags erkunden

  • Element DuplicationsCreation of exact copies of nodes, subgraphs, or paths including their labels and properties. **Distinct from Graph Element Upserting:** Distinct from Upserting: focuses on duplicating existing structures rather than merging or updating them based on properties.