Jump to content

Talk:Document-oriented database

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Septianw (talk | contribs) at 10:44, 12 April 2013 (Remove Apache cassandra from implementation: new section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software Stub‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.
WikiProject iconDatabases (inactive)
WikiProject iconThis article is within the scope of WikiProject Databases, a project which is currently considered to be inactive.

SharePoint should really be removed from this page. It is not a "document database" the way the other examples are.

Single quotes and double quotes in one of the examples

Should it be one or the other? (fotoguzzi)69.64.235.42 (talk) 15:53, 8 August 2010 (UTC)[reply]

Language in the "XML database implementations" Subsection

The language column in this table needs explanation. Does it refer to the language in which the database was implemented, or does it refer to the query language? Several entries are listed with language 'C++', which is likely an implementation language and very unlikely to be a query language. Others are listed with language 'PL/SQL' which is likely to be a query language and very unlikely to be an implementation language.

Could someone with domain expertise clarify and/or correct this table? — Preceding unsigned comment added by 140.180.26.209 (talk) 15:53, 30 July 2011 (UTC)[reply]

 Done--Bxj (talk) 02:03, 3 August 2011 (UTC)[reply]

Non-notable entries

The table seems to have accumulated a large number of non-notable entries. I propose going through a purging those that don't have a wiki page, either for the database or the company behind it. I'll check, of course, for those which have pages under different names. Stuartyeates (talk) 19:30, 2 December 2011 (UTC)[reply]

How does indexing work?

Some info on document retrieval, querying and the underlying indexing that supports this would be useful. --Dan Bolser (talk) 07:40, 22 May 2012 (UTC)[reply]

Addition of another document database implementation

I have created a Wikipedia page for "AurinkoDB" and added it into the table under "Implementations" section, as AurinkoDB is a major document database implementation in Clojure programming language and also the only document database that uses extensible data notation for storage and network transfer. — Preceding unsigned comment added by Hzguo (talkcontribs) 23:16, 7 December 2012 (UTC)[reply]

Since both articles you created are currently tagged for deletion on the basis of failing basic notability, I undid your addition to the list for now. If the article(s) are kept then you can add the link back again. §FreeRangeFrog 20:01, 8 December 2012 (UTC)[reply]

Add Cloudant to implementations?

I work for Cloudant and have a COI.

What do people think about adding http://en.wikipedia.org/wiki/Cloudant to this table of document-oriented DB implementations? Cloudant is built on our open-source fork of CouchDB, http://en.wikipedia.org/wiki/BigCouch. Many of our developers are contributing code back to the Apache CouchDB project. Cloudant is proprietary, has a RESTful API, and uses Erlang for its core along with a mix of Java, Scalang, and C. So I think it is sufficiently different, but some feedback would be great. Thanks. Mbroberg (talk) 15:37, 11 March 2013 (UTC)[reply]

Remove Apache cassandra from implementation

Apache Cassandra is not document oriented database, Cassandra is Wide Column store or column families. as Eric Evans's said here. Maybe, JSON data provided by Cassandra are made of Thrift. Septianw (talk) 10:44, 12 April 2013 (UTC)[reply]