-
**What happened**
Immugw seems don't start, all HTTP request on it generate a "404 not found" response.
**What you expected to happen**
Immugw start and works as expected.
**How to rep…
-
Trying to test the example mentioned [here](https://docs.immudb.io/1.0.0/develop/embedding.html#embedding-the-sql-engine-in-your-application) and wrote the below:
```go
package main
import (
…
hajsf updated
2 years ago
-
Currently there is no option to get verified data since some transaction, and immudb already supports it
-
Currently users of immudb-py have to map Permission and PermissionAction by themselves
Should be probably covered by SDK
```
class Permission(IntEnum):
NONE = 0
READ = 1
READ_WRI…
-
There are a lot of old, open pull requests that really improve the quality of the documentation, by providing more readable sentences and typos correction.
-
ImmuDB client connection gets terminated within 2 hours. Need to understand if it is a k8s issue. If not, restarting the connection every hour might fix it.
-
create helm charts for :
- [x] catalogue
- [x] resource server
- [x] file server
- [x] auth server
- [x] latest ingestion pipeline?
- [ ] rabbitmq ? or use from bitnami?
- [x] Improve immudb
…
-
Hi, just wanted to share there's now a [Ruby library](https://github.com/ankane/immudb-ruby) for immudb. It uses GRPC and is modeled after the other clients, with a few minor changes to make it more R…
-
immudb currently only grows, but it must be possible to rotate and move a certain portion of my main immudb in different long term immudbs
-
- Bring up immudb container through official immudb docker image - v1.0.5, https://docs.immudb.io/master/ , https://hub.docker.com/r/codenotary/immudb
- Make it pgsql compatible
- Explore config op…