Coder Social home page Coder Social logo

poloclub / argo-graph-lite Goto Github PK

View Code? Open in Web Editor NEW
100.0 8.0 29.0 17.47 MB

Interactive Graph Visualization in Your Browser

Home Page: https://poloclub.github.io/argo-graph-lite

License: MIT License

JavaScript 98.27% HTML 0.66% CSS 1.07%
graph-visualization web-gl graph-algorithms serverless javascript three-js d3-js

argo-graph-lite's Introduction

Argo Lite

Build Status

An interactive graph visualization system that runs in your web browsers. No installation needed.

Live Demo - Launch Argo Lite in your browser

Argo Lite logo

Documentations

Feature Highlights

Interactive Graph Visualization

Visualize your graph with interactive force-directed layout, automatic sizing and coloring by pagerank, and full control over every node for customization!

Argo Lite visualization with force directed layout

Argo Lite visualization graph options

Incremental Exploration

Argo Lite empowers you to incrementally explore large graphs. Start by several import nodes (with high PageRank or degree) or by a node that you are interested in, and add their neighbor nodes to expand your visualization!

Argo Lite incremental exploration

Save and Publish via URLs

You can publish your "graph snapshot" as a URL link. Anyone with the link will be able to access and continue their exploration from this snapshot. You can still save the snapshot locally as a file if you prefer.

If you are working on sensitive or proprietary data, and prefer to set up a private sharing server with access control, please refer to Deploying Argo Lite and Sharing backend service

Argo Lite sharing graph as link

You will be able to load the snapshot from your saved file or from the shared link to work on them again. Note that each snapshot associated with a link is immutable, so if you modify a shared graph, you need to share again to get a new link. The original link will still point to the graph before your modification.

Embed into Web Pages

Argo Lite allows you to embed your interactive graph visualization snapshots into iframe-based web widgets! You can embed them into web articles, blog posts and even interactive notebooks such as Jupyter Notebooks. Tell a story with your graph!

Argo Lite embedded widget mode

Graphs for Testing and Demos

Toy graphs for testing Argo Lite


โ™ฅ Developed and maintained by Polo Club of Data Science. MIT License.

argo-graph-lite's People

Contributors

alexanderhyang avatar aupadhayay3 avatar fz2000 avatar kevinli573 avatar polochau avatar rsli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

argo-graph-lite's Issues

Add an error message when importing malformed CSV.

While Argo Lite is being used in a class where students import graphs from programmatically generated CSV files, many students created malformed CSV files without the correct quotation strings to escape string values, causing parsing errors during the import process. For example, while Argo Lite is expecting:

college, location
"Georgia Tech", "Atlanta, GA"

some students might generate

college, location
Georgia Tech, Atlanta, GA

which is malformed and cannot be imported.

Argo Lite should give a proper error dialog/message (or use the existing NotificationService that generates a toast) when such error occurs, rather than hanging in the import dialog.

Integration with Neo4j

Wondering if you've done any integration with Neo4j. I'd be interested in replacing their graph with something faster.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.