ORMs (.netTiers, EntityFramework, nHibernate, etc.) can usually be described as bridging the gap between the relational data model and the object-oriented model.
Is there an ORM equivalent in the world of data warehouses?
The technology will bridge the gap between the denormalized star / snowflake pattern and the object-oriented model. The goal is to be able to quickly develop a data layer that sits on top and consumes the specified schema.
We use .Net with MSSQL.
Happy friday!
source
share