awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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 Aufrufecouchdb.apache.org↗

Couchdb

CouchDB ist eine NoSQL-Dokumentendatenbank, die Daten als flexible Dokumente speichert und eine RESTful-API für das Datenmanagement über HTTP bereitstellt. Sie fungiert als verteilter Dokumentenspeicher, der Daten über mehrere Knoten hinweg synchronisiert und repliziert, um hohe Verfügbarkeit und Konsistenz zu gewährleisten.

Das System enthält eine Volltext-Suchmaschine, die Datenbankeinträge in abfragbare Dokumente transformiert und Sortierung sowie Paginierung unterstützt. Die Datensynchronisierung erfolgt über Multi-Master-Replikation, die Revisionshistorien austauscht, um die Konsistenz über verteilte Knoten hinweg zu wahren.

Die Datenbank nutzt Multi-Version-Concurrency-Control, um gleichzeitige Lese- und Schreibvorgänge ohne Sperren zu ermöglichen. Die Speicherung erfolgt über Append-Only- und B-Tree-basierte Strukturen, um die Wiederherstellung nach Abstürzen und effiziente diskbasierte Suchvorgänge zu erleichtern.

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.

Star-Verlauf

Star-Verlauf für apache/couchdbStar-Verlauf für apache/couchdb

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht apache/couchdb?

CouchDB ist eine NoSQL-Dokumentendatenbank, die Daten als flexible Dokumente speichert und eine RESTful-API für das Datenmanagement über HTTP bereitstellt. Sie fungiert als verteilter Dokumentenspeicher, der Daten über mehrere Knoten hinweg synchronisiert und repliziert, um hohe Verfügbarkeit und Konsistenz zu gewährleisten.

Was sind die Hauptfunktionen von apache/couchdb?

Die Hauptfunktionen von apache/couchdb sind: Document Storage, Distributed Document Stores, Data Replication, Document Databases, Inter-Node Data Synchronization, Multi-Master Replication, RESTful HTTP Interfaces, RESTful Data APIs.

Welche Open-Source-Alternativen gibt es zu apache/couchdb?

Open-Source-Alternativen zu apache/couchdb sind unter anderem: 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…

Open-Source-Alternativen zu Couchdb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Couchdb.
  • ravendb/ravendbAvatar von ravendb

    ravendb/ravendb

    3,961Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,961
  • codenotary/immudbAvatar von codenotary

    codenotary/immudb

    8,982Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,982
snapchat/keydbAvatar von Snapchat

Snapchat/KeyDB

12,487Auf GitHub ansehen↗

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++
Auf GitHub ansehen↗12,487
  • elasticsearch/elasticsearchAvatar von elasticsearch

    elasticsearch/elasticsearch

    77,171Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗77,171
  • Alle 30 Alternativen zu Couchdb anzeigen→