The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more! Learn more →
NeDB Alternatives
Similar projects and alternatives to NeDB
-
Lowdb
Simple to use local JSON database. Use native JavaScript API to query. Written in TypeScript. (supports Node, Electron and the browser)
-
-
Amplication
Amplication: open-source Node.js backend code generator. An open-source platform that helps developers build backends without spending time on boilerplate & repetitive coding. Including production-ready GraphQL & REST APIs, DB schema, DTOs, filtering, pagination, RBAC, & more.
-
-
-
-
-
Themis
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
-
-
-
Git
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
-
RxDB
A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/
-
lovefield
Lovefield is a relational database for web apps. Written in JavaScript, works cross-browser. Provides SQL-like APIs that are fast, safe, and easy to use.
-
terraform-cdk
Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
-
ideas
a hundred ideas for computing - a record of ideas - https://samsquire.github.io/ideas/ (by samsquire)
-
jsonlite
A simple, self-contained, serverless, zero-configuration, json document store.
-
booster
Software development framework specialized in building highly scalable microservices with CQRS and Event-Sourcing. It uses the semantics of the code to build a fully working GraphQL API that supports real-time subscriptions. (by boostercloud)
-
-
htdp2-solutions
Exercise solutions for How To Design Programs, Second Edition
-
SurveyJS
A Non-Cloud Alternative to Google Forms that has it all.. SurveyJS JavaScript libraries allow you to easily set up a robust form management system fully integrated into your IT infrastructure where users can create and edit multiple dynamic JSON-based forms in a no-code form builder. Learn more now.
NeDB reviews and mentions
-
Looking for something like NeDB
You can pick one from this NeDB's issue that fits your needs, or keep using NeDB if it is still working for you, no longer maintained != not working.
-
How to Design Programs
At least for my needs, NeDB[0] is the best of both worlds for prototyping and early-stage production releases. It's human-readable, on-disk, greppable, still supports indexing and a subset of Mongo features while remaining serverless and in-memory.
-
Multi Provider Booster Rockets
Local: Local specific logic. For example, code to write to a Nedb table.
-
Embedded DB for ElectronJS?
I've used https://github.com/louischatriot/nedb before but it may not meet your needs.
-
Views Of Data
NeDB compatible with MongoDB
-
Mongita is to MongoDB as SQLite is to SQL
Also, there is a javascript solution called nedb: https://github.com/louischatriot/nedb, which does largely the same thing
-
I wrote an embedded NoSQL database (embedded as-in SQLite) that implements the PyMongo API.
There is similar project in Javascript called NeDB
-
Show HN: SleekDB 2.0 – Simple database effortless
Nicely done!
I like the small codebase with no dependencies - I imagine it's easy to start using. Also appreciate the extensive query interface and documentation.
It reminds me of NeDB in Node.js world, which has proven its worth to me on several occasions when I needed a simple JSON-based database with mostly read operations (which are served from memory), running for literally years with no issue at all.
-
NPM package to create a super simple database?
nedb is the package you are searching for. Just JS, same syntax as MongoDB, runs in RAM and can persist data on disk
-
A note from our sponsor - Appwrite
appwrite.io | 21 Sep 2023
Stats
louischatriot/nedb is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of NeDB is JavaScript.