[Wsf-general] data services and resources
Paul Fremantle
paul at wso2.com
Thu Mar 15 01:37:02 PDT 2007
I was at a very interesting talk by Werner Vogels from Amazon here at QCon.
He was describing how Amazon is building a lightweight data service
called Dynamo to handle much of the "shopping cart" data they need.
Basically, the tradition RDBMS is not what they need, because they
simply put XML documents into the store with a key and get them out
again. So Dynamo is a very high performance, highly-available,
clustered, persistent hashtable. It deliberately trades consistency for
availability.
He made the point that they don't need any schema (its key->blob), query
(they don't even need iterators), consistency etc.
So... is there a layering of this API that makes it simple to do XML
storage without defining a schema? For example mapping xs:any?
Paul
Sanjiva Weerawarana wrote:
> Hi .. last week I spent some time with the data services guys and
> discussed ways of fixing and finalizing the data services descriptor.
> I've thought thru this more and believe we now have enough to handle all
> the scenarios James brought up and more. I need to do some examples (and
> to complete the resource part and deal with UPDATE etc. queries) but
> please take a look and comment.
>
> See: http://www.wso2.org/wiki/display/wsf/Data+Services+and+Resources
>
> I've borrowed quite a bit from WADL etc. but there's ways to go yet.
> Everyone please review.
>
> I'd *really* like to get a first cut of the data services stuff done
> (with this lang cleaned up) by the end of the month!
>
> Sanjiva.
--
Paul Fremantle
VP/Technology and Partnerships, WSO2
OASIS WS-RX TC Co-chair
http://bloglines.com/blog/paulfremantle
paul at wso2.com
(646) 290 8050
"Oxygenating the Web Service Platform", www.wso2.com
More information about the Wsf-general
mailing list