awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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.

  1. Home
  2. Data & Databases
  3. Data Stream Subscriptions
  4. Subject Subscription Filtering
  5. Proxy Node Filters
  6. Graph Node Filtering

Awesome Graph Node Filtering GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cayleygraph/cayleycayleygraph 的头像

    cayleygraph/cayley

    15,043在 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
    在 GitHub 上查看↗15,043
  • potpie-ai/potpiepotpie-ai 的头像

    potpie-ai/potpie

    5,161在 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
    在 GitHub 上查看↗5,161
  • memgraph/memgraphmemgraph 的头像

    memgraph/memgraph

    4,163在 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
    在 GitHub 上查看↗4,163
  • dabeng/orgchartdabeng 的头像

    dabeng/OrgChart

    3,007在 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
    在 GitHub 上查看↗3,007
  • dsgiitr/graph_netsdsgiitr 的头像

    dsgiitr/graph_nets

    1,237在 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
    在 GitHub 上查看↗1,237

探索子标签

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