Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Self Organizing Map #11994

Conversation

thomasneirynck
Copy link
Contributor

@thomasneirynck thomasneirynck commented May 24, 2017

Example visualization to help validate #11786.


This initial check-in is somewhat of a hamfisted way to shoe-horn in the Ponder application (https://github.com/thomasneirynck/ponder) as a visualization in Kibana.

But we can use it to illustrate the following use-case:

  • can we store visualizations, independent of the ES-query, in the saved-object? Then, we can restore the visualization as-is in the Dashboard. The idea here is that the editor-phase is a design-phase that is data-driven, and the resulting visualization (ie. the map) is the product of this editor-step. In visualization-only mode (ie. the Dashboard), this map needs to be resurfaced and should function independently of any data-updates. In the case of SOM, the size of the resulting map can be quite large (order of MBs).
  • optional: develop custom Editor (although for now, this PR is using the default side-bar editor)

@thomasneirynck thomasneirynck added the Feature:Visualizations Generic visualization features (in case no more specific feature label is available) label May 24, 2017
@ppisljar ppisljar force-pushed the feature/visualize branch 9 times, most recently from 0e3d49f to 8f9f1db Compare June 9, 2017 08:54
@ppisljar ppisljar force-pushed the feature/visualize branch 4 times, most recently from 63e1421 to abf0a6d Compare June 29, 2017 13:51
@thomasneirynck
Copy link
Contributor Author

closing this, as #11786 is ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants