[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10426":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":16,"starSnapshotCount":16,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},10426,"couchdb","apache\u002Fcouchdb","apache","Seamless multi-primary syncing database with an intuitive HTTP\u002FJSON API, designed for reliability","https:\u002F\u002Fcouchdb.apache.org\u002F",null,"Erlang",6896,1074,216,299,0,1,8,27,5,40.09,"Apache License 2.0",false,"main",[26,27,28,5,29,30,31,32,33,34],"big-data","cloud","content","database","erlang","http","javascript","network-client","network-server","2026-06-12 02:02:21","Apache CouchDB README\n=====================\n\n+---------+\n| |1| |2| |\n+---------+\n\n.. |1| image:: https:\u002F\u002Fci-couchdb.apache.org\u002FbuildStatus\u002Ficon?job=jenkins-cm1%2FFullPlatformMatrix%2Fmain&subject=main\n    :target: https:\u002F\u002Fci-couchdb.apache.org\u002Fjob\u002Fjenkins-cm1\u002Fjob\u002FFullPlatformMatrix\u002Fjob\u002Fmain\u002F\n.. |2| image:: https:\u002F\u002Freadthedocs.org\u002Fprojects\u002Fcouchdb\u002Fbadge\u002F?version=latest\n    :target: https:\u002F\u002Fdocs.couchdb.org\u002Fen\u002Flatest\u002F?badge=latest\n\nInstallation\n------------\n\nFor a high-level guide to Unix-like systems, inc. Mac OS X and Ubuntu, see:\n\n    INSTALL.Unix\n\nFor a high-level guide to Microsoft Windows, see:\n\n    INSTALL.Windows\n\nFollow the proper instructions to get CouchDB installed on your system.\n\nIf you're having problems, skip to the next section.\n\nDocumentation\n-------------\n\nWe have documentation:\n\n    https:\u002F\u002Fdocs.couchdb.org\u002F\n\nIt includes a changelog:\n\n    https:\u002F\u002Fdocs.couchdb.org\u002Fen\u002Flatest\u002Fwhatsnew\u002F\n\nFor troubleshooting or cryptic error messages, see:\n\n    https:\u002F\u002Fdocs.couchdb.org\u002Fen\u002Flatest\u002Finstall\u002Ftroubleshooting.html\n\nFor general help, see:\n\n     https:\u002F\u002Fcouchdb.apache.org\u002F#mailing-list\n\nWe also have an IRC channel:\n\n    https:\u002F\u002Fweb.libera.chat\u002F#couchdb\n\nThe mailing lists provide a wealth of support and knowledge for you to tap into.\nFeel free to drop by with your questions or discussion. See the official CouchDB\nwebsite for more information about our community resources.\n\nVerifying your Installation\n---------------------------\n\nRun a basic test suite for CouchDB by browsing here:\n\n    http:\u002F\u002F127.0.0.1:5984\u002F_utils\u002F#verifyinstall\n\nGetting started with developing\n-------------------------------\n\n**Quickstart:**\n\n\n.. image:: https:\u002F\u002Fimg.shields.io\u002Fstatic\u002Fv1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode\n    :target: https:\u002F\u002Fvscode.dev\u002Fredirect?url=vscode:\u002F\u002Fms-vscode-remote.remote-containers\u002FcloneInVolume?url=https:\u002F\u002Fgithub.com\u002Fapache\u002Fcouchdb\n\nIf you already have VS Code and Docker installed, you can click the badge above or\n`here \u003Chttps:\u002F\u002Fvscode.dev\u002Fredirect?url=vscode:\u002F\u002Fms-vscode-remote.remote-containers\u002FcloneInVolume?url=https:\u002F\u002Fgithub.com\u002Fapache\u002Fcouchdb>`_\nto get started. Clicking these links will cause VS Code to automatically install the\nRemote - Containers extension if needed, clone the source code into a container volume,\nand spin up a dev container for use.\n\nThis ``devcontainer`` will automatically run ``.\u002Fconfigure && make`` the first time it is created.\nWhile this may take some extra time to spin up, this tradeoff means you will be able to\nrun things like ``.\u002Fdev\u002Frun``, ``.\u002Fdev\u002Frun --admin=admin:admin``,  ``.\u002Fdev\u002Frun --with-admin-party-please``,\nand ``make check`` straight away.  Subsequent startups should be quick.\n\n**Manual Dev Setup:**\n\nFor more detail, read the README-DEV.rst file in this directory.\n\nBasically you just have to install the needed dependencies which are\ndocumented in the install docs and then run ``.\u002Fconfigure && make``.\n\nYou don't need to run ``make install`` after compiling, just use\n``.\u002Fdev\u002Frun`` to spin up three nodes. You can add haproxy as a caching\nlayer in front of this cluster by running ``.\u002Fdev\u002Frun --with-haproxy\n--haproxy=\u002Fpath\u002Fto\u002Fhaproxy`` . You will now have a local cluster\nlistening on port 5984.\n\nFor Fauxton developers fixing the admin-party does not work via the button in\nFauxton. To fix the admin party you have to run ``.\u002Fdev\u002Frun`` with the ``admin``\nflag, e.g. ``.\u002Fdev\u002Frun --admin=username:password``. If you want to have an\nadmin-party, just omit the flag.\n\nContributing to CouchDB\n-----------------------\n\nYou can learn more about our contributing process here:\n\n    https:\u002F\u002Fgithub.com\u002Fapache\u002Fcouchdb\u002Fblob\u002Fmain\u002FCONTRIBUTING.md\n\nAcknowledgments\n---------------\n\nThis project is proudly supported by:\n\n|3|\n\n`IBM Cloudant \u003Chttps:\u002F\u002Fwww.ibm.com\u002Fproducts\u002Fcloudant>`_\n\n|5|\n\n|6|\n\n|7|\n\n.. |3| image:: https:\u002F\u002Fcouchdb.apache.org\u002Fimage\u002Fmacstadium-logo.png\n    :width: 150\n    :target: https:\u002F\u002Fwww.macstadium.com\n.. |5| image:: https:\u002F\u002Fcouchdb.apache.org\u002Fimage\u002Fneighbourhoodie-logo-with-n.svg\n    :width: 150\n    :target: https:\u002F\u002Fneighbourhood.ie\u002Fcouchdb-support\n.. |6| image:: https:\u002F\u002Fopensource.nyc3.cdn.digitaloceanspaces.com\u002Fattribution\u002Fassets\u002FPoweredByDO\u002FDO_Powered_by_Badge_blue.png\n    :width: 150\n    :target: https:\u002F\u002Fwww.digitalocean.com\n.. |7| image:: https:\u002F\u002Fcouchdb.apache.org\u002Fimage\u002Fnetcup_logo_RGB_color.svg\n    :width: 150\n    :target: https:\u002F\u002Fwww.netcup.com\n\nCryptographic Software Notice\n-----------------------------\n\nThis distribution includes cryptographic software. The country in which you\ncurrently reside may have restrictions on the import, possession, use, and\u002For\nre-export to another country, of encryption software. BEFORE using any\nencryption software, please check your country's laws, regulations and policies\nconcerning the import, possession, or use, and re-export of encryption software,\nto see if this is permitted. See \u003Chttps:\u002F\u002Fwww.wassenaar.org\u002F> for more\ninformation.\n\nThe U.S. Government Department of Commerce, Bureau of Industry and Security\n(BIS), has classified this software as Export Commodity Control Number (ECCN)\n5D002.C.1, which includes information security software using or performing\ncryptographic functions with asymmetric algorithms. The form and manner of this\nApache Software Foundation distribution makes it eligible for export under the\nLicense Exception ENC Technology Software Unrestricted (TSU) exception (see the\nBIS Export Administration Regulations, Section 740.13) for both object code and\nsource code.\n\nThe following provides more details on the included cryptographic software:\n\nCouchDB includes a HTTP client (ibrowse) with SSL functionality.\n","Apache CouchDB 是一个具备多主同步功能的数据库，拥有直观的HTTP\u002FJSON API接口，专为高可靠性设计。它使用Erlang语言编写，支持无缝多节点数据同步，提供丰富的查询和索引功能。CouchDB特别适合需要分布式部署、跨设备或跨数据中心的数据存储与同步场景，如移动应用后端、内容管理系统等。其文档导向的数据模型以及灵活的复制机制，使得在不可靠网络环境下也能保持数据的一致性和可用性。此外，CouchDB还提供了强大的管理和监控工具，便于开发者维护和扩展。",2,"2026-06-11 03:28:20","top_topic"]