Content Type
Exercise
Duration
10m
Level
Introductory
Try out the multi-model architecture of InterSystems IRIS® data platform, which lets you write code using the data models that best fit each task in your application. Multi-model access in InterSystems IRIS is possible due to an underlying data structure called globals, which allow you to interact with your data directly. These provide flexible data access while avoiding data duplication.
With Python and InterSystems IRIS, you can interact with the same data using a relational or native access model. A single DB-API connection serves both access models: SQL runs through its cursors, and the same connection object backs the Native SDK.
The same capabilities exist whether you are programming in InterSystems ObjectScript or using one of the external language APIs. If you are more familiar with a different language, try this exercise in ObjectScript, Java, or .NET.
Watch the video and try the exercise below!