Looking for a interactive mapping program - graph

My team is having issues with updated components crashing different webpages.
We thought of a solution of having every product/dev create their own component map per webpage. Then when we select a component object on the map, it would show all of its connections(even from other maps).
I was unable to find a mapping program that could do this.

Related

Exporting wazuh graphs

Let me start by saying that I am not very familiar with wazuh and kibana.
I am creating a web application in Angular and it is required for me to embed wazuh charts in it.
Example chart that I need to export:
I have been told that it is possible to do it but not how to do it. I am thinking about pulling the data from API and recreating the graphs. In order to do that I was trying to figure out what library was used in wazuh to create the original graphs but I failed. Do you know the library that is used to generate those graphs? Or maybe if it is proprietary solution? Maybe you know a better way to embed those graphs in a web application?
If you need to import the Alerts level evolution graph you may recreate it by creating a custom visualization. Click on the top left menu and go to the Visualize section. Select the type of graph, an area graph in this case, and select the source, for example wazuh-alerts-*.
Add a bucket for the X axis with Date Histogram using the timestamp field, add a sub-bucket with Split series, sub aggregation Terms and field rule.level.
Once you have created and saved the visualization you may click on Share, Embed code and copy an iframe that you can paste into your application.
You can also import full dashboards with several visualizations by creating and sharing a custom Dashboard instead.

Creating a map book for feature elements

I have a point feature class that is survey monuments. I'd like to create a page for each survey monument that would have a a overview map showing where the monument is and a report on the attributes. Ideally I'd like to be able to insert photos that are attached to the feature.
I'm trying to determine what software would be best to do this, and any tricks I need to know. I have access to the following software:
ArcMap
ArcGIS Pro
FME
Geocortex
It seems like this should be a common type of thing to want to do, but I can't seem to figure out how to do it in any software other than using the Geocortex reporting tool. However, these aren't currently in our Geocortex site and it is quite cumbersome to get everything to a point where I can create reports there.
I figured this out. Not sure why I missed it initially. In ArcGIS Pro they are called Map Series and in ArcMap they are data driven maps.
Searching on those will give tonnes of information on how to do them.

Knowledge Graph (Demo) UI using sigma.js?

Are there any beginner-friendly tutorials to display graphs in the way Knowledge graph has been done?
I have the data is JSON format presented from a graphdb
For eg:
The closest I have found so far is Gelphi. Which also can be integrated with unity to produce a 3d Graph like this one https://www.youtube.com/watch?v=h_arRCf73Kg.
Then there is https://cayley.io/
https://n0where.net/opengraphiti-data-visualization-engine/
There is also https://www.maana.io/knowledge-platform/platform-capabilities/#maana-knowledge-graph . However, i have not tried to use/download their platform.
https://en.wikipedia.org/wiki/Force-directed_graph_drawing
Finally, I am working myself on learning unity to build a simple GUI which a user can identify nodes and edges and entities easily and move them around. So instead of just reading from a data base, also write to it through a UI.

Does anyone know how to create a interactive graphs using flare or other visualisation classes?

Does anyone know of software or flex/flash/as3 source or visualisation software that could be used to make interactive graphs, where the user would enter a query that would pull data from a MySQL database and the user would build a sunburst or icicle graph by dragging and dropping items into a tree-like structure and they would be able to view the graph? i have attempted to use flare but my programming skills are pretty bad. So far from what i gather, flare only allows the graphing of defined datasets rather than allowing a user to modify the dataset and thus creating a new dataset.
Help?
This is far too big for the scope of a single question. You're going to need to write at least a few different pieces.
1.) Access to the database and a way to view datasets
2.) Control handlers to drag and drop datasets onto your chart object
3.) A chart object that can handle receiving dropped dataset items and render itself accordingly.
There are lots of good charting frameworks out there including Flare, Axiis, Flex charting, Fusion Charts, iLog Elixir. I'm not sure what you're trying to do but any one of those should be able to serve as your charting piece.
We worked on a project that used Flare and Flex. We had to provide the data to Flare in an XML format called GraphML, so we had code to convert the data into the required format in our C# backend, and then we passed it to Flex. There were naff all tutorials for it though, so took some time to figure it out.
There is a properly cool graphing tool (although its commercial) called Kapit. Check out their Diagrammer and Visualizer demos. It could be the case that its worth the spend.
But I agree with Mr Owen, theres some mad scope in that question:)

Flex equivalent of Google Visualization Geomap (choropleth map)?

The Google Visualization Geomap component is a choropleth map of continents, countries and regions, with colors and values assigned to specific regions. Although it is rendered with Flash, it can only be accessed and customized via JavaScript or GWT API.
Does anyone know an alternative Flash/Flex component that I could easily embed into Flex 3 applications (using AS3) ?
I've had previous success in a non-Flex project using amMap's non Flex maps, but they do offer a Flex mapping product. I was able to create and define custom map regions and you can essentially treat "anything" as a map, so I was able to create custom regions that weren't otherwise considered a region by anyone else.
I am not sure why this post suddenly showed up as "interesting" as of 1 minute ago given its age, but hopefully this can help someone else :)
checkout Esris Map solution. I worked with it on a big project and it proved to be a very flexible and functional mapping api
http://resources.esri.com/arcgisserver/apis/flex/
Quite a few Flex map components you can check out:
Commercial product: http://www.ilog.com/products/ilogelixir/
Open source project: http://code.google.com/p/birdeye/
My experimental component: http://srirangan.net/?p=209 :-)

Resources