immudb4j icon indicating copy to clipboard operation
immudb4j copied to clipboard

Java SDK for immudb

Results 6 immudb4j issues
Sort by recently updated
recently updated
newest added

``` [33/33] server.ivyDepsTree └─ io.grpc:grpc-api:1.55.1 ├─ com.google.cloud:google-cloud-firestore:3.13.0 │ └─ com.google.firebase:firebase-admin:9.2.0 ├─ com.google.cloud:google-cloud-storage:2.22.4 │ └─ com.google.firebase:firebase-admin:9.2.0 ├─ io.grpc:grpc-core:1.55.1 io.grpc:grpc-api:[1.44.1] -> 1.55.1 │ ├─ com.google.cloud:google-cloud-firestore:3.13.0 │ │ └─ com.google.firebase:firebase-admin:9.2.0 │ ├─ com.google.cloud:google-cloud-storage:2.22.4...

Fix for issue: https://github.com/codenotary/immudb4j/issues/60

**What happened** I'm currently using the SDK immudb4j. I use it with a S3 minio bucket. For the moment data are stored locally only until the chunk size is reached....

For the sake of SDK completeness, consider adding the mutual TLS feature.

enhancement