awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

5 repositorios

Awesome GitHub RepositoriesGraph Node Filtering

Restricting sets of graph nodes based on predicate-object matches and range constraints.

Distinct from Proxy Node Filters: Distinct from proxy node filters: applies to general graph vertices rather than network proxy nodes.

Explore 5 awesome GitHub repositories matching data & databases · Graph Node Filtering. Refine with filters or upvote what's useful.

Awesome Graph Node Filtering GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cayleygraph/cayleyAvatar de cayleygraph

    cayleygraph/cayley

    15,043Ver en GitHub↗

    Cayley is a graph database engine designed for storing and querying interconnected data using a quad-based data model. It functions as an RDF quad store, managing information through subjects, predicates, objects, and labels. The system features a modular graph store architecture with pluggable backends, allowing it to swap between in-memory storage and various external persistent databases. It includes a GraphQL-inspired API and a dedicated data visualizer for the interactive exploration of nodes and edges. Query capabilities cover bidirectional path traversal and multi-syntax execution usi

    Restricts the set of nodes based on predicate-object matches, range constraints, string matching, or identities.

    Go
    Ver en GitHub↗15,043
  • potpie-ai/potpieAvatar de potpie-ai

    potpie-ai/potpie

    5,161Ver en GitHub↗

    Potpie is an LLM codebase analysis platform and multi-agent orchestration framework designed to act as an AI software engineer. It parses repositories into a structured code knowledge graph, enabling AI agents to perform multi-hop reasoning, dependency tracing, and grounded technical analysis across large codebases. The system distinguishes itself through a spec-driven development framework where agents generate detailed technical specifications and architecture plans before implementing multi-file code changes. It utilizes a durable execution engine to coordinate specialized AI personas for

    Finds nodes in a knowledge graph by matching natural language queries against node descriptions.

    Pythonagentsai-agentsai-agents-framework
    Ver en GitHub↗5,161
  • 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 locates nodes that have no incoming or outgoing relationships.

    C++cyphergraphgraph-algorithms
    Ver en GitHub↗4,163
  • dabeng/orgchartAvatar de dabeng

    dabeng/OrgChart

    3,007Ver en GitHub↗

    OrgChart is a JavaScript hierarchy visualization library and web-based editor used to render interactive organizational charts from JSON or HTML data sources. It functions as a JSON-driven tree mapper and interactive component for visualizing, exploring, and editing complex hierarchical structures. The library enables the real-time modification of parent-child and sibling relationships through drag-and-drop reorganization and dynamic node editing. It distinguishes itself by providing a visual editor for programmatically altering tree structures and managing organizational maps. The system in

    Includes node filtering to search for and isolate specific elements within the chart hierarchy.

    JavaScriptchartjqueryorg
    Ver en GitHub↗3,007
  • dsgiitr/graph_netsAvatar de dsgiitr

    dsgiitr/graph_nets

    1,237Ver en GitHub↗

    Graph Nets is a graph neural network library and educational toolkit implemented in PyTorch, providing implementations of popular graph representation learning algorithms and research papers. The project covers core graph machine learning tasks including semi-supervised node classification, inductive and unsupervised node embedding generation, and neighborhood feature aggregation. The library supports diverse algorithmic approaches for processing network structures, ranging from shared-parameter graph convolutions and attention-weighted neighborhood aggregation to spectral Chebyshev filtering

    Apply convolutional operations across non-euclidean graph structures using shared filter parameters to perform semi-supervised classification on nodes.

    Jupyter Notebookchebyshev-polynomialsdeepwalkgraph-attention-networks
    Ver en GitHub↗1,237
  1. Home
  2. Data & Databases
  3. Data Stream Subscriptions
  4. Subject Subscription Filtering
  5. Proxy Node Filters
  6. Graph Node Filtering

Explorar subetiquetas

  • Isolated Node DiscoveryIdentification of nodes with no incoming or outgoing relationships. **Distinct from Graph Node Filtering:** Distinct from Graph Node Filtering as it specifically identifies nodes with zero degree rather than filtering by properties.
  • Semantic Node SearchMatching natural language queries against semantic descriptions of graph nodes. **Distinct from Graph Node Filtering:** Focuses on semantic matching of descriptions rather than predicate-object matching in general graph filtering.