Theory of Object Oriented databases [closed]

隐身守侯 提交于 2020-01-01 12:12:23

问题


Please recommend some material about implementing Object-Oriented Databases for dynamic languages (interested in Ruby).

I realise that OODBs do not have a good mathematical foundation, but still the information I could find is absolutely insufficient for me to start working on a new OODB.

Thanks.


回答1:


Have a look at Won Kim's "Introduction to Object-Oriented Databases". It's considered an authoritative source on the matter.

EDIT: An alternative reference is "Object-Relational Database Development" by Paul Brown. It takes an object/relational approach, which may be interesting given the prevalence of relational technologies these days.




回答2:


There are several for pay papers:

An implementation of a multimedia object-oriented database management system

An object-oriented database system Jasmine: implementation, application, and extension

The Design and Implementation of an Object Oriented Database Management System-OMNIX

Then there's also the website odbms.org, which has resources online:

http://www.odbms.org/downloads.aspx

Last but not least I'd probably try to search for whitepapers or tech docs for a popular ODBMS like Caché.



来源:https://stackoverflow.com/questions/4093971/theory-of-object-oriented-databases

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!