Tagged Questions
The object-database tag has no wiki summary.
46
votes
23answers
5k views
Object Oriented vs Relational Databases
Objects oriented databases seem like a really cool idea to me, no need to worry about mapping your domain model to your database model, no messing around with sql or ORM tools. The way I understand ...
13
votes
5answers
3k views
Object database for Ruby on Rails
Is there drop-in replacement for ActiveRecord that uses some sort of Object Store?
I am thinking something like Erlang's MNesia would be ideal.
Update
I've been investigating CouchDB and I think ...
11
votes
5answers
1k views
NoSQL / RDBMS hybrid?
Is there a database out there that gives you the benefit of referential integrity and being able to use a SQL type language for querying, but also lets entities be loosely defined with respect to ...
9
votes
6answers
2k views
What is the difference between graph-based databases and object-oriented databases?
What is the difference between graph-based databases (http://neo4j.org/) and object-oriented databases (http://www.db4o.com/)?
9
votes
11answers
2k views
Are Object oriented databases still in use?
Quite a while ago, I heard about Object databases. Cool concept and all. Now, with the event of ORMs everywhere, does anyone still use any of the Object oriented Databases systems? Are they relevant? ...
7
votes
8answers
769 views
Web Development - Object db vs Relational db
Whats the cons and pros of using a object database or relational database for regular web development which involves a lot of CRUD?
UPDATE: I reopened the bounty reward in order to give Neville it.
7
votes
3answers
489 views
Handling data maintenance in Object Databases like db4o
One thing I have continually found very confusing about using an object database like db4o is how you are supposed to handle complex migrations that would normally be handled by SQL/PL-SQL.
For ...
5
votes
1answer
381 views
Eloquera object database
I saw Eloquera db and was quite impressed with it. Currently I'm thinking developing my next project on Eloquera and not Sql Server. So I have several questions with it.
How does Eloquera performs ...
5
votes
2answers
401 views
How to store objects created in IronPython to object databases
I'd like to use object database to persist some classes created in IronPython. The database is db4o for .NET 2.0 (downloaded today). The code looks like this:
import clr
...
4
votes
5answers
272 views
Query language for python objects
I'm looking for a library that lets me run SQL-like queries on python "object databases". With object database I mean a fairly complex structure of python objects and lists in memory. Basically this ...
4
votes
1answer
213 views
When should I use an object database?
I have been using relational databases for some time now and recently came across a different type of database: object database. One of the products built around this idea had a description: A ...
4
votes
2answers
187 views
Object Databases and C#
I have an application where my domain model just works. It's all very clear, clean and maps to objects very well. My problem is that it does not map to a relational database very well. With that in ...
4
votes
6answers
425 views
Can you use a object-database in a production system?
Object-databases are used very seldomly, albeit they offer a way to live without SQL, which is, I think, a benefit of its own.
Yet, I have seen them about never in production systems. Is there ...
4
votes
4answers
1k views
Example websites using db4o
I'm very impressed with my initial tests with db4o. However, i'm wondering just how many enterprise class websites are out there powered by db4o, i couldn't see any on the main website?
I can't see ...
3
votes
3answers
467 views
List of Python Object Databases
I am looking for an object database for Python (no handmade pickles :D).
What are my options (besides the obvious ZODB)?
3
votes
2answers
105 views
@Unique doesn't have any effect in DataNucleus w/ NeoDatis
Using JDO / DataNucleus / NeoDatis datastore
I added @Unique to a field of a persistable object, however I am allowed to create multiple objects which violate the unique constraint. The docs for ...
3
votes
2answers
229 views
Theory of Object Oriented databases
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 ...
3
votes
7answers
898 views
2
votes
2answers
122 views
Looking for a webapp framework that does away with the database
I've been developing with Django during the last year or so and really
enjoy it. But sometimes I find that the ORM is a bit of a
straitjacket. All the data that I shuffle back and forth to the
...
2
votes
2answers
387 views
DB4O scalability
I'm looking for information about DB4O object database. I know it has client/server mode, but I have no idea how scalable it is. I'm a big lover of object db idea, but still couldn't find an ...
2
votes
2answers
317 views
Are there any Object Databases for Ruby?
I cannot seem to find any Object Databases for Ruby (do not confuse with Document Oriented, like Coach and Mongo).
Do more or less mature OODBMSs for Ruby exist?
Thanks.
2
votes
5answers
156 views
Can the usual ORM solutions interact with OO databases?
For example, can Hibernate handle CouchDb?
What about support for other OO databases in other ORM solutions?
One of the (not that important) benefits of an ORM solution is the possible ability to ...
2
votes
3answers
394 views
Object Database, business intelligence and warehousing
Sorry if this seemed a novice question but I am new to the data warehousing and business intelligence world.
From what I have read I can see that a multidimensional database is needed due to ...
2
votes
2answers
613 views
Main Memory DB vs Object DB
I'm currently trying to pick a database vendor.
I'm just seeking some personal opinions from fellow database developers out there.
My question is especially targeted towards people who:
1) have ...
1
vote
2answers
40 views
How to realize persistence of a complex graph with an Object Database?
I have several graphs. The breadth and depth of each graph can vary and will undergo changes and alterations during runtime. See example graph.
There is a root node to get a hold on the whole graph ...
1
vote
2answers
76 views
Custom Realm for ObjectDB, using ObjectDB with HTTP Basic authentication
I want to implement HTTP Basic Authentication for my web services, but I also want to use ObjectDB to store credentials. Is there any way to do this? I guess I'm in the need of a custom realm, and ...
1
vote
1answer
119 views
.NET Object Database Options?
Since Versant has just announced that they will be dropping .NET support for their object databases (and we just so happen to be mid-development with this product), we're looking for an alternative.
...
1
vote
3answers
118 views
Can ORM + relational DB be considered Object-Relational Database Management system?
I'm wondering why is ORM so popular and everybody is using ORM implementations of JDO and JDA specifications, instead of using object databases that implements these specifications as well. The ...
1
vote
4answers
261 views
Eloquera with ASP.NET MVC. Error
I am curious about using an object db so thought i'd give Eloquera a go.
I am having problems getting it running unfortunately. (running in "desktop mode")
I have done these steps as directed:
1) ...
1
vote
1answer
78 views
Have you used any object database in a web application? Could you share your experiences?
We are looking to rewrite a small web-application and would like to try out an object (not document) database like db4O or Eloquera. We have some experience with object databases, but these however ...
1
vote
1answer
33 views
How can an index be added to an Object Database in Data Nucleus?
I am using NeoDatis (DB4O is another similar Object DB) under DataNucleus.
I see a post on the NeoDatis forums on how to add a unique index on a class property (shown below):
ODB odb = ...
1
vote
2answers
176 views
.NET project: unified wrapper for object databases
I am considering doing a project which would provide unified API and tools (import/export, etc.) for object databases (e.g. Caché, Objectivity) for .NET.
It would provide:
schema generation from ...
1
vote
4answers
1k views
Open Source .Net Object Database or Document Database for use in Hosted environment
I am looking at creating a web site and I want to try and learn either a Object Database or a Document Database. I am going to be using a hosting provider so I won't be able to install any software. ...
1
vote
1answer
48 views
Which database engine does Knowledge Flow's Obtain 24/7 product use?
I have been given the unenviable task of cleaning up after a developer who up and disappeared after failing to deliver on a project involving integrating Knowledge Flow's Obtain 24/7 with my client's ...
1
vote
3answers
267 views
Can I host a SandstoneDB app on www.Seasidehosting.st?
Did someone ever manage to make a seasidehosting-hosted web application cooperate with SandstoneDb? It seems that they disallow creating of subdirectories, which is important for SandstoneDb. Am I ...
1
vote
6answers
791 views
The best way to store class instances to a file/database
What is the best way to store instances of a class to file/database?
We have a base class called Command and loads of derived classes.
Users create instances of these classes by adding commands to a ...
0
votes
1answer
18 views
Sequentially Accessed Records in an Hierarchical (Object) DB
I am creating an app that doesn't do any searching (or many other random-access activities). It's built on an object DB (ZODB if you're interested) and will store many instances of a identical type. ...
0
votes
3answers
60 views
Opensource library to save tree of java objects to db or file
I am looking for an opensource library which can be used to transparently save java objects(and their dependencies!) to file or db, a kind of snapshot.
Sample use case: I have the state of a game in ...
0
votes
1answer
28 views
object-database: Changing the class hierarchy
I am reading me into object oriented databases right know and have to make a little presentation.
Something I don't get and nowhere can find is following problem:
What happens with the data of the ...
0
votes
1answer
76 views
Relationa database + ORM or Object oriented Database?
Suppose I want to make one application in Object Oriented Programing language let i.e. Java
what is the better thing to do from following?
--Either Use Relational Database i.e. mySQL + Object ...
0
votes
2answers
183 views
What object databases allow indexing of everything in the database?
Currently, db4o does not allow indexing on the contents of collections. What object databases do allow indexing of any individual field in the database?
Example:
class RootClass
{
string ...
0
votes
1answer
90 views
Neodatis object DB / DataNucleus - How are indicies defined?
How do I define fields that I know I will be querying on to be indexed using Neodatis Object Database under DataNucleus?
The @Index annotation appears to only apply to ORM for relational databases by ...
0
votes
1answer
120 views
Please refer a GUI Modelling tools for a .Net object database?
I am planning to use an object database, say eloquera (http://eloquera.com/page/home.aspx).
If I use RDBMS as storage, there are a lot of GUI modelling tools.
But I cannot find one for object ...
0
votes
4answers
802 views
Design a document database schema
I'm vainly attempting to learn how to use object databases. In database textbooks the tradition seems to be to use the example of keeping track of students, courses and classes because it is so ...
0
votes
4answers
247 views
Why dont people simply use “Object Database”s?
Instead of JDO , Hibernate , iBATIS why we can not simply use "Object DataBases" ?
http://en.wikipedia.org/wiki/Comparison_of_object_database_management_systems
0
votes
2answers
71 views
Resources and guidelines for porting an object database + data to a relational database
Does anyone have any pointers to information on techniques for object database to relational database conversion?
I've done the standard searches and have only come up with Data Conversion from ...
0
votes
11answers
507 views
Is there a database like this?
Background: Okay, so I'm looking for what I guess is an object database. However, the (admittedly few) object databases that I've looked at have been simple persistence layers, and not full-blown ...
-1
votes
1answer
23 views
What is an “Object Database” and when is it beneficial to use one? [closed]
I'm quite familiar with what I understand to be relational databases such as mysql where you have tables, rows, columns and joins to figure out how content relates.
Someone suggested I use an object ...
-3
votes
3answers
211 views
Magical Object Database needed with .Net bindings
Lets assume im writing a program, my program has its own entities and such.
And since I'm using an OOP .Net language (C#, but could be F# or Iron Python), my objects have weird OOP traits like ...