blob: d710795df01cb4b754544f972f6d845f835f4f6d [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<link rel="canonical" href="https://couchdb.apache.org/"/>
<!-- mastodon verification -->
<link rel="me" href="https://fosstodon.org/@couchdb"/>
<title>Apache CouchDB</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=rM3dEe7aPK">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=rM3dEe7aPK" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=rM3dEe7aPK" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=rM3dEe7aPK">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=rM3dEe7aPK" color="#e42528">
<link rel="shortcut icon" href="/favicon.ico?v=rM3dEe7aPK">
<meta name="theme-color" content="#ffffff">
<!--
Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
-->
<link rel="stylesheet" type="text/css" href="style/master.css">
<script src="script/jquery-1.7.1.min.js" type="text/javascript"></script>
</head>
<body>
<a class="scroll-point pt-top" id="top"></a>
<div id="header">
<div class="wrap">
<a class="logo" href="#top"></a>
<div class="menu">
<a href="#about">About</a>
<a href="https://docs.couchdb.org">Docs</a>
<a href="#contribute">Contribute</a>
<a href="https://blog.couchdb.org">News</a>
<a href="#download">Download</a>
<a href="#more">More&hellip;</a>
</div>
<form class="menu-dropdown">
<select onchange="location = this.options[this.selectedIndex].value;">
<option value="">Menu</option>
<option value="">----</option>
<option value="#about">About</option>
<option value="https://docs.couchdb.org">Docs</option>
<option value="#contribute">Contribute</option>
<option value="https://blog.couchdb.org">News</option>
<option value="#download">Download</option>
<option value="#more">More&hellip;</option>
</select>
</form>
</div>
<div class="shadow"></div>
</div>
<div class="header-placeholder"></div>
<div class="grid leadin">
<div class="wrap">
<img src="image/couch@2x.png" alt=""/>
<ul class="text-block">
<li><h1><strong>Seamless</strong> multi-master sync, that</h1></li>
<li><h1>scales from <strong>Big Data</strong> to <strong>Mobile,</strong></h1></li>
<li><h1>with an <strong>Intuitive</strong> HTTP/JSON API</h1></li>
<li><h1>and designed for <strong>Reliability.</strong></h1></li>
</ul>
<div class="button-container">
<a class="button" href="#download">DOWNLOAD<small class="download-version">3.3.3 (2023-12-05)</small></a>
</div>
</div>
</div>
<div class="feature grid-nomargin">
<div class="wrap cf">
<div class="testimonial">
<div class="testimonial-inner">
"Amongst all the panic and horror [of a power outage], I was smiling."
<div class="testimonial-attribution">
<a href="https://blog.couchdb.org/2017/07/19/a-couchdb-user-story-chatting-with-assaf-morami/">- Assaf Morami</a>
</div>
</div>
</div>
<div class="testimonial">
<div class="testimonial-inner">
"The replication in CouchDB is really the killer feature that sets it
apart from other databases."
<div class="testimonial-attribution">
<a href="https://blog.couchdb.org/2017/07/12/replication-makes-couchdb-the-single-best-solution-for-hoptree/">- Patrick Wolf</a>
</div>
</div>
</div>
<div class="testimonial last">
<div class="testimonial-inner">
"Even if the internet was very bad our databases in the two locations would eventually sync."
<div class="testimonial-attribution">
<a href="https://blog.couchdb.org/2018/08/21/shifting-from-mysql-to-couchdb-a-user-study/">- Ryan Meredith</a>
</div>
</div>
</div>
<a href="https://blog.couchdb.org/category/user-story/"
class="testimonial-more">More User Stories</a>
</div>
</div>
<a class="scroll-point pt-about" id="about"></a>
<div class="feature">
<div class="wrap">
<h2 class="icon icon-about">Data Where You Need It</h2>
<p>
Apache CouchDB &trade; lets you access your data where you need it. The <strong><a href="https://docs.couchdb.org/en/stable/replication/protocol.html" title="Couch Replication Protocol">Couch Replication Protocol</a></strong> is implemented in a variety of projects and products that span every imaginable computing environment from <strong>globally distributed server-clusters</strong>, over <strong>mobile phones</strong> to <strong>web browsers</strong>.
</p>
<p>
Store your data <strong>safely</strong>, on your own servers, or with any leading cloud provider. Your web- and native applications love CouchDB, because it speaks <strong>JSON natively</strong> and supports <strong>binary data</strong> for all your data storage needs.
</p>
<p>
<strong><a href="https://docs.couchdb.org/en/stable/replication/protocol.html" title="CouchDB Replication Protocol">The Couch Replication Protocol</a></strong> lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling <strong><a href="https://offlinefirst.org">offline-first</a></strong> user-experience while maintaining high performance and strong reliability. CouchDB comes with a <strong>developer-friendly</strong> query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval.
</p>
<p>See the <a href="https://docs.couchdb.org/en/stable/intro/why.html">introduction</a>, <a href="https://docs.couchdb.org/en/stable/intro/overview.html">technical overview</a> for more information, or learn <a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html">what’s new in 3.3</a>.</p>
</div>
<div class="grid feature">
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="core card-icon"></span>
<span class="skill-card-heading-text">Single Node Database</span>
</h3>
<p class="skill-card-slogan">
CouchDB is a terrific single-node database that works just like any other database
behind an application server of your choice.
<br><br>
Most people start with a single node CouchDB instance. More demanding projects can
seamlessly upgrade to a cluster.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="fauxton card-icon"></span>
<span class="skill-card-heading-text">Cluster</span>
</h3>
<p class="skill-card-slogan">
CouchDB is <em>also</em> a clustered database that allows you to run a single logical
database server on any number of servers or VMs.
<br><br>
A CouchDB cluster improves on the single-node setup with higher capacity and
high-availability without changing any APIs.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="marketing card-icon"></span>
<span class="skill-card-heading-text">HTTP/JSON</span>
</h3>
<p class="skill-card-slogan">
CouchDB makes use of the ubiquitous HTTP protocol and JSON data format and is
compatible with any software that supports them. CouchDB also works great with
external tools like HTTP proxy servers, load balancers.
</p>
</div>
</div>
</div>
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="website card-icon"></span>
<span class="skill-card-heading-text">Offline First Data Sync</span>
</h3>
<p class="skill-card-slogan">
CouchDB’s unique <a href="https://docs.couchdb.org/en/stable/replication/protocol.html">Replication Protocol</a> is the
foundation for a whole new generation of <a href="https://offlinefirst.org/">“Offline
First”</a> applications for Mobile applications and other environments with <a
href="https://www.youtube.com/watch?v=1sLjWlWvCsc">challenging
network infrastructures</a>.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="documentation card-icon"></span>
<span class="skill-card-heading-text">Ecosystem</span>
</h3>
<p class="skill-card-slogan">
CouchDB is built for servers (from a Raspberry Pi to big cloud installations), while
<a href="https://pouchdb.com/">PouchDB</a> is built for mobile &amp; web-browsers.
<br><br>
They can seamlessly replicate data with each other.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="guidance card-icon"></span>
<span class="skill-card-heading-text">Reliability</span>
</h3>
<p class="skill-card-slogan">
CouchDB is serious about data reliability.
<br><br>
Individual nodes use a crash-resistant append-only data structure. A multi-node
CouchDB cluster saves all data redundantly, so it is always available when you need
it.
</p>
</div>
</div>
</div>
</div>
</div>
<a class="scroll-point" id="contribute"></a>
<hr>
<div class="feature">
<div class="wrap">
<h2 class="icon icon-contribute">Want to Contribute?</h2>
<p><strong>We welcome your contributions. </strong>CouchDB is an open source project. Everything, from this website to the core of the database itself, has been contributed by helpful individuals. The time and attention of our contributors is our most precious resource, and we always need more of it. Our primary goal is to build a welcoming, supporting, inclusive and diverse community. We abide by <a href="https://couchdb.apache.org/conduct.html">Code of Conduct</a> and a set of <a href="https://couchdb.apache.org/bylaws.html">Project Bylaws</a>. Come join us!
</p>
</div>
<div class="grid contribute">
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="core card-icon"></span>
<span class="skill-card-heading-text">CouchDB Core</span>
</h3>
<p class="skill-card-slogan">
Help shape the future of CouchDB! There’s still plenty of work to be
done on the core database. We use GitHub to track issues and pull requests.
</p>
<ul>
<li>&mdash; <a href="https://github.com/apache/couchdb">CouchDB on GitHub</a></li>
<li>&mdash; <a href="https://github.com/apache/couchdb/issues">GitHub Issues</a></li>
<li>&mdash; <a href="https://issues.apache.org/jira/browse/COUCHDB/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel">(Inactive) Jira issues</a></li>
<li>&mdash; <a href="https://mail-archives.apache.org/mod_mbox/couchdb-dev/">Dev mailing list</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="fauxton card-icon"></span>
<span class="skill-card-heading-text">Fauxton</span>
</h3>
<p class="skill-card-slogan">
Lend your JavaScript skills to the next-generation web UI for CouchDB.
Fauxton is the “killer app” that makes CouchDB so powerful and easy to manage.
</p>
<ul>
<li>&mdash; <a href="fauxton-visual-guide/index.html">Fauxton, a Visual Guide</a></li>
<li>&mdash; <a href="https://github.com/apache/couchdb-fauxton">Fauxton on GitHub</a></li>
<li>&mdash; <a href=https://docs.couchdb.org/en/latest/fauxton/install.html?highlight=Addon#understanding-fauxton-code-layout>Writing an Addon</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="marketing card-icon"></span>
<span class="skill-card-heading-text">Marketing</span>
</h3>
<p class="skill-card-slogan">
We’re not just building a database – we’re crafting the CouchDB story.
Help us promote CouchDB: plan meetups, make video tutorials, write blog posts.
</p>
<ul>
<li>&mdash; <a href="https://cwiki.apache.org/confluence/display/COUCHDB/Meetups">CouchDB Meetups</a></li>
<li>&mdash; <a href="https://mail-archives.apache.org/mod_mbox/couchdb-marketing/">Marketing Mailing List</a></li>
<li>&mdash; <a href="https://twitter.com/CouchDB">Tweet us a link</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="website card-icon"></span>
<span class="skill-card-heading-text">Website</span>
</h3>
<p class="skill-card-slogan">
Got a few suggestions for the very website you’re reading right now?
Think the UX, copy, or layout could be better? Welcome! We’d love to hear from you.
</p>
<ul>
<li>&mdash; <a href="https://github.com/apache/couchdb-www">Website on GitHub</a></li>
<li>&mdash; <a href="https://mail-archives.apache.org/mod_mbox/couchdb-marketing/">Marketing mailing list</a></li>
<li>&mdash; <a href="https://mail-archives.apache.org/mod_mbox/couchdb-www/">Website mailing list</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="documentation card-icon"></span>
<span class="skill-card-heading-text">Documentation</span>
</h3>
<p class="skill-card-slogan">
Docs can be improved indefinitely. If you’ve got a flair for technical writing,
help us make the docs clearer, better structured, or even translate them.
</p>
<ul>
<li>&mdash; <a href="https://cwiki.apache.org/confluence/display/COUCHDB/Apache+CouchDB+Wiki">CouchDB wiki</a></li>
<li>&mdash; <a href="https://github.com/apache/couchdb/tree/main/src/docs">Docs on GitHub</a></li>
<li>&mdash; <a href="https://cwiki.apache.org/confluence/display/COUCHDB/Translation+Guide">Translation Guide</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="guidance card-icon"></span>
<span class="skill-card-heading-text">Guidance</span>
</h3>
<p class="skill-card-slogan">
You can be the first person someone interacts with when they have a question.
Giving guidance is a great way to help others while learning CouchDB.
</p>
<ul>
<li>&mdash; <a href="https://web.libera.chat/#couchdb">Official CouchDB chat</a></li>
<li>&mdash; <a href="https://stackoverflow.com/questions/tagged/couchdb">Stackoverflow questions</a></li>
<li>&mdash; <a href="https://github.com/apache/couchdb/issues">GitHub Issues</a></li>
<li>&mdash; <a href="https://issues.apache.org/jira/browse/COUCHDB/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel">(Inactive) Jira issues</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a class="scroll-point" id="chat"></a>
<hr>
<div class="feature">
<div class="wrap">
<h2 class="icon icon-chat">CouchDB Chat</h2>
<p>
We run community chat channels on <a href="https://web.libera.chat/#couchdb">Libera.Chat IRC network</a> and <a href="https://slack.com">Slack.</a>
IRC is open and very common, but Slack is more user-friendly.
</p>
</div>
<div class="grid contribute">
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="core card-icon"></span>
<span class="skill-card-heading-text">Slack</span>
</h3>
<p class="slack-slogan">To start using Slack, click on the join link below:</p>
<ul>
<li>&mdash; <a class="" href="https://join.slack.com/t/couchdb/shared_invite/zt-fa9zim0j-H04m4o_KcLdWeOxEAcwM8g" target="_blank" rel="noopener noreferrer">Join CouchDB Slack</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="documentation card-icon"></span>
<span class="skill-card-heading-text">IRC</span>
</h3>
<p class="skill-card-slogan">
We have two IRC channels. <strong>#Couchdb</strong> for discussions on using CouchDB and <strong>#CouchDB-dev</strong> for discussions
on CouchDB development.
</p>
<ul>
<li>&mdash; <a href="https://web.libera.chat/#couchdb">#CouchDB</a></li>
<li>&mdash; <a href="https://web.libera.chat/#couchdb-dev/">#CouchDB-dev</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a class="scroll-point" id="mailing-lists"></a>
<div class="wrap">
<h2 class="icon icon-mailing-lists">Mailing Lists</h2>
</div>
<div class="grid">
<div class="wrap">
<div class="corner"></div>
<br/>
<div class="list-header">
<a href="https://mail-archives.apache.org/mod_mbox/couchdb-announce/"><strong>Mail Search</strong></a>
<p>Search all of our mailing lists at once.</p>
</div>
<div class="list mailing-list">
<form action="https://markmail.org/search/list:org.apache.couchdb-*">
<input id="search-box" type="text" placeholder="Search query&hellip;" name="q" size="50"><button id="search-button"></button>
</form>
</div>
<br id="hide-mobile">
<div class="list-header">
<a href="https://lists.apache.org/list.html?announce@couchdb.apache.org"><strong>Announcement List</strong></a>
<a id="announcement-mailing-list" class="hash-target">&nbsp;</a>
<a href="mailto:announce-subscribe@couchdb.apache.org">Subscribe</a> &middot;
<a href="mailto:announce@couchdb.apache.org">Post</a> &middot;
<a href="mailto:announce-unsubscribe@couchdb.apache.org">Unsubscribe</a>
<p>This is a low-traffic list for release announcements and security disclosures.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/list.html?user@couchdb.apache.org"><strong>User List</strong></a>
<a id="user-mailing-list" class="hash-target">&nbsp;</a>
<a href="mailto:user-subscribe@couchdb.apache.org">Subscribe</a> &middot;
<a href="mailto:user@couchdb.apache.org">Post</a> &middot;
<a href="mailto:user-unsubscribe@couchdb.apache.org">Unsubscribe</a>
<p>This is a general discussion and support forum for all CouchDB users.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/list.html?dev@couchdb.apache.org"><strong>Developer List</strong></a>
<a id="developer-mailing-list" class="hash-target">&nbsp;</a>
<a href="mailto:dev-subscribe@couchdb.apache.org">Subscribe</a> &middot;
<a href="mailto:dev@couchdb.apache.org">Post</a> &middot;
<a href="mailto:dev-unsubscribe@couchdb.apache.org">Unsubscribe</a>
<p>This is where people working on CouchDB itself discuss things.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/list.html?commits@couchdb.apache.org"><strong>Commits List</strong></a>
<a id="commits-mailing-list" class="hash-target">&nbsp;</a>
<a href="mailto:commits-subscribe@couchdb.apache.org">Subscribe</a> &middot;
<a href="mailto:commits@couchdb.apache.org">Post</a> &middot;
<a href="mailto:commits-unsubscribe@couchdb.apache.org">Unsubscribe</a>
<p>This is where all source code and wiki change notifications are sent.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/list.html?notifications@couchdb.apache.org"><strong>Notifications</strong></a>
<a id="notifications-mailing-list" class="hash-target">&nbsp;</a>
<a href="mailto:notifications-subscribe@couchdb.apache.org">Subscribe</a> &middot;
<a href="mailto:notifications@couchdb.apache.org">Post</a> &middot;
<a href="mailto:notifications-unsubscribe@couchdb.apache.org">Unsubscribe</a>
<p>This is a single stream of generated notification from GitHub.</p>
</div>
</div>
</div>
<a class="scroll-point" id="download"></a>
<hr>
<div class="wrap download-pane">
<h2 class="icon icon-download">Download CouchDB 3.3.3</h2>
</div>
<div class="grid">
<div class="wrap">
<div class="corner"></div>
<div class="download-list-container">
<ul class="list download-list">
<li>
<a href="https://dlcdn.apache.org/couchdb/source/3.3.3/apache-couchdb-3.3.3.tar.gz" class="type">Source</a>
<span class="info">
Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.3.3/apache-couchdb-3.3.3.tar.gz.asc">PGP Signature</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.3.3/apache-couchdb-3.3.3.tar.gz.sha256">SHA256</a> |
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-win/" class="type">
Windows (x64)
</a>
<span class="info">
Erlang/OTP 24.3.4.14 | Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a>
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-mac/" class="type">
macOS
</a>
<span class="info">
Erlang/OTP 26.0.2 | Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a>
</span>
<li>
<a href="https://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages" class="type">Debian/Ubuntu/RHEL/CentOS packages</a>
<span class="info">
Erlang/OTP 24.3.4.14 | Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a>
</span>
</li>
</ul>
<div>
<a href="https://www.apache.org/info/verification.html">Instructions for verifying downloads.</a> <a href="https://www.apache.org/dist/couchdb/KEYS">KEYS file</a> for validating signatures.
</div>
</div>
</div>
</div>
<hr>
<div class="wrap download-pane">
<h2 class="icon icon-download">Download CouchDB 3.2.3</h2>
</div>
<div class="grid">
<div class="wrap">
<div class="corner"></div>
<div class="download-list-container">
<ul class="list download-list">
<li>
<a href="https://www.apache.org/dyn/closer.lua?path=/couchdb/source/3.2.3/apache-couchdb-3.2.3.tar.gz" class="type">Source</a>
<span class="info">
Version 3.2.3 |
<a href="https://docs.couchdb.org/en/3.2.3-docs/whatsnew/3.2.html#version-3-2-3" class="release">Release Notes</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.2.3/apache-couchdb-3.2.3.tar.gz.asc">PGP Signature</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.2.3/apache-couchdb-3.2.3.tar.gz.sha256">SHA256</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.2.3/apache-couchdb-3.2.3.tar.gz.sha512">SHA512</a>
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-win/" class="type">
Windows (x64)
</a>
<span class="info">
Erlang/OTP 23.3.4.18 | Version 3.2.3 |
<a href="https://docs.couchdb.org/en/3.2.3-docs/whatsnew/3.2.html#version-3-2-3" class="release">Release Notes</a>
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-mac/" class="type">
macOS (10.10+)
</a>
<span class="info">
Erlang/OTP 25.3 | Version 3.2.3 |
<a href="https://docs.couchdb.org/en/3.2.3-docs/whatsnew/3.2.html#version-3-2-3" class="release">Release Notes</a>
</span>
<li>
<a href="https://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages" class="type">Debian/Ubuntu/RHEL/CentOS packages</a>
<span class="info">
Erlang/OTP 23.3.4.18 | Version 3.2.3 |
<a href="https://docs.couchdb.org/en/3.2.3-docs/whatsnew/3.2.html#version-3-2-3" class="release">Release Notes</a>
</span>
</li>
</ul>
<div>
<a href="https://www.apache.org/info/verification.html">Instructions for verifying downloads.</a> <a href="https://www.apache.org/dist/couchdb/KEYS">KEYS file</a> for validating signatures.
</div>
</div>
</div>
</div>
<a class="scroll-point" id="more"></a>
<hr>
<div class="wrap more-pane">
<h2 class="icon icon-more">More &hellip;</h2>
<br>
<ul class="more-header">
<li>General</li>
<li>Development</li>
<li class="last">Apache Software Foundation</li>
</ul>
<div class="clear"></div>
</div>
<div class="grid">
<div class="wrap">
<div class="list-container">
<ul class="list more">
<li class="corner"></li>
<li><a href="https://docs.couchdb.org">Documentation<span></span></a>
<li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/Current+Releases">Current Releases<span></span></a></li>
<li><a href="https://blog.couchdb.org/">Blog<span></span></a>
<li><a href="https://couchdb.apache.org/bylaws.html">Bylaws<span></span></a>
<li><a href="https://couchdb.apache.org/conduct.html">Code of Conduct<span></span></a>
<li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/Professional+Services">Professional Services<span></span></a>
</ul>
<ul class="list more">
<li class="corner"></li>
<li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/">Wiki<span></span></a></li>
<li><a href="https://github.com/apache/couchdb/issues">Issue Tracker<span></span></a></li>
<li><a href="https://github.com/apache/couchdb/pulls">Pull Requests<span></span></a></li>
<li><a href="https://github.com/apache?q=couchdb">Git Mirrors<span></span></a></li>
</ul>
<ul class="list more last">
<li class="corner"></li>
<li><a href="https://www.apache.org/">About the ASF<span></span></a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
<li><a href="https://www.apache.org/security/">Security<span></span></a></li>
<li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy<span></span></a></li>
<li><a href="https://www.apache.org/licenses/">License<span></span></a></li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
<div id="footer">
<p>Copyright &copy; 2024 The Apache Software Foundation &mdash; Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a><br>
Apache CouchDB, CouchDB, and the project logo are <a href="https://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation</p>
<a class="conf" href="https://www.apache.org/events/current-event.html"></a>
<a class="closing" href="#top"></a>
</div>
</body>
</html>