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
·
louischatriot avatar

louischatriot/nedb

0
View on GitHub↗
13,540 Stars·1,015 Forks·JavaScript·MIT·6 Aufrufe

Nedb

NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts.

The project utilizes a MongoDB-compatible API to perform data operations, allowing it to serve as a lightweight document indexing system and a persistent file database without requiring a separate database server.

Capabilities include querying, inserting, updating, and deleting documents, as well as the ability to create indexes on specific fields to accelerate retrieval and enforce uniqueness. The system also supports sorting, pagination, and the implementation of expiration timers for automatic data removal.

Features

  • Document Stores - Provides a NoSQL document store for managing semi-structured data in memory or on disk.
  • Embedded Databases - Provides a lightweight, MongoDB-compatible database engine bundled directly within JavaScript applications.
  • Document Deletion Operations - Provides operations to permanently remove one or multiple documents from the store based on queries.
  • Client-Side Databases - Provides a browser-based storage solution for managing structured data locally to enable offline capabilities.
  • Document Filtering - Retrieves documents using equality, comparison, and logical operators to filter records.
  • Document Insertion - Allows adding single or multiple documents to a collection while automatically generating unique IDs.
  • Document Manipulation Utilities - Modifies documents using replacement objects or atomic modifiers to update field values and arrays.
  • Flat-File Databases - Persists documents to a local file system as a flat-file database to ensure data survival across restarts.
  • In-Memory Data Stores - Holds data in RAM for fast access with the option to persist documents to flat files.
  • In-Memory Databases - Maintains a full copy of the dataset in main memory to ensure high-performance query execution.
  • Hybrid Storage Modes - Offers the flexibility to operate entirely in memory or persist data to a local file system.
  • JSON Document Stores - Organizes information as nested JSON documents instead of fixed tables and rows.
  • NoSQL Databases - Implements a non-relational document store that can be embedded directly within Node.js or browser applications.
  • Append-Only Storage Engines - Implements a storage architecture that persists data as a sequence of immutable records in a flat file.
  • Document Indexing - Creates fast search indexes on specific fields to quickly retrieve records from local JSON-like collections.
  • JSON Serializers - Serializes JavaScript objects into a line-delimited JSON format for consistent local file storage.
  • Database Indexing - Creates indexes on specific fields to accelerate data retrieval and enforce value uniqueness.
  • Local Persistence - Saves application state and user settings to local flat files for desktop applications.
  • Search Indexing - Provides indexing on specific document fields to accelerate search queries and enforce uniqueness.
  • B-Tree - Uses B-Tree structures to organize indexed field values for logarithmic search complexity.
  • Client-Side Storage - Embedded persistent database for browser and desktop apps.
  • Database Tools - Embedded persistent or in-memory database.
  • Database Utilities - Embedded persistent database.
  • Datenbanken - Embedded persistent or in-memory database.
  • Databases and Search - Embedded JavaScript database with a MongoDB-like API.

Star-Verlauf

Star-Verlauf für louischatriot/nedbStar-Verlauf für louischatriot/nedb

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

Open-Source-Alternativen zu Nedb

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Nedb.
  • pubkey/rxdbAvatar von pubkey

    pubkey/rxdb

    23,048Auf GitHub ansehen↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    TypeScriptangularbrowser-databasecouchdb
    Auf GitHub ansehen↗23,048
  • typicode/lowdbAvatar von typicode

    typicode/lowdb

    22,469Auf GitHub ansehen↗

    Lowdb is a lightweight local data persistence library that manages application state as a JSON document. It functions as a database utility that stores information directly in local files or browser storage, removing the requirement for a dedicated database server or complex infrastructure. By treating stored data as standard objects and arrays, it provides a straightforward interface for managing application information. The library distinguishes itself through a modular adapter-based architecture that decouples data manipulation from the underlying storage medium. This design allows for the

    JavaScriptdatabaseelectronembeddable
    Auf GitHub ansehen↗22,469
  • redis/go-redisAvatar von redis

    redis/go-redis

    22,159Auf GitHub ansehen↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Gogogolangredis
    Auf GitHub ansehen↗22,159
  • msiemens/tinydbAvatar von msiemens

    msiemens/tinydb

    7,529Auf GitHub ansehen↗

    TinyDB is a lightweight, document-oriented database and embedded NoSQL engine. It stores data as documents in local files, providing a persistence layer that operates without a separate server process. The system is an extensible document store featuring a middleware architecture. This allows for the customization of storage backends and the interception of data operations to transform how information is stored and retrieved. The database manages unstructured data using JSON-based serialization and supports pluggable storage backends for local file persistence.

    Pythondatabasedocumentdbjson
    Auf GitHub ansehen↗7,529
Alle 30 Alternativen zu Nedb anzeigen→

Häufig gestellte Fragen

Was macht louischatriot/nedb?

NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory data store with the option to persist documents to a local file system, ensuring data survives application restarts.

Was sind die Hauptfunktionen von louischatriot/nedb?

Die Hauptfunktionen von louischatriot/nedb sind: Document Stores, Embedded Databases, Document Deletion Operations, Client-Side Databases, Document Filtering, Document Insertion, Document Manipulation Utilities, Flat-File Databases.

Welche Open-Source-Alternativen gibt es zu louischatriot/nedb?

Open-Source-Alternativen zu louischatriot/nedb sind unter anderem: pubkey/rxdb — This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a… typicode/lowdb — Lowdb is a lightweight local data persistence library that manages application state as a JSON document. It functions… redis/go-redis — This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive… msiemens/tinydb — TinyDB is a lightweight, document-oriented database and embedded NoSQL engine. It stores data as documents in local… ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage…