I was looking for a hierarchical database management system and the only one i came across was IBM's ims.Are there opensource systems that one can use?.
|
Since XML databases are hierarchical, you could look at those. I recently used BaseX and liked it a lot. |
|||||||||
|
|
Any LDAP implementation is going to be hierarchical, or at least exposed as such, even if the backend's something else. (There's likely others, and even Apple's Open Directory, but I don't know if that one has a dedicated project page) |
|||
|
|
|
I found mumps and its GPL licensed.*Mumps (also referred to as M) is a general purpose programming language that supports a unique, hierarchical (or multidimensional) database facility * http://cs.uni.edu/~okane/mumps.html Update Important Links. |
||||
|
|
|
It is not open source, but Microsoft SQL 2008 Management Studio Express is free and allows XML datatypes starting with SQL Server 2005. If you are not familiar with using the XML datatype to store heirarchies, I am currently reading a book by Michael Coles called Pro SQL Server 2008 XML which introduces using XML in SQL. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=08e52ac2-1d62-45f6-9a4a-4b76a8564a2b |
||||
|
|
|
MongoDB is a document-oriented database that stores binary JSON. It's an open-source database with actual corporate backing. In terms of hierarchical, it stores "documents" instead of "records" in "collections" instead of "tables". Using JSON, it's easy to create objects that represent hierarchical data. It also supports indexing and querying "into" these documents. If you're thinking of XML databases, JSON should be competitive. |
|||||
|
