Coder Social home page Coder Social logo

goll-e's Introduction

GOLL-E

Join the chat at https://gitter.im/twosigma/goll-e

The Graph Object Language and Layout Editor is a javascript graph visualization and layout tool. The graph is generated by parsing graph content data (using the GOLL-E Content Language specifications) that is input through a file and laying out the graph contents using a layout algorithm. The graph is then rendered and visualized and the user is able to modify the layout. by dragging the graph elements around. The user will also be able to edit the graph content while using the visualizer by using the in-line editor. The system consists of three core parts:

  • The GOLL-E Content Language
  • The Visualizer
  • The Editor

GOLL-E Content Language

The GOLL-E Content Language specifies the content of the graph, and any data pertaining the graph. That is the list of vertices contained in the graph, with each vertex detailing the data specific to itself, and a list of edges, with each edge detailing the data specific to itself. The content language is specified in greater detail here.

The Visualizer

The visualizer plays a key role in this system because it has to support user modification (i.e. dragging vertices to modify the layout).

The Editor

The final key component of the GOLL-E system is the in-line editor. It allows the user to edit the graph content while looking at the visualized graph.

Installation

For installation instructions, see the wiki.

goll-e's People

Contributors

jboolean avatar robertwarrengilmore avatar morgancabral avatar johnwobrien avatar salvaabate avatar andymeneely avatar markroth8 avatar gitter-badger avatar

Stargazers

 avatar  avatar Zach Stone avatar Benjamin G avatar David Z. Chen avatar Joe Graham avatar Joshua Herman avatar Michael Anthony avatar Nicky McCurdy avatar  avatar  avatar

Watchers

Todd Kaufmann avatar  avatar  avatar James Cloos avatar  avatar  avatar Michael Anthony avatar  avatar  avatar  avatar  avatar  avatar

goll-e's Issues

Should specify 'sudo' for the global install

Not sure if 'sudo npm run bootstrap'
would have been better, but briefly looking at the output and seeing '-g',
and then that the instructions said '... to install Gulp, Bower, and Jison globally'
I just did 'sudo npm install -g bower gulp jison'
and continued to 'npm install',

... which oddly failed, because the above left ~/.npm/through2 owned by root somehow.
After fixing ownership install / build / start seems to work.

Add a REST API and a database to the back end for modifying and persisting hosted graph content.

A use case proposed for this product is that while a document is being "watched" by the graph editor in a browser, another machine would update the graph by, for instance, adding or removing a style class on a vertex. To this end, the Express server component of the product should expose a REST API for editing documents, and should also persist those documents (whereas currently the express server only hosts a static page where the user must enter the contents of a document into the editor).

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.