codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.57k stars 344 forks source link

C# Support #1244

Open Svengali opened 2 years ago

Svengali commented 2 years ago

I would like a way in C# to access ImmuDB.

Lots of applications use C#. The listed C# client doesn't seem to be working.

I'm really trying to sell this project to the team. I'm a big believer in immutability, and that DBs can benefit from it also. The project itself is an Unreal Client with an Unreal server, but, we need to store things like inventories and player information.

Update rate per person is something on the order of 1 / second of a small sliver of info, with larger updates at say 1 / minute, though faster is always helpful. Aiming at 100k users.

vchaindz commented 2 years ago

@Svengali Thanks for your feedback. We're updating the dotnet SDK to match the current version of immudb and keep you updated here. You can expect a follow up very soon. Regarding your use case, that's perfect for immudb and easy to handle even on smaller deployments.

n-shay commented 1 year ago

@Svengali not sure why it wasn't posted here yet, but the .NET client project was recreated half a year ago here. Last commit was in December. NuGet from October.

Didn't test it yet, but according to the commits it's updated to v1.4.0

Hopefully it won't go stale like the older version.