Are there any statistics on ORM usage / popularity

2019-06-07 21:58发布

问题:

I'm looking for some statistics on the usage/popularity/availability/etc of object relational mapping frameworks (ORMs).

An example might be how the number of downloads of a specific ORM has changed over time.

Does anyone know of any such statistics?

Edit: A little clarification: The reason I want the statistics is to be able to back up statements about the increased popularity of ORM frameworks in general, so any statistics about any framework would be appreciated, but if it is a printed source that would be awesome.

回答1:

For NHibernate you can enter Sourceforge page an see the statistics of downloads. With your Sourceforge account you can navigate to

https://sourceforge.net/project/platformdownload.php?group_id=73818

There is a downloads menu with a statistics link...

You can see there more than 10.000 downloads for NH GA every month...



回答2:

You could use Google Trends.

The only problem with that is you can't put in something like "hibernate" without qualification as you get too many false positives. Still interesting though.



回答3:

You could look at JobStats to see the skills that UK job adverts are asking for.



回答4:

Would also be interested in that, have looked for it too. A bit related but not answering your question, this a article comparing iBATIS Hibernate and JPA, as I assume your out for selecting a framework... iBATIS, Hibernate, and JPA: Which is right for you?



回答5:

Why? If you want to use an ORM, just use it. If you don't like it, stop using it.

Who cares what other people are doing? What's popular is not always right.