All Projects → covidgraph → visual-graph-explorer

covidgraph / visual-graph-explorer

Licence: MIT license
A simple graph explorer leveraging yFiles for HTML, neo4j bolt, implemented using VueJS and Vuetify

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to visual-graph-explorer

torrent
Bittorrent library implemented in pure Dart. [WIP, early development stage]
Stars: ✭ 26 (+100%)
Mutual labels:  wip
ambari-hdp-docker
Dockerfiles and Docker Compose for HDP 2.6 with Blueprints
Stars: ✭ 23 (+76.92%)
Mutual labels:  blueprint
vuetify-tsx
Vuetify TSX is just a wrapper lib around vuetify components.
Stars: ✭ 20 (+53.85%)
Mutual labels:  vuetify
tix
[WIP] A type system for nix
Stars: ✭ 59 (+353.85%)
Mutual labels:  wip
f-omega-mu
Fωμ type checker and compiler
Stars: ✭ 46 (+253.85%)
Mutual labels:  wip
vue-modern-resume
🗂 A simple resume template based on Vue.js framework and Vuetify UI toolkit.
Stars: ✭ 104 (+700%)
Mutual labels:  vuetify
AminoREAPI
📱 An unofficial (and reversed enginnered!) client library for http://aminoapps.com/
Stars: ✭ 34 (+161.54%)
Mutual labels:  wip
device-epd
E-Paper Display Device
Stars: ✭ 26 (+100%)
Mutual labels:  vuetify
OctoPrint-Octoremote
A hardware remote for Octoprint controlled 3D Printers
Stars: ✭ 23 (+76.92%)
Mutual labels:  wip
pepatch
A hacky tool to patch PE binaries.
Stars: ✭ 21 (+61.54%)
Mutual labels:  wip
snk.dev-assistant
Assistant for code development with advanced machine learning features
Stars: ✭ 14 (+7.69%)
Mutual labels:  wip
prometheus to clickhouse
Prometheus to Clickhouse Adapter
Stars: ✭ 14 (+7.69%)
Mutual labels:  wip
grpc-web-chat
A simple project demonstrating how both a Go and Java back end can power the same Vue.js front end using gRPC.
Stars: ✭ 21 (+61.54%)
Mutual labels:  vuetify
wip
WIP & naenae: CLI utilities to easily manage Work In Progress with Git
Stars: ✭ 46 (+253.85%)
Mutual labels:  wip
go-external-ip
a Golang library to get your external ip from multiple services
Stars: ✭ 55 (+323.08%)
Mutual labels:  wip
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (+7.69%)
Mutual labels:  wip
KanColle-English-Patch-KCCP
English Patch for the original KanColle browser game, to be used with KCCacheProxy. Translates most of the game into english.
Stars: ✭ 28 (+115.38%)
Mutual labels:  wip
tldr.linux.cn
Linux 命令快速查询(Linux 小程序 Web 版)
Stars: ✭ 47 (+261.54%)
Mutual labels:  vuetify
ui5-cap-event-app
Showcase of SAP Cloud Application Programming Model and OData V4 with draft mode in a freestyle SAPUI5 app and an SAP Fiori elements app.
Stars: ✭ 70 (+438.46%)
Mutual labels:  wip
laracube
Code Driven Reporting Platform for Laravel.
Stars: ✭ 25 (+92.31%)
Mutual labels:  vuetify

Visual Graph Explorer

A screenshot of this sample application

Run the application here: https://live.yworks.com/covidgraph

This repository contains a sample application that can be used as a template to browse the "covid-graph". See https://covidgraph.org for more information.

Using the editor

Please see the manual for a quick introduction on how to use the editor.

See also

How to run and develop this app as a software developer

You need a copy of the yFiles for HTML diagramming library in order to develop this application. You can download a free test version of yFiles in the yWorks Customer Center. See this introductory video on YouTube that will guide you through these steps.

Checkout this project, then extract the yFiles for HTML package zip to some directory. The library lib-dev/yfiles-25.0.0+eval-dev.tgz file needs to be placed top-level in the directory of this checkout next to this file so that it can be installed via npm i or yarn into this project. Before you compile and run the project, also copy the license.json file from the yFiles package (find it at lib\license.json and also drop it into this directory as yfiles-license.json).

This is what your directory contents should look like:

documents
 |-- visual-graph-explorer
     +-- yfiles-25.0.0+eval-dev.tgz
     +-- yfiles-license.json
     +-- README.md
     +-- ...

Afterwards, run the usual commands

npm i

followed by

npm run serve

or if you prefer the visual UI from vue-cli

vue ui

About

This application is powered by yFiles for HTML, the powerful diagramming library. It was created as part of yWorks' Fight Corona Program.

Turn your data into clear diagrams with the help of unequaled automatic diagram layout, use rich visualizations for your diagram elements, and give your users an intuitive interface for smooth interaction.

You can learn more about the many features that come with yFiles on the yFiles Features Overview.

If you want to try it for yourself, obtain a free test version of yFiles in the yWorks Customer Center.

License

The MIT License (MIT)

Copyright (c) 2020-2022 yWorks GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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