codenotary / immudb

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

Is immudb distributable & Scalable #703

Closed hasanAjsf closed 3 years ago

hasanAjsf commented 3 years ago

Hi,

Is immudb a distributed and scalable DB, if yes, how can I do it?

jeroiraz commented 3 years ago

Hi @hajsf, currently immudb can be used as embedded store (using https://github.com/codenotary/immudb/tree/master/embedded package) or single server instance which uses grpc to communicate with client applications.

hasanAjsf commented 3 years ago

Thanks