awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesGraph Object Instantiation

Processes for adding nodes and relationships to a database using specific structural patterns.

Distinct from Graph Relationship Modeling: Distinct from Relationship Modeling: focuses on the physical creation of objects in the database rather than the conceptual design of the network.

Explore 2 awesome GitHub repositories matching data & databases · Graph Object Instantiation. Refine with filters or upvote what's useful.

Awesome Graph Object Instantiation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mdaines/viz-jsAvatar de mdaines

    mdaines/viz-js

    4,330Ver en GitHub↗

    viz-js is a JavaScript rendering library and graph visualization engine that converts Graphviz DOT language descriptions into visual diagrams. It functions as a Graphviz rendering library designed to produce SVG output for web applications. The project utilizes a WebAssembly port of the Graphviz C library to execute layout engines directly in the browser. To maintain interface responsiveness, it processes computationally expensive layout calculations within background worker threads and uses a standardized JSON format for layout serialization. The library provides tools for dynamic graph vis

    Provides a JavaScript object API for defining graph structures as an alternative to DOT syntax.

    JavaScriptdotemscriptengraphviz
    Ver en GitHub↗4,330
  • memgraph/memgraphAvatar de memgraph

    memgraph/memgraph

    4,163Ver en GitHub↗

    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

    The product adds new nodes and relationships to the database using specified patterns and properties.

    C++cyphergraphgraph-algorithms
    Ver en GitHub↗4,163
  1. Home
  2. Data & Databases
  3. Graph Object Instantiation

Explorar subetiquetas

  • JavaScript Object Graph DefinitionsAccepts plain JavaScript objects as an alternative to DOT syntax for defining graph structure and attributes. **Distinct from Graph Object Instantiation:** Distinct from Graph Object Instantiation: defines graph structure via JS objects for rendering, not for database persistence.