aerys / mongoose-nedb

A Mongoose driver for NeDB.
MIT License
15 stars 4 forks source link

State of the project? #4

Open JamesMGreene opened 7 years ago

JamesMGreene commented 7 years ago

Hello!

What is the state of this project? It's difficult to tell as there is basically no information in the README.md, no outstanding issues/PRs, and it is not actually published to NPM (presumably because you are still waiting (and will be forever, sorry to say, on NeDB accepting your open PR https://github.com/louischatriot/nedb/pull/485

Anyway, I'm very interested, so please do let me know. Thanks!

gayanhewa commented 7 years ago

Same here. Keen ton know the state of the project.

JMLX42 commented 6 years ago

AFAIK nedb is not maintained anymore. And we're not using this MR/code.

We've switched to:

It performs well enough for small (<100k docs) databases.

We're working on a native alternative which is 10 to 30x faster. We might release it as open source someday in the future.

keless commented 5 years ago

How is linvodb+mongoose working, or the native alternative?