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
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 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: 18 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
  • 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
  • 5
    Curl External Library -- a Curl Open Source project. This project contains libraries for use with the Curl platform
    Downloads: 0 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: 2 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
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB