Change request: Configuration Sync / Deployment Pipeline for Multiple VertiGIS Studio Web Apps
Based on practical experience with the Web Designer (particularly regarding rendering performance and memory/cache behavior) it has proven beneficial to build multiple smaller, focused WebGIS applications rather than one large monolithic app.
Our deployment strategy therefore looks like this:
- 4–5 separate VertiGIS Studio Web Apps, each scoped to a specific department
- Each app has a pre-production and a production environment
- This results in a total of up to 10 app configurations to maintain in parallel
Any change that needs to be applied across all apps, even a small one, must currently be replicated manually up to 10 times. This is:
- Extremely time-consuming
- Error-prone (inconsistencies between environments)
- Not scalable as the number of apps grows
- A serious bottleneck for any CI/CD or deployment workflow
This is not a niche use case. Any organization running multiple apps with staging environments will face this exact problem.
Questions to the Community & VertiGIS Team
1. Is there already a solution for this?
Does a synchronizer, or scripting approach already exist. Either officially from VertiGIS or from the community?
2. Programmatic access to app configurations via Portal REST API
VertiGIS Studio Web Apps are stored as ArcGIS Portal items. The official ArcGIS Portal REST API (/sharing/rest/content/items/<itemId>/data) can be used to read and update app.json programmatically. This is a documented and stable Esri API. What remains unclear: Does VertiGIS officially support and document the app.json schema in a way that makes it safe to manipulate programmatically? Is the config format versioned or subject to breaking changes?
-
- Do you use the built-in deployment mechanism?
https://docs.vertigisstudio.com/webviewer/latest/admin-help/deploy-an-app-across-a-single-.html or
https://docs.vertigisstudio.com/webviewer/latest/admin-help/deploy-an-app-across-multiple-.html (you can set Environment Values https://docs.vertigisstudio.com/webviewer/latest/admin-help/environment-values.html and exclude items from deployment https://docs.vertigisstudio.com/webviewer/latest/admin-help/exclude-items-from-deployment.html) - Yes I know there are organisations which developed deployment scripts.
- Can you give examples of changes?
- I'm not aware of documentation of the app.json schema.
1 - Do you use the built-in deployment mechanism?
Please sign in to leave a comment.
Comments
2 comments