awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/couchdb

0
View on GitHub↗
6,905 stele·1,075 fork-uri·Erlang·Apache-2.0·3 vizualizăricouchdb.apache.org↗

Couchdb

CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data management over HTTP. It functions as a distributed document store, synchronizing and replicating data across multiple nodes to ensure high availability and consistency.

The system includes a full-text search engine that transforms database records into queryable documents, supporting sorting and pagination. Data synchronization is handled via multi-master replication, which exchanges revision histories to maintain consistency across distributed nodes.

The database utilizes multi-version concurrency control to allow simultaneous reads and writes without locks. Storage is managed through append-only and B-tree based structures to facilitate crash recovery and efficient disk-based lookups.

Features

  • Document Storage - Persists unstructured or semi-structured data as flexible documents in a NoSQL store.
  • Distributed Document Stores - Implements a schema-flexible storage architecture that organizes data into searchable documents across distributed environments.
  • Data Replication - Synchronizes data across distributed database nodes to ensure consistency and high availability across the network.
  • Document Databases - Operates as a database that stores data in flexible, document-oriented formats like JSON.
  • Inter-Node Data Synchronization - Synchronizes data across multiple primary nodes to maintain reliability and availability within the distributed cluster.
  • Multi-Master Replication - Implements a replication architecture where multiple nodes can concurrently serve both read and write requests.
  • RESTful HTTP Interfaces - Exposes all database operations through a stateless REST-oriented HTTP interface for remote data management.
  • RESTful Data APIs - Implements programmatic interfaces using standard HTTP methods for creating and managing document data.
  • Append-Only Storage Engines - Utilizes a storage architecture that persists data as immutable sequences of records to improve crash recovery.
  • Full-Text Search Engines - Ships a full-text search engine that transforms database records into queryable documents with sorting and pagination.
  • Full-Text Search Indexes - Creates searchable indexes of text content allowing for rapid keyword retrieval across a large corpus of documents.
  • Multi-Version Concurrency Control - Uses multi-version concurrency control to track document revisions and enable non-blocking read and write operations.
  • Multi-Modal Index Queries - Retrieves documents using query syntax that supports sorting, range facets, and efficient pagination.
  • B-Tree - Organizes documents and indexes in B-Tree structures to optimize disk-based range queries and lookups.
  • Database Management APIs - Provides HTTP APIs specifically designed for managing database server configurations and operational settings.
  • Database Engines - JSON-based document database with HTTP API.
  • Database Management Systems - Document-oriented database with multi-master replication and HTTP API.
  • Database Systems - Document-oriented database management system.

Istoric stele

Graficul istoricului de stele pentru apache/couchdbGraficul istoricului de stele pentru apache/couchdb

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Couchdb

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Couchdb.
  • ravendb/ravendbAvatar ravendb

    ravendb/ravendb

    3,961Vezi pe GitHub↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    C#csharpdatabasedocument-database
    Vezi pe GitHub↗3,961
  • codenotary/immudbAvatar codenotary

    codenotary/immudb

    8,982Vezi pe GitHub↗

    immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It ensures verifiable database integrity by utilizing Merkle trees to generate membership and consistency proofs that detect unauthorized data alterations. The system employs a multi-model storage engine that unifies key-value, document, and relational data structures within a single immutable backend. It provides compatibility with the PostgreSQL wire protocol, allowing it to integrate with standard SQL clients, ORMs, and database tools. The project covers broad capabilities in

    Goauditablecompliancecryptographic
    Vezi pe GitHub↗8,982
  • snapchat/keydbAvatar Snapchat

    Snapchat/KeyDB

    12,487Vezi pe GitHub↗

    KeyDB is a multithreaded in-memory key-value store and distributed cache. It functions as a NoSQL database utilizing multi-version concurrency control to execute non-blocking queries and scans. The project is a multithreaded fork of Redis that maintains protocol compatibility while utilizing a multithreaded architecture to scale across multi-core hardware. It distinguishes itself with flash-tiered storage, allowing the system to offload data from primary RAM to SSD or flash storage to increase total capacity. The system supports high availability through active-active mesh replication and mu

    C++
    Vezi pe GitHub↗12,487
  • elasticsearch/elasticsearchAvatar elasticsearch

    elasticsearch/elasticsearch

    77,171Vezi pe GitHub↗

    Elasticsearch is a distributed search engine and NoSQL document store designed for full-text search and real-time data retrieval. It functions as a RESTful data indexer and vector database, allowing for the storage and management of structured JSON documents across multiple nodes. The system distinguishes itself through its ability to serve as a log analytics platform for monitoring system health and security events. It incorporates vector search implementation using mathematical embeddings to support generative AI and augmented generation applications. The platform covers a broad range of c

    Java
    Vezi pe GitHub↗77,171
Vezi toate cele 30 alternative pentru Couchdb→

Întrebări frecvente

Ce face apache/couchdb?

CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data management over HTTP. It functions as a distributed document store, synchronizing and replicating data across multiple nodes to ensure high availability and consistency.

Care sunt principalele funcționalități ale apache/couchdb?

Principalele funcționalități ale apache/couchdb sunt: Document Storage, Distributed Document Stores, Data Replication, Document Databases, Inter-Node Data Synchronization, Multi-Master Replication, RESTful HTTP Interfaces, RESTful Data APIs.

Care sunt câteva alternative open-source pentru apache/couchdb?

Alternativele open-source pentru apache/couchdb includ: ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It… codenotary/immudb — immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It… snapchat/keydb — KeyDB is a multithreaded in-memory key-value store and distributed cache. It functions as a NoSQL database utilizing… elasticsearch/elasticsearch — Elasticsearch is a distributed search engine and NoSQL document store designed for full-text search and real-time data… erikgrinaker/toydb — ToyDB is a distributed SQL database that provides a system for storing and querying data across multiple nodes. It… rethinkdb/rethinkdb — RethinkDB is a distributed, document-oriented database designed to store and manage JSON-formatted data across…