Forum Discussion
dannybhar
Oct 14, 2021Copper Contributor
geospatial data
Hi I have application written by third party with geospatial data and I need to rearchitect it with scale on azure. This one written with GeoPandas and Dask in python. For full data run more than 10...
fnealon
Oct 26, 2021Copper Contributor
Can you move the geospatial data to Cosmo Db (Gremlin API) ?
- dannybharOct 27, 2021Copper Contributor
what advantage it will give? as application is more as scientific programming application which is basically more CPU intensive type. Something like it process data of some cm. and say you need to calculate it for few square kilometers say 5X5 km square.
- fnealonOct 28, 2021Copper Contributor
Scalability for your data. If your application can be hosted within a web platform use App Service. Azure Kubernetes Service and Kubernetes in general has a steep enough learning curve. You could use VM Scalesets (VMSS) to get up and running quickly too.
- dannybharOct 28, 2021Copper ContributorAs I mentioned it is more as data processing type of app, that is reason think azure batch first.