About: TreapDB

An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

TreapDB is a kind of NoSQL data store, and it is based on Treap data structure. Treap is a randomized balanced search tree, which has O(log(n)) complexity to insert or find a key. TreapDB supports many operations besides "get" and "set". For example, "prefix foo" fetch all the pairs whose key startswith "foo". TreapDB can be used in two ways: embedded library or standalone server. TreapDB is sponsored by Sino-German Joint Laboratory of Software Integration.

Property Value
dbo:abstract
  • TreapDB is a kind of NoSQL data store, and it is based on Treap data structure. Treap is a randomized balanced search tree, which has O(log(n)) complexity to insert or find a key. TreapDB supports many operations besides "get" and "set". For example, "prefix foo" fetch all the pairs whose key startswith "foo". TreapDB can be used in two ways: embedded library or standalone server. TreapDB is sponsored by Sino-German Joint Laboratory of Software Integration. (en)
dbo:latestReleaseDate
  • 2010-12-03 (xsd:date)
dbo:latestReleaseVersion
  • 1.1
dbo:license
dbo:programmingLanguage
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 29923882 (xsd:integer)
dbo:wikiPageLength
  • 1643 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 849369751 (xsd:integer)
dbo:wikiPageWikiLink
dbp:genre
  • key-value store (en)
dbp:latestReleaseDate
  • 2010-12-03 (xsd:date)
dbp:latestReleaseVersion
  • 1.100000 (xsd:double)
dbp:license
dbp:name
  • TreapDB (en)
dbp:operatingSystem
dbp:programmingLanguage
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • TreapDB is a kind of NoSQL data store, and it is based on Treap data structure. Treap is a randomized balanced search tree, which has O(log(n)) complexity to insert or find a key. TreapDB supports many operations besides "get" and "set". For example, "prefix foo" fetch all the pairs whose key startswith "foo". TreapDB can be used in two ways: embedded library or standalone server. TreapDB is sponsored by Sino-German Joint Laboratory of Software Integration. (en)
rdfs:label
  • TreapDB (en)
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
foaf:name
  • TreapDB (en)
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License