Hello Arthur, That would be great. There are many things that can be improved in the UI. There has been incremental development for the UI, please reference the storm jira page for completed developments and ongoing developments. I know that that JStorm has a UI of its own, and there has been discussion about what to do with the different UIs in the Jstorm/Apache Storm merger, but nothing concrete has been developed on how to merge the two UIs. The UI gets data via Restful endpoints from nimbus. The data is all formatted in json. To mock topology data for the UI, you need to mock these restful endpoints to return mock data. Not sure what tools are available for that though.
Hope that helps! Best, Jerry On Sun, Nov 6, 2016 at 10:47 AM, Arthur Maciejewicz <[email protected]> wrote: > Hello All, > > I'm looking into the Nimbus UI source at the moment, with the initial > goal of fixing unusable links in IE. I'd also like to make small improvements > to the interface, where appropriate / desired by the project. Is there > currently a tool for mocking topology data? If not, I can provide one. The UI > does not run locally from my understanding, and that's another potentially > useful addition to the project. So in summary: I'd like to contribute to > Storm's UI and related components, is there a process currently in place for > UI development? > > Thanks, > > Arthur
