codenotary / immudb

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

Stand a lone or supportive tool #719

Closed hasanAjsf closed 3 years ago

hasanAjsf commented 3 years ago

Hi, I got little confused, read something from which understood that immudb is a stand a lone db, and so example for that, and in other areas I read something about connection with pgsql, not sure about my understanding, any example how to use immudb with existing pgsql db?

mmeloni commented 3 years ago

Hi @hajsf. Yes, immudb is a stand alone db. In next release (1.0) we will release sql support. It will be possible interact with immudb with sql statements using immudb SDKs or immugw. In addition we will release also pgsql wire protocol compatibility. This means that immudb could be used as pgsql endpoint. You will able to connect wit psql official cliente for instance.

Another approach is to use immudb as a sidecar for pgsql. Let me check with collegues if we have examples.

hasanAjsf commented 3 years ago

Thanks, could you manage a sample?

mmeloni commented 3 years ago

Hi @hajsf at the moment we don't have such kind of examples but we are very close to release sql support with multiple examples.

hasanAjsf commented 3 years ago

Thanks, awaiting for it, any expected time frame?