views:

69

answers:

3

OData is being touted as a new open standard for REST-style data services, but I can't find much evidence of it being used in anger by anyone who isn't plugged into the MSFT developer community. If it's an open standard I would have expected to some more traction from the Java/Ruby/Python/PHP communities.

The background behind the question is that I am looking at creating some open (public) data apis, and whilst OData seems like an obvious route to go down, it feels like the web dev community doesn't really care?

A: 

I believe IBM are also behind this, but I am not sure to what extent.

Steve Haigh
A: 

According to a recent PDC lecture, presented by Pablo Castro, there are already (at least planned) servers and services from IBM and SAP. There are already client libraries for Java, PHP and Ruby. But widespread usage of the standard outside the Microsoft community may remain to be seen.

In any case, if you do provide your data with this standard, your consumers should generally not have problems with getting that data from you. And that's maybe what matters.

steinar