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

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • cayleygraph/cayleyAvatar von cayleygraph

    cayleygraph/cayley

    15,043Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,043
  • potpie-ai/potpieAvatar von potpie-ai

    potpie-ai/potpie

    5,161Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,161
  • 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

    The product locates nodes that have no incoming or outgoing relationships.

    C++cyphergraphgraph-algorithms
    Auf GitHub ansehen↗4,163
  • dabeng/orgchartAvatar von dabeng

    dabeng/OrgChart

    3,007Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,007
  • dsgiitr/graph_netsAvatar von dsgiitr

    dsgiitr/graph_nets

    1,237Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,237
  1. Home
  2. Data & Databases
  3. Data Stream Subscriptions
  4. Subject Subscription Filtering
  5. Proxy Node Filters
  6. Graph Node Filtering

Unter-Tags erkunden

  • 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.