GithubHelp home page GithubHelp logo

ondrajz / goexplorer Goto Github PK

View Code? Open in Web Editor NEW
169.0 12.0 12.0 11.86 MB

Interactive overview of Go packages using dynamic visualization.

License: MIT License

Go 23.16% HTML 7.37% JavaScript 69.47%
go golang gopath static-analysis experimental visualization

goexplorer's Introduction

gopher

Go Explorer

gophers.slack.com#goexplorer

Go Explorer is an experimental tool to dynamically visualize Go packages using interactive overview.


Introduction

Goal of this project is to experiment with visualization of Go packages and environment to aid developers by providing interactive overviews for various analyses, such as exploring package hierarchy, viewing package dependencies, examining call graph of a program, ..etc.

The initial idea began during development of go-callvis and I've decided to develop goexplorer as a separate project, which is intended to provide more abstract approach.

Preview

screen

How it works

It has web server that serves the API and web application that uses vis.js for visualization inside <canvas>.

Features

This project is currently at very early stage of development! ⚠️

  • explore hierarchy of $GOPATH
  • view dependencies of a package
  • examine call graph of a program

Installation

Requirements

Install

Use the following command to install:

go get -u github.com/TrueFurby/goexplorer

Usage

Quick start

Start the web server with
cd $GOPATH/src/github.com/TrueFurby/goexplorer; go install
goexplorer
Open http://localhost:8888 in your browser.

Getting started

Clicking on nodes will retrieve content if any and add it's child nodes dynamically to the clicked node. By pressing DEL key you can remove all child nodes of currently selected node.

Nodes

  • with green laptop icon represent programs
  • with blue box icon represent packages

Community

Join the #goexplorer channel at gophers.slack.com (not a member? get invitation)


Did you find any bugs or have any suggestions? Feel free to open new issue or start discussion in the slack channel.

goexplorer's People

Contributors

ondrajz avatar truefurby 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  avatar  avatar  avatar  avatar

goexplorer's Issues

Instructions need an update

I do

% goexplorer -verbose
13:24:07.872890 serving at :8888

and go to http://127.0.0.1:8888/. All i get is a white page saying 404 page not found.

The tip of my cloned git is

commit 8762e267ae486aa438b7e42627e6a1bf14e000f1
Author: Ondrej Fabry <[email protected]>
Date:   Sun Apr 2 20:24:22 2017 +0200

    Set theme jekyll-theme-midnight

diff --git a/_config.yml b/_config.yml
index c419263..1885487 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1 @@
-theme: jekyll-theme-cayman
\ No newline at end of file
+theme: jekyll-theme-midnight
\ No newline at end of file

PageRank angorithm running on top of graph interface

The idea is to have an underlying graph interface which can be implemented by multiple possible datastructures e.g. CSR graph or HAMT graph or simple map based graph.
The algorithm therefore should only use the pre-defined functions(functionalities) under the graph interface to run the PageRank algorithm.

Size parameter in Node

Extend the definition of a Node by including size which will be calculated by PageRank depending on how important the Node is

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.