Difference between revisions of "SkipDB"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=SkipDB |Short description=Small sorted key/value database |Full description=SkipDB is transactional, sorted key/value pair database. It is similar to BerkelyDB/Slee...")
 
(New version)
 
Line 3: Line 3:
 
|Short description=Small sorted key/value database
 
|Short description=Small sorted key/value database
 
|Full description=SkipDB is transactional, sorted key/value pair database. It is similar to BerkelyDB/Sleepycat but based on skip lists, which makes it smaller (~1600 lines of database code), simpler, and faster (appears to be ~4x as fast as SleepyCat for individual transactional updates).
 
|Full description=SkipDB is transactional, sorted key/value pair database. It is similar to BerkelyDB/Sleepycat but based on skip lists, which makes it smaller (~1600 lines of database code), simpler, and faster (appears to be ~4x as fast as SleepyCat for individual transactional updates).
 +
|Homepage URL=https://github.com/stevedekorte/skipdb
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.dekorte.com/projects/opensource/SkipDB/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Berkeley_Database
 
|Related projects=Berkeley_Database
 
|Keywords=database,small,fast,simple,sorted,transactional,key/value pair,Bekeley DB,Sleepycat
 
|Keywords=database,small,fast,simple,sorted,transactional,key/value pair,Bekeley DB,Sleepycat
|Is GNU=n
+
|Version identifier=NO_VERSION_DATA
|Last review by=Janet Casey
+
|Version date=2015/01/27
|Last review date=2005-05-19
+
|Version status=beta
 +
|Version download=https://github.com/stevedekorte/skipdb/archive/master.zip
 +
|Version comment=NO_VERSION_DATA beta released 2015-01-27
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/01/15
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.5
+
|Status=
|Version date=2004-12-07
+
|Is GNU=No
|Version status=beta
+
|License verified date=2004-12-01
|Version download=http://www.dekorte.com/projects/opensource/SkipDB/SkipDBPackage.tgz
+
}}
 +
{{Project license
 +
|License=BSD_3Clause
 +
|License verified by=Janet Casey
 
|License verified date=2004-12-01
 
|License verified date=2004-12-01
|Version comment=0.5 beta released 2004-12-07
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Steve Dekorte
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Steve Dekorte
 
 
|Email=steve@dekorte.com
 
|Email=steve@dekorte.com
 
|Resource URL=
 
|Resource URL=
Line 44: Line 42:
 
|Works-with=database
 
|Works-with=database
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=BSD_3Clause
 
|License verified by=Janet Casey
 
|License verified date=2004-12-01
 
}}
 

Latest revision as of 16:54, 15 January 2017


[edit]

SkipDB

https://github.com/stevedekorte/skipdb
Small sorted key/value database

SkipDB is transactional, sorted key/value pair database. It is similar to BerkelyDB/Sleepycat but based on skip lists, which makes it smaller (~1600 lines of database code), simpler, and faster (appears to be ~4x as fast as SleepyCat for individual transactional updates).





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

1 December 2004




Leaders and contributors

Contact(s)Role
Steve Dekorte Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:skipdb@yahoogroups.com


Software prerequisites




Entry


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.