GitHub user conker84 opened a pull request:

    https://github.com/apache/zeppelin/pull/2125

    [ZEPPELIN-2222] Add Network Visualization

    ### What is this PR for?
    This issue is about a new network visualization that can leverage the 
Property Graph Model 
(https://github.com/tinkerpop/gremlin/wiki/Defining-a-Property-Graph), but also 
simple graphs in order to provide a set of base apis that can be used by graph 
dbs (like Neo4j) or graph processing frameworks (like GraphX or Giraph).
    
    ### What type of PR is it?
    [Feature]
    Is related to the #1582
    
    ### Todos
    * [x] - Added the intepreter apis to manage graphs (under the pakage 
**org.apache.zeppelin.interpreter.graph**)
    * [x] - Added the frontend apis to manage graphs (via d3js)
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-2222
    
    ### How should this be tested?
    You can download [this 
notebook](https://gist.github.com/conker84/9574127c2389d08164423894aa93b67f) to 
test the PR
    
    ### Screenshots (if appropriate)
    
![zeppelin-pr-screen](https://cloud.githubusercontent.com/assets/1833335/23830683/b883e916-0710-11e7-980d-c8ab6bf6d26b.PNG)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? Yes
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/conker84/zeppelin master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2125.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2125
    
----
commit a1fcb2248b8facb68795c4c48d663d1030707f8c
Author: conker84 <sant...@gmail.com>
Date:   2017-03-06T23:29:26Z

    Created Network Visualization

commit ec9fd6367e00644fb0912fb69cb0281a86c27293
Author: conker84 <sant...@gmail.com>
Date:   2017-03-06T23:33:49Z

    Commit to trigger travis

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to