awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apache avatar

apache/couchdb

0
View on GitHub↗
6,905 stars·1,075 forks·Erlang·Apache-2.0·3 vuescouchdb.apache.org↗

Couchdb

CouchDB est une base de données de documents NoSQL qui stocke les données sous forme de documents flexibles et expose une API RESTful pour la gestion des données via HTTP. Elle fonctionne comme un magasin de documents distribué, synchronisant et répliquant les données sur plusieurs nœuds pour assurer une haute disponibilité et cohérence.

Le système inclut un moteur de recherche plein texte qui transforme les enregistrements de base de données en documents interrogeables, prenant en charge le tri et la pagination. La synchronisation des données est gérée via une réplication multi-maître, qui échange les historiques de révision pour maintenir la cohérence sur les nœuds distribués.

La base de données utilise un contrôle de concurrence multi-version pour permettre des lectures et écritures simultanées sans verrouillage. Le stockage est géré via des structures basées sur l'ajout seul et l'arbre B pour faciliter la récupération après plantage et les recherches efficaces sur disque.

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.

Historique des stars

Graphique de l'historique des stars pour apache/couchdbGraphique de l'historique des stars pour apache/couchdb

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Couchdb

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Couchdb.
  • ravendb/ravendbAvatar de ravendb

    ravendb/ravendb

    3,961Voir sur 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
    Voir sur GitHub↗3,961
  • codenotary/immudbAvatar de codenotary

    codenotary/immudb

    8,982Voir sur 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
    Voir sur GitHub↗8,982
  • snapchat/keydbAvatar de Snapchat

    Snapchat/KeyDB

    12,487Voir sur 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++
    Voir sur GitHub↗12,487
  • elasticsearch/elasticsearchAvatar de elasticsearch

    elasticsearch/elasticsearch

    77,171Voir sur 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
    Voir sur GitHub↗77,171
Voir les 30 alternatives à Couchdb→

Questions fréquentes

Que fait apache/couchdb ?

CouchDB est une base de données de documents NoSQL qui stocke les données sous forme de documents flexibles et expose une API RESTful pour la gestion des données via HTTP. Elle fonctionne comme un magasin de documents distribué, synchronisant et répliquant les données sur plusieurs nœuds pour assurer une haute disponibilité et cohérence.

Quelles sont les fonctionnalités principales de apache/couchdb ?

Les fonctionnalités principales de apache/couchdb sont : Document Storage, Distributed Document Stores, Data Replication, Document Databases, Inter-Node Data Synchronization, Multi-Master Replication, RESTful HTTP Interfaces, RESTful Data APIs.

Quelles sont les alternatives open-source à apache/couchdb ?

Les alternatives open-source à apache/couchdb incluent : 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…