On ArcGIS online I am trying to plot up to 10000 points over several days with intervals of @ 5 minutes.This data can change based on user preferences and hundreds of sets of this data can be generated every day.
I was initially trying to do this by parsing the data into KML and passing to Arcgis online using the Javascript API but I quickly ran into the 10mb limit.
I have been told that this could be accomplished via ArcGIS Server as a feature or dynamic layer. I haven't found any info on how to create these hosted layers easily like I can a KML file. Is Arcgis server the right approach perhaps using an SOI?