Cloud Agnostic Architecture?

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-03-16T20:10:58Z Indexed on 2010/03/16 20:11 UTC
Read the original article Hit count: 358

Hi,

I'm doing some architecture work on a new solution which will initially run in Windows Azure. However I'd like the solution (or at least the architecture/design) to be Cloud Agnostic (to whatever extent is realistic). Has anyone done any work on this front or seen any good white papers/blog posts?

Our highlevel architecture will consist of a payload being sent to a web service (WCF for instance), this will be dumped on a queue (for arguments sake) and a worker process will grab messages off this queue and proccess them. There will be a database of customer information which we'd ideally like to keep out of the cloud however there are obvious performance considerations.

Keen to hear other's thoughts.

Cheers Dave

© Stack Overflow or respective owner

Related posts about windows-azure

Related posts about architecture