Simple dependency graph.
Example usage: ```javascript import { createClient, Graph } from 'redis';
Microsoft Graph Client Library
Get the graph of dependents in a monorepo
2D force-directed graph rendered on HTML5 canvas
Parse sass files and extract a graph of imports
[](https://travis-ci.org/tmont/tarjan-graph) [](https://www.npmjs.com/package/tarjan-graph)
Graph layout for JavaScript
Types for Microsoft Graph objects
UI component for a 3D force-directed graph using ThreeJS and d3-force-3d layout engine
A graph data structure with topological sort.
Node.js scraper module for Open Graph and Twitter Card info
Library with base interfaces for LangGraph checkpoint savers.
A low-level utility for matching a string against a directed acyclic graph of regexes.
Create graphs from module dependencies.
Base for creating objects that behave like a Property Graph.
Finds all elementary circuits of a directed graph using Johnson's algorithm (1975)
graph data structure
<p> <a href="https://www.npmjs.com/package/@microsoft/teams.graph" target="_blank"> <img src="https://img.shields.io/npm/v/@microsoft/teams.graph/latest" /> </a> <a href="https://www.npmjs.com/package/@microsoft/teams.graph?activeTab=c
The new Apollo CLI
prints a dependency graph in dot format for your typescript or react project
Graph layout for JavaScript
D3 sankey with circular links
InversifyJs core package
Graph Api error types and handling for the graph-rs-sdk crate
Structured error formatting for graph operations
Tool for validating the schema of a free form graph databases and for reporting errors, including a REST access layer for runtime checking
Tiny library for the Facebook Graph API. This library provides several things : methods to handle the OAuth base authentification : generating the login url, retrieving the access_token . And methods, based on the rest-client gem, that allow you to retrieve/post data/files from the Facebook Graph. These methods may raise a custom exception in the API encounters errors.
Walks your ActiveRecord object graph — has_many, has_one, belongs_to, HABTM, polymorphic — and returns a list of every validation error found.
This gem contains command-line utility for solving 0/1 knapsack problem using branch-and-bound method, dynamic programming, simple heuristic (weight/price) and fully polynomial time approximation scheme. It can measure CPU and wall-clock time spent by solving a problem, compute relative error of the result and generate graphs from those values.
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
Sirena is a pure Ruby implementation of Mermaid diagram rendering. It parses Mermaid syntax and generates SVG output using Parslet grammars and ELK layout. Supports 24 diagram types: flowcharts, sequence, class, state, ER, C4, block, architecture, Gantt, timeline, Git graph, mindmap, Kanban, user journey, pie, quadrant, radar, XY charts, requirement, Sankey, packet, treemap, info, and error displays.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.