Activating Changes in the System
RapidInsight supports deployment of the changes at different levels depending on what part of the system is impacted by the changes.
- When the operations of a model is changed, operations of the model should be reloaded.
- When controller or view files are changed, web UI should be reloaded
- When one or more models change, model should be generated and application should be reloaded
 | The easiest path to model modifications when there is existing data in RapidInsight repository is to remove all data, and repopulate it after the modeling updates. Keep in mind that your data population mechanisms, such as connectors may need to be modified in parallel with the modeling changes. In more advanced scenarios, where keeping the existing data is crucial, data can be exported and imported back in using custom scripts. Also, not all modeling changes will cause a loss in data. For more details on this subject, please see The Impact of Modeling Changes on Existing Data document. |
Add Comment