All Projects β†’ lmangani β†’ gun-scape

lmangani / gun-scape

Licence: other
GunDB Cytoscape Graph Visualizer + Live Editor

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to gun-scape

kibana graph
Interactive Network Graph Visualization For Kibana (unmaintained)
Stars: ✭ 38 (-22.45%)
Mutual labels:  gun, gundb, relations
gun-cassandra
Cassandra / Elassandra persistence layer for Gun DB πŸ”«
Stars: ✭ 14 (-71.43%)
Mutual labels:  gun, gundb
gunstore.io
Store your data in Gun DB by sending simple HTTP requests - based on jsonstore.io πŸ’Ύ πŸš€
Stars: ✭ 32 (-34.69%)
Mutual labels:  gun, gundb
py4cytoscape
Python library for calling Cytoscape Automation via CyREST
Stars: ✭ 36 (-26.53%)
Mutual labels:  cytoscape
Similar-Craft
Find similar elements
Stars: ✭ 32 (-34.69%)
Mutual labels:  relations
cytoscape-sbgn-stylesheet
View biological networks via Cytoscape.js and sbgn-ml
Stars: ✭ 47 (-4.08%)
Mutual labels:  cytoscape
agda
The theory of algebraic graphs formalised in Agda
Stars: ✭ 67 (+36.73%)
Mutual labels:  graph
cytoscapeneo4j
Cytoscape plugin for neo4j
Stars: ✭ 18 (-63.27%)
Mutual labels:  cytoscape
cl-covid19
Explore COVID-19 data with Common Lisp, gnuplot, SQL and Grafana
Stars: ✭ 51 (+4.08%)
Mutual labels:  graph
EnrichmentMapApp
The EnrichmentMap Cytoscape App allows you to visualize the results of gene-set enrichment as a network.
Stars: ✭ 26 (-46.94%)
Mutual labels:  cytoscape
todomvc
Realtime TodoMVC experience using Imba and GunDB
Stars: ✭ 19 (-61.22%)
Mutual labels:  gundb
racket-graphviz
Library to enable using graphviz in Racket programs
Stars: ✭ 20 (-59.18%)
Mutual labels:  graph
machine gun
HTTP/1 and HTTP/2 client for Elixir. Based on Gun and Poolboy.
Stars: ✭ 62 (+26.53%)
Mutual labels:  gun
purescript-d3-tagless-II
Tagless final style interpreter / wrapper for D3 in PureScript, latest of many re-writes
Stars: ✭ 28 (-42.86%)
Mutual labels:  graph
paStash
pastaΚƒ'Κƒ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (+81.63%)
Mutual labels:  gundb
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-65.31%)
Mutual labels:  relations
meanOs
Mean Operating System - The first decentralized, artificially intelligent, MEAN.js stack, operating system. Mean OS is the only operating system hosted anonymous using a P2P network and a suite of non-standard in-browser delivery mechanisms. Mean OS proudly supports Brave and Tor, be free!
Stars: ✭ 62 (+26.53%)
Mutual labels:  gun
parallel-dfs-dag
A parallel implementation of DFS for Directed Acyclic Graphs (https://research.nvidia.com/publication/parallel-depth-first-search-directed-acyclic-graphs)
Stars: ✭ 29 (-40.82%)
Mutual labels:  graph
ux-charts
Simple, responsive, modern Charts with zero dependencies
Stars: ✭ 22 (-55.1%)
Mutual labels:  graph
relic
Functional relational programming for Clojure(Script).
Stars: ✭ 116 (+136.73%)
Mutual labels:  relations

Gun-scape

GunDB Cytoscape Graph Visualizer + Live Editor

Try the Live Demo

Execute your own "Shot-GunDB Wedding" and test all Gun commands in a snap: ezgif com-optimize 30

Flow Example
g.get('ua').put({name: 'SIP User-Agent'});
g.get('opensips').put({name: 'OpenSIPS'});
g.get('asterisk').put({name: 'Asterisk'});
g.get('rtpengine').put({name: 'RTP:Engine'});
g.get('homer').put({name: 'HOMER'});
g.get('ua').get('sip').put(g.get('opensips')); 
g.get('ua').get('rtp').put(g.get('rtpengine')); 
g.get('opensips').get('sip').put(g.get('asterisk')); 
g.get('rtpengine').get('rtp').put(g.get('asterisk')); 
g.get('opensips').get('hep-sip').put(g.get('homer')); 
g.get('asterisk').get('hep-sip').put(g.get('homer')); 
g.get('rtpengine').get('hep-rtcp').put(g.get('homer')); 

Credit

This Demo is based on serve-gun

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].