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.
In a .NET application, you can connect to InterSystems IRIS with the Native SDK and use globals to interact with your data. Another option is to connect with ADO.NET and use industry-standard SQL to access your data. In this case, data is modeled as a relational table. You can also use XEP and Entity Framework to treat the same data as objects, without the need for additional object-relational mapping software.
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 Python, Java, or ObjectScript.
Watch the video and try the exercise below!