Showing 9 open source projects for "digraph"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Social Network Visualizer

    Social Network Visualizer

    Social Network Analysis and Visualization software

    Visit our new site: http://socnetv.org Social Network Visualizer (SocNetV) is a social network analysis and visualization application. You can draw a social network (graph/digraph) or load an existing one (GraphML, UCINET, Pajek, etc), compute cohesion, centrality, community and structural equivalence metrics and apply various layout algorithms based on actor centrality or prestige scores (i.e. Eigenvector, Betweenness) or on dynamic models (i.e. Kamada-Kawai spring-embedder)
    Downloads: 61 This Week
    Last Update:
    See Project
  • 2

    rust_dot

    RustDOT is mostly the Graphviz DOT language, lightly rustified.

    ...("{} {} \"{}\" {:?} {:?}", g1.strict, g1.directed, g1.name, g1.nodes, g1.edges); // false false "" ["A", "B", "C", "D"] [(0, 1), (1, 2), (1, 3)] let g2 = parse_string("digraph Didi { -1 -> 2 -> 3  2 -> 4.2 }"); println!("{} {} \"{}\" {:?} {:?}", g2.strict, g2.directed, g2.name, g2.nodes, g2.edges); // false true "Didi" ["-1", "2", "3", "4.2"] [(0, 1), (1, 2), (1, 3)] The return values can be fed to crates petgraph (or graph/graph_builder): let mut petgraph = petgraph::graph::Graph::new(); let nodes: Vec<_> = rust_dot_graph.nodes    .iter()    .map(|node| petgraph        .add_node(node))    .collect(); for edge in rust_dot_graph.edges {    petgraph        .add_edge(nodes[edge.0], nodes[edge.1], ()); };
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LightGraphs

    LightGraphs

    An optimized graphs package for the Julia programming language

    LightGraphs offers both (a) a set of simple, concrete graph implementations -- Graph (for undirected graphs) and DiGraph (for directed graphs), and (b) an API for the development of more sophisticated graph implementations under the AbstractGraph type. The project goal is to mirror the functionality of robust network and graph analysis libraries such as NetworkX while being simpler to use and more efficient than existing Julian graph libraries such as Graphs.jl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Microsoft Cognitive Toolkit (CNTK)

    Microsoft Cognitive Toolkit (CNTK)

    Open-source toolkit for commercial-grade distributed deep learning

    CNTK describes neural networks as a series of computational steps via a digraph which are a set of nodes or vertices that are connected with the edges directed between different vertexes. Create and combine models such as: -Feed-Forward DNNs -Convolutional neural networks -Recurrent neural networks
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Curl External Library -- a Curl Open Source project. This project contains libraries for use with the Curl platform
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    This is a Petri Network(PN) Simulator and some of graph and digraph operations. It is written in VisualC++ 6.0 MDI document. It supports mPN,mJPN and mTPN. And the new version 2.5 suports also graph and digraph operations like: minimum cost trees, paths,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A set of tools for analysis of information that can be represented as a digraph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    D.R.I.V.E. - Digraph Research Inside Virtual Environments. A set of library/tools for the research of available paths inside VRML worlds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Our project is to create a digraph editing tool modeled and improved upon the current Loop Group PowerPlay software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB