Skip to content

Commit

Permalink
chore: set min swiftwave version for couchdb to 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Sep 14, 2024
1 parent 695753b commit d763998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stacks/couchdb.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
minimum_swiftwave_version: "v2.2.11"
services:
"{{STACK_NAME}}":
image: bitnami/couchdb:3
Expand All @@ -18,6 +19,7 @@ docs:
Apache CouchDB™ lets you access your data where you need it by defining the Couch Replication Protocol that is implemented by a variety of projects and products that span every imaginable computing environment from globally distributed server-clusters, over mobile phones to web browsers. Software that is compatible with the Couch Replication Protocol include PouchDB and Cloudant.
Store your data safely, on your own servers, or with any leading cloud provider. Your web- and native applications love CouchDB, because it speaks JSON natively and supports binary for all your data storage needs. The Couch Replication Protocol lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling, offline-first user-experience while maintaining high performance and strong reliability. CouchDB comes with a developer-friendly query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval.
### Links
Expand Down

0 comments on commit d763998

Please sign in to comment.