mbdavid / LiteDB

LiteDB - A .NET NoSQL Document Store in a single data file
http://www.litedb.org
MIT License
8.62k stars 1.25k forks source link

Server based LiteDB #1773

Open ansarizafar opened 4 years ago

ansarizafar commented 4 years ago

Relational databases are hard and Nosql databases lack relational features. LiteDB is simple and easy to use. Why not developed LiteDb as a server based complete database to replace decades old relational databases for .net applications?

lbnascimento commented 4 years ago

@ansarizafar It is in our roadmap to have a server-based version of LiteDB. There is no time table for it yet, though.

ansarizafar commented 4 years ago

Is LiteDB roadmap available somewhere? specially showing features you are planning for server-based version of LiteDB.

Is LiteDb a good choice for a Blazor server application?

How can I connect LiteDb hosted with Blazor server app from LiteDb.Studio on my desktop pc.

How can I take backup of LiteDb hosted with Blazor server app.

When will Async/wait support land?

Is it possible to use Linq queries in LiteDb.Studio?

tjmoore commented 4 years ago

What advantage would there be with a server based LiteDB vs MongoDB? The latter would seem to satisfy the needs for a server based NoSQL solution.

ColonelBundy commented 4 years ago

@tjmoore Server based would allow us to develop additional use cases that can be used both as embedded and server based, also offline first scenarios will be easier to develop for if we have a server version too.

sgf commented 4 years ago

What advantage would there be with a server based LiteDB vs MongoDB? The latter would seem to satisfy the needs for a server based NoSQL solution.

maybe more small,more lite,more C#-native