Plot in infobox

Hi to everyone.
I’m new in Cesium, and i would like to ask if something is possible.
I’d made a map, I would like to know if its possible to connect my map with a database.
And plot the content of the data base inside the infobox.
The database gets new data every 5 minutes, so the plot has to change.
I would like to do this in several points of a GeoJSON.
Is it possible to do?
Thanks a lot!

Yes, you can completely customize the contents of the info box! It can be any HTML, so it can be a plot, a video, or even an iframe.

This Sandcastle example constructs a table in the infobox. You can change it to dynamically pull data from your database when the user clicks on any feature in your GeoJSON or 3D Tiles.