views:

29

answers:

1

We are currently using SQL Server with Nhibernate as the ORM. We are considering moving to NoSQL Column Datastore. What are the options are for mapping between the DataModel and the domain model with a Column datasource?

A: 

I suggest you take a look at this post by an engineer at Digg about using the Cassandra model.

It's very well done and will help you think in column oriented terms.

Stephen Holiday
thanks for pointing me to the article.
vikram nayak