Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codenotary/immudb-status
Fetch database current status from an immudb instance
https://github.com/codenotary/immudb-status
Last synced: about 2 months ago
JSON representation
Fetch database current status from an immudb instance
- Host: GitHub
- URL: https://github.com/codenotary/immudb-status
- Owner: codenotary
- License: apache-2.0
- Created: 2022-05-10T13:28:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T13:38:36.000Z (over 2 years ago)
- Last Synced: 2024-06-21T03:32:27.862Z (6 months ago)
- Language: Go
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Immudb-status
A simple tool to fetch the current status from all databases in a immudb installation.
## Building from source
```sh
go build
```## Usage
```
./immudb-status -h
Usage of ./immudb-status:
-addr string
IP address of immudb server [IMMUDB_ADDRESS] (default "127.0.0.1")
-pass string
Admin password for immudb [IMMUDB_PASSWORD] (default "immudb")
-port int
Port number of immudb (default 3322)
-user string
Admin username for immudb (default "immudb")
```