appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
488 stars 27 forks source link

Acebase looks great, just added support in MeshCentral #137

Closed Ylianst closed 1 year ago

Ylianst commented 2 years ago

I am that main author of MeshCentral, a open-source remote management web site. One of the community members point out AceBase was a good replacement for NeDB that is no longer maintained. I needed a pure NodeJS database to use as a default for small instances where someone does not want to setup MongoDB, PostgreSQL, MariaDB, MySQL. AceBase looks like it works perfectly for what I need and I spent the day integrating it into MeshCentral. It will be in the next version, MeshCentral v1.0.66, when it's published.

MC2-AceBaseSupport

Note that inline with your #100, I am making my users put "sponsor": true in the MeshCentral config.json to remove the banner, so basically forwarding that thru. Running MeshCentral looks like this:

image

Just wanted to say thank you. I still have work to do to optimize things, but so far the basics seem to work well.

appy-one commented 2 years ago

That's awesome, thanks!! I'll take a look at MeshCentral πŸ‘πŸΌπŸ‘πŸΌ

Ylianst commented 2 years ago

I will have a video on AceBase integration with MeshCentral on my YouTube channel, it will premiere on September 7th.

Ylianst commented 2 years ago

The video of AceBase with MeshCentral just got published.

appy-one commented 2 years ago

Great video @Ylianst, thanks!

Ylianst commented 2 years ago

Wanted to come here and say a big thank you to @appy-one. You fixed my MeshCentral code and released a new version of AceBase with fixes. I am on vacation until October 18th, but can't wait to try out the new AceBase!