awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·32 views

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.
  • Databases - Embedded persistent or in-memory database.
  • Databases and Search - Embedded JavaScript database with a MongoDB-like API.

Star history

Star history chart for louischatriot/nedbStar history chart for louischatriot/nedb

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Nedb

These projects share indexed features with Nedb. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pubkey/rxdbpubkey avatar

    pubkey/rxdb

    23,048View on GitHub↗

    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
    View on GitHub↗23,048
  • typicode/lowdbtypicode avatar

    typicode/lowdb

    22,469View on GitHub↗

    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
    View on GitHub↗22,469
  • redis/go-redisredis avatar

    redis/go-redis

    22,159View on GitHub↗

    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
    View on GitHub↗22,159
  • msiemens/tinydbmsiemens avatar

    msiemens/tinydb

    7,529View on GitHub↗

    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
    View on GitHub↗7,529
Compare all 30 related projects→

Frequently asked questions

What does louischatriot/nedb do?

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.

What are the main features of louischatriot/nedb?

The main features of louischatriot/nedb are: Document Stores, Embedded Databases, Document Deletion Operations, Client-Side Databases, Document Filtering, Document Insertion, Document Manipulation Utilities, Flat-File Databases.

Which projects share features with louischatriot/nedb?

Projects with overlapping indexed features include: 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…