Skip to content

Commit f1b490d

Browse files
committed
feat: deprecate
1 parent 650c1c8 commit f1b490d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
<div class="stage home">
1010

11+
<h3>Deprecation Notice</h3>
12+
<p>
13+
<strong>
14+
The contents of this guide are out of date. All relevant info has been updated and integrated into <a href="https://docs.couchdb.org">the official CouchDB documentation</a>. This page now only exists for archival and historic purposes.
15+
</strong>
16+
</p>
17+
18+
<hr />
19+
1120
<p>Three of CouchDB’s creators show you how to use this document-oriented database as a standalone application framework or with high-volume, distributed applications. With its simple model for storing, processing, and accessing data, CouchDB is ideal for web applications that handle huge amounts of loosely structured data. That alone would stretch the limits of a relational database, yet CouchDB offers an open source solution that’s reliable, scales easily, and responds quickly.
1221

1322
<p>CouchDB works with self-contained data that has loose or ad-hoc connections. It’s a model that fits many real-world items, such as contacts, invoices, and receipts, but you’ll discover that this database can easily handle data of any kind. With this book, you’ll learn how to work with CouchDB through its RESTful web interface, and become familiar with key features such as simple document CRUD (create, read, update, delete), advanced MapReduce, deployment tuning, and more.

0 commit comments

Comments
 (0)