All Projects → graphology → Graphology

graphology / Graphology

Licence: mit
A robust & multipurpose Graph object for JavaScript & TypeScript.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Graphology

Logseq
A privacy-first, open-source platform for knowledge management and collaboration. Desktop app download link: https://github.com/logseq/logseq/releases, roadmap: https://trello.com/b/8txSM12G/roadmap
Stars: ✭ 8,210 (+2077.72%)
Mutual labels:  graph
Pathfinding
Pathfinding library for rust
Stars: ✭ 324 (-14.06%)
Mutual labels:  graph
Sourcecred
a social algorithm for computing cred
Stars: ✭ 345 (-8.49%)
Mutual labels:  graph
Flutter Candlesticks
Elegant OHLC Candlestick and Trade Volume charts for @Flutter
Stars: ✭ 318 (-15.65%)
Mutual labels:  graph
Curvegraphview
A highly customizable and performant custom view to render curved line graph.
Stars: ✭ 321 (-14.85%)
Mutual labels:  graph
Nodz
Nodz : Visualize your data - Free nodes based graph generator.
Stars: ✭ 330 (-12.47%)
Mutual labels:  graph
Libfirm
graph based intermediate representation and backend for optimising compilers
Stars: ✭ 305 (-19.1%)
Mutual labels:  graph
Ggnn.pytorch
A PyTorch Implementation of Gated Graph Sequence Neural Networks (GGNN)
Stars: ✭ 360 (-4.51%)
Mutual labels:  graph
Algorithms.js
Atwood's Law applied to CS101 - Classic algorithms and data structures implemented in JavaScript
Stars: ✭ 3,322 (+781.17%)
Mutual labels:  graph
Graphosaurus
3D graph viewer powered by WebGL (three.js)
Stars: ✭ 340 (-9.81%)
Mutual labels:  graph
Popoto
Visual query builder for Neo4j graph database
Stars: ✭ 318 (-15.65%)
Mutual labels:  graph
Tplink Energy Monitor
An energy monitoring dashboard for TP-Link smart plugs
Stars: ✭ 316 (-16.18%)
Mutual labels:  graph
Keras Gat
Keras implementation of the graph attention networks (GAT) by Veličković et al. (2017; https://arxiv.org/abs/1710.10903)
Stars: ✭ 334 (-11.41%)
Mutual labels:  graph
Vim Flog
A lightweight and powerful git branch viewer for vim.
Stars: ✭ 314 (-16.71%)
Mutual labels:  graph
Rdf
RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.
Stars: ✭ 353 (-6.37%)
Mutual labels:  graph
Constellation
A graph-focused data visualisation and interactive analysis application.
Stars: ✭ 309 (-18.04%)
Mutual labels:  graph
Vivagraphjs
Graph drawing library for JavaScript
Stars: ✭ 3,442 (+813%)
Mutual labels:  graph
Graph Visualizer
Visualizer for your Playable graphs
Stars: ✭ 367 (-2.65%)
Mutual labels:  graph
Communities
Library of community detection algorithms and visualization tools
Stars: ✭ 348 (-7.69%)
Mutual labels:  graph
Paracel
Distributed training framework with parameter server
Stars: ✭ 335 (-11.14%)
Mutual labels:  graph

Build Status

Graphology

graphology is a specification for a robust & multipurpose JavaScript Graph object and aiming at supporting various kinds of graphs under a same unified interface.

You will also find here the source for the reference implementation of this specification.

Installation

npm install graphology

Documentation

Full documentation for the library/specs is available here.

Contribution

Contributions are obviously welcome. Just be sure to lint & add/run relevant unit tests.

# Installing locally
git clone [email protected]:graphology/graphology.git
cd graphology
npm install

# Linting
npm run lint

# Running the unit tests
npm test

# Building & Distribution
npm run build
npm run dist
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].