emacs.d/clones/lisp/www.cliki.net/StructuredStorage.html

129 lines
6.5 KiB
HTML
Raw Normal View History

2022-10-07 15:47:14 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: StructuredStorage</title>
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
href="https://www.cliki.net/site/feed/article.atom?title=StructuredStorage">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - StructuredStorage</span>
<div id="content"><div id="content-area"><div id="article-title">StructuredStorage</div><div id="article">aka NOSQL<p><ul>
<li>
<a href="berkeley-db.html" class="internal">berkeley-db</a> -
<a href="Paul&#32;Foley.html" class="internal">Paul Foley</a> has written an interface to the Berkeley DB v4 <a href="database.html" class="category">database</a> for <a href="CMUCL.html" class="internal">CMUCL</a>
</li>
<li>
<a href="cffi-gdbm.html" class="internal">cffi-gdbm</a> -
cffi-gdbm is an interface for the <a href="http://www.gnu.org/software/gdbm/">gdbm</a> <a href="database.html" class="category">database</a>
</li>
<li>
<a href="chillax.html" class="internal">chillax</a> -
Chillax is an interface to <a href="http://en.wikipedia.org/wiki/CouchDB">CouchDB</a>
</li>
<li>
<a href="cl-btree.html" class="internal">cl-btree</a> -
B-Tree implemented in Common Lisp
</li>
<li>
<a href="cl-influxdb.html" class="internal">cl-influxdb</a> -
cl-influxdb is an native Common Lisp interface to the <a href="http://influxdb.org/">InfluxDB</a> time-series and event <a href="database.html" class="category">database</a>
</li>
<li>
<a href="cl-mongo.html" class="internal">cl-mongo</a> -
cl-mongo is an interface to the <a href="http://www.mongodb.org">MongoDB</a> document <a href="database.html" class="category">database</a>
</li>
<li>
<a href="cl-naive-store.html" class="internal">cl-naive-store</a> -
cl-naive-store is a <a href="database.html" class="category">database</a> (document store to be more precise) which is persisted, in memory (lazy loading), indexed and written completely in Common Lisp
</li>
<li>
<a href="cl-neo4j.html" class="internal">cl-neo4j</a> -
cl-neo4j is an interface to the <a href="http://neo4j.org/">Neo4j</a> graph <a href="database.html" class="category">database</a>
</li>
<li>
<a href="cl-redis.html" class="internal">cl-redis</a> -
CL-Redis: Common Lisp client library for <a href="http://redis.io/">Redis</a> <a href="database.html" class="category">database</a>, an advanced key/value store
</li>
<li>
<a href="cl-swap-file.html" class="internal">cl-swap-file</a> -
Swap file is a fixed block size storage library implemented in <a href="Common&#32;Lisp.html" class="internal">Common Lisp</a>
</li>
<li>
<a href="cl-tc.html" class="internal">cl-tc</a> -
cl-tc is a set of bindings for the <a href="https://fallabs.com/tokyocabinet/">Tokyo Cabinet</a> <a href="database.html" class="category">database</a>
</li>
<li>
<a href="cl-wal.html" class="internal">cl-wal</a> -
cl-wal implements simple write ahead log
</li>
<li>
<a href="clouchdb.html" class="internal">clouchdb</a> -
Clouchdb is an interface to the <a href="http://couchdb.org">CouchDb</a> <a href="database.html" class="category">database</a>s
</li>
<li>
<a href="de.setf.cassandra.html" class="internal">de.setf.cassandra</a> -
de setf cassandra is an interface to the <a href="http://cassandra.apache.org/">Apache Cassandra</a> distributed data store
</li>
<li>
<a href="fact-base.html" class="internal">fact-base</a> -
A simple-ish implementation of an append-only triple-store
</li>
<li>
<a href="hh-redblack.html" class="internal">hh-redblack</a> -
hh-redblack provides in-memory and disk-based red-black trees
</li>
<li>
<a href="neo4cl.html" class="internal">neo4cl</a> -
<a href="https://github.com/equill/neo4cl">neo4cl</a> is a simple interface to the <a href="http://neo4j.org/">Neo4j</a> graph <a href="database.html" class="category">database</a>
</li>
<li>
<a href="NET.QUADIUM.LDAP.html" class="internal">NET.QUADIUM.LDAP</a> -
NET QUADIUM LDAP is an <a href="LDAP.html" class="category">LDAP</a> library for Common Lisp
</li>
<li>
<a href="query-fs.html" class="internal">query-fs</a> -
Query-FS is a FUSE-based filesystem that presents database queries as <a href="filesystem.html" class="category">filesystem</a> trees
</li>
</ul>
</div></div>
<div id="footer" class="buttonbar"><ul><li><a href="StructuredStorage.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=StructuredStorage">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=StructuredStorage">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=StructuredStorage&amp;from-revision=3488759515">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
</div>
<div id="header-buttons" class="buttonbar">
<ul>
<li><a href="https://www.cliki.net/">Home</a></li>
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
<li><a href="CLiki.html">About</a></li>
<li><a href="Text&#32;Formatting.html">Text Formatting</a></li>
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
</ul>
<div id="search">
<form action="https://www.cliki.net/site/search">
<label for="search_query" class="hidden">Search CLiki</label>
<input type="text" name="query" id="search_query" value="" />
<input type="submit" value="search" />
</form>
</div>
</div>
<div id="pageheader">
<div id="header">
<span id="logo">CLiki</span>
<span id="slogan">the common lisp wiki</span>
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
<label for="login_name" class="hidden">Account name</label>
<input type="text" name="name" id="login_name" class="login_input" />
<label for= "login_password" class="hidden">Password</label>
<input type="password" name="password" id="login_password" class="login_input" />
<input type="submit" name="login" value="login" id="login_submit" /><br />
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
</form>
</div>
</div>
</div>
</body></html>