Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -4,8 +4,8 @@
 
 Awesome CouchDB !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !PRs Welcome 
 (https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square) (http://makeapullrequest.com)
 Awesome CouchDB !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !PRs Welcome 
 (https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square) (http://makeapullrequest.com)
▐ A curated meta resources & best practices list for CouchDB.
@@ -56,8 +56,8 @@
- Cloudant - MapReduce Primer (https://cloudant.com/blog/mapreduce-from-the-basics-to-the-actually-useful/#.WIDBfRsrKUl) - Great intro on reduce, group, group_level.
- Using View Collation (http://docs.couchdb.org/en/2.0.0/couchapp/views/joins.html#using-view-collation) - Index mapping (emits) for data joins.
- Views Collation (http://docs.couchdb.org/en/2.0.0/couchapp/views/collation.html) - More documentation on "View Collation".
- Cloudant - MapReduce and the Secondary Index (Video) (https://developer.ibm.com/clouddataservices/docs/cloudant/get-started/mapreduce-and-the-secondary-index/) - Great videos here on mapReduce, secondary 
indexes, and complex keys.
- Cloudant - MapReduce and the Secondary Index (Video) (https://developer.ibm.com/clouddataservices/docs/cloudant/get-started/mapreduce-and-the-secondary-index/) - Great videos here on 
mapReduce, secondary indexes, and complex keys.
- Cloudant - Design Documents (https://docs.cloudant.com/design_documents.html) - Cloudant's documentation is also great resource for learning concepts of CouchDB.
- Cloudant - Design Document Management (https://docs.cloudant.com/design_document_management.html) - How to manage design doc changes in production.
@@ -82,7 +82,8 @@
Docs
- Official Docs (http://docs.couchdb.org/)
- FAQ (old wiki) (https://wiki.apache.org/couchdb/Frequently_asked_questions) - Seems to have more faqs than the new wiki (https://cwiki.apache.org/confluence/display/COUCHDB/Frequently+Asked+Questions).
- FAQ (old wiki) (https://wiki.apache.org/couchdb/Frequently_asked_questions) - Seems to have more faqs than the new wiki 
(https://cwiki.apache.org/confluence/display/COUCHDB/Frequently+Asked+Questions).
Books
@@ -143,7 +144,8 @@
- Hoodie (http://hood.ie/) - A backend for Offline First applications.
- Couchbase (https://www.couchbase.com/) - NoSQL database.
 - Migrating from Apache CouchDB (https://docs.couchbase.com/server/current/install/migrate-couchdb.html) - Comparison of CouchDB and CouchBase
- RxDB (https://rxdb.info/) - NoSQL-database for JavaScript Applications. RxDB provides modules for realtime replication with any CouchDB compliant endpoint and also with custom GraphQL endpoints.
- RxDB (https://rxdb.info/) - NoSQL-database for JavaScript Applications. RxDB provides modules for realtime replication with any CouchDB compliant endpoint and also with custom GraphQL 
endpoints.
Misc/Technical
@@ -158,10 +160,11 @@
Attachments
- PouchDB - Attachments are overrated (https://pouchdb.com/2014/06/17/12-pro-tips-for-better-code-with-pouchdb.html) - _"Update: since this post was written, the stability and performance of attachments in 
PouchDB has greatly improved. ..."_
- PouchDB - Attachments are overrated (https://pouchdb.com/2014/06/17/12-pro-tips-for-better-code-with-pouchdb.html) - _"Update: since this post was written, the stability and performance of 
attachments in PouchDB has greatly improved. ..."_
- Cloudant - Attachments Performance Considerations (https://docs.cloudant.com/attachments.html#performance-considerations)
- Are attachments duplicated for each revision? (http://grokbase.com/t/couchdb/user/14a1phbzrb/are-attachments-duplicated-for-each-revision-as-well) - Mailing list discussion about attachments across revisions.
- Are attachments duplicated for each revision? (http://grokbase.com/t/couchdb/user/14a1phbzrb/are-attachments-duplicated-for-each-revision-as-well) - Mailing list discussion about 
attachments across revisions.
Backups