Skip to main content

Hello, I am currently exploring the capabilities of FME Server and I am trying to do a web map application that show the latest earthquakes using the USGS API: https://earthquake.usgs.gov/fdsnws/event/1/ I have already set up a workspace that gets the information and organize it spatially, so I may think that the next step is to publish that workspace to FME Server and schedule a job every minute or something (for example)  but now to visualize that changes in a web interface I have think that I will need send a JSON using a websocket sender transformer and configure my web app to get that websocket and utilize it to display the location of the earthquake? What do you think about that workflow? Do you ever try to do something similar? Please point me out in the right direction.

 

Thanks.

Have you seen this demo on the FME Server Playground? http://demos.fmeserver.com/spatialdashboard/index.html


Have you seen this demo on the FME Server Playground? http://demos.fmeserver.com/spatialdashboard/index.html

Yes! I've seen that, in fact that's where I got most of the workflow for this from, but I can't have it correctly working on my server, I have another question regarding the connection to the websocket https://community.safe.com/s/question/0D54Q00008mHaE3SAK/what-is-the-right-port-to-use-the-websocket-sender because is giving me a connection error. But besides that, I just want to know if someone more experienced have another way of thinking to solve the same problem, thank you for the answer.


Reply