Mapping technical identity as a graph
Add a __self prop to all JSX Elements
UI component for a 3D force-directed graph using ThreeJS and d3-force-3d layout engine
A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/
A development tool for filtering and visualizing import paths within a JavaScript/TypeScript application
UI component for a 3D force-directed graph in VR
Complete WASM toolkit for edge AI: vector search, graph DB, neural networks, DAG workflows, SQL/SPARQL/Cypher, and ONNX inference - all running in browser
Simple dependency graph.
UI component for a 3D force-directed graph in AR
help secure Express/Connect apps with various HTTP headers
Get the graph of dependents in a monorepo
Miscellaneous graph metrics for graphology.
Microsoft Graph Client Library
Memory module - AgentDB unification, HNSW indexing, vector search, hybrid SQLite+AgentDB backend (ADR-009)
Use a place-* shorthand for align-* and justify-* in CSS
Example usage: ```javascript import { createClient, Graph } from 'redis';
Automatically bind methods to their class instance
2D force-directed graph rendered on HTML5 canvas
Webpack hot reloading you can attach to your own server
Parse sass files and extract a graph of imports
Low level toolkit for SVG paths transformations.
Utility functions to deal with references in objects
A Spelling Checker for Code!
HTML void elements are not the only self-closing tags. This includes common SVG self-closing elements as well.
Meta-extension that models the agent cognitive architecture as a graph of subsystems, connections, and information flows — enabling self-awareness of its own architecture
gephi_keeper is a Ruby conversion gem that links YourTwapperKeeper (http://your.twapperkeeper.com/) to Gephi (http://www.gephi.org) by converting JSON output from YTK to Gephi's GEXF format. YourTwapperKeeper is a self-hosted service that archives tweets. Gephi is a graph visualization tool. YTK exports the archived tweets in a number of formats, one of which is JSON. The JSON files produced by YTK are converted by gephi_keeper into Gephi-readable GEXF files. The GEXF files can then be processed by Gephi to produce colorful graph representations of Twitter output.
kaskd-lens generates a self-contained, interactive HTML page that visualizes the service dependency graph produced by the kaskd gem. Includes blast radius exploration, depth control, search, pack filtering, and dark/light themes. No Rails required — works standalone or via a built-in WEBrick server.
visual_models mounts a self-contained D3-powered association graph at any path in your Rails app. It introspects ApplicationRecord (and, optionally, ActiveModel-only classes) at runtime, walks every reflection (belongs_to, has_one, has_many, has_many :through, has_and_belongs_to_many, polymorphic), and renders an interactive force-directed graph with search, zoom, drag-to-rearrange, position persistence, and a click-through details panel. Ships with zero asset-pipeline dependencies — D3 and Stimulus are loaded from CDN. Recommended for development environments only.
vdb mounts a self-contained D3-powered entity-relationship diagram at any path in your Rails app. It reads db/schema.rb (and any additional schema files you configure), infers FK relationships, and renders an interactive force-directed graph with search, zoom, drag-to-rearrange, and position persistence. Ships with zero asset-pipeline dependencies — D3 and Stimulus are loaded from CDN. Recommended for development environments only.
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/).
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.