Re: Who is the contact point for the Storm Topology Visualization ?

2014-11-11 Thread Adrian Portabales
For now we don’t implemented trident topologies but in the next iteration is a strong possibility. Regards Adrian P. El 10/11/2014, a las 17:02, Jean-Sebastien Vachon jean-sebastien.vac...@wantedanalytics.com escribió: ​Looks promising... will this support Trident topologies as well?

Re: Who is the contact point for the Storm Topology Visualization ?

2014-11-10 Thread Adrian Portabales
The editor use yui, so we don´t need JsPlumb or like. JQuery is a must for all projects that involves javascript at nowadays. When you have the prototype, please, let us know. I'm excited about the possibility of aligning our projects. Regards Adrian P. El 9/11/2014, a las 11:22, Itai Frenkel

Re: Who is the contact point for the Storm Topology Visualization ?

2014-11-10 Thread Jean-Sebastien Vachon
?Looks promising... will this support Trident topologies as well? From: Adrian Portabales adrianportaba...@gmail.com Sent: Monday, November 10, 2014 7:02 AM To: user@storm.apache.org Subject: Re: Who is the contact point for the Storm Topology Visualization ?

Re: Who is the contact point for the Storm Topology Visualization ?

2014-11-07 Thread Adrian Portabales
1. It will be next month. We will announce in this mail list. 2. Yes, but it is own representation of topology. Simplifying, it's a list of spouts/boults with their connections to other spouts/bolts 3. JQuery, yui, nodejs… but for your problem I think with JQuery and a beautiful representation

Re: Who is the contact point for the Storm Topology Visualization ?

2014-11-06 Thread Itai Frenkel
We are only in the early stages of defining the project. The problem we are trying to solve is how to manage the complexity of the storm topology (it is a very big DAG )... and the answer we came up with is automatic visualization from a JSON that describes the topology. 1. Is your project

Re: Who is the contact point for the Storm Topology Visualization ?

2014-11-06 Thread Itai Frenkel
Harsha - Is the visualization based on a JSON model exposed by the REST API ? Could you point me to the visualization code that kyle wrote ? I would like to study it. Thanks, Itai From: Harsha st...@harsha.io Sent: Thursday, November 6, 2014 5:01 PM To:

Re: Who is the contact point for the Storm Topology Visualization ?

2014-11-06 Thread Harsha
Here is the code in ui https://github.com/apache/storm/blob/master/storm-core/src/clj/backtype/storm/ui/core.clj#L391 you can look at here for the response coming from api https://github.com/apache/storm/blob/master/storm-core/src/clj/backtype/storm/ui/core.clj#L656 you can make a call to