https://github.com/codenotary/immudb-client-examples
A repository of immudb examples in several languages.
https://github.com/codenotary/immudb-client-examples
Last synced: 3 months ago
JSON representation
A repository of immudb examples in several languages.
- Host: GitHub
- URL: https://github.com/codenotary/immudb-client-examples
- Owner: codenotary
- License: apache-2.0
- Created: 2020-08-11T18:00:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T09:01:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T20:33:14.532Z (3 months ago)
- Language: Go
- Homepage:
- Size: 5.01 MB
- Stars: 27
- Watchers: 15
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# immudb Client Examples
[](https://github.com/codenotary/immudb-client-examples/actions/workflows/cli.yml) [](https://github.com/codenotary/immudb-client-examples/actions/workflows/go.yml) [](https://github.com/codenotary/immudb-client-examples/actions/workflows/python.yml) [](https://github.com/codenotary/immudb-client-examples/actions/workflows/java.yml) [](https://github.com/codenotary/immudb-client-examples/actions/workflows/node.yml)
This Git repository is a central repository for examples using official immudb clients in different programming languages.
Examples (Python, Go, CLI) are tested against [immudb:latest](https://hub.docker.com/r/codenotary/immudb) container.
More documentation at:
- [Go](https://docs.immudb.io/master/)
- [Java](https://github.com/codenotary/immudb4j)
- [.NET](https://github.com/codenotary/immudb4net)
- [Python](https://github.com/codenotary/immudb-py)
- [Node.js](https://github.com/codenotary/immudb-node)We're actively working on the implementation of immudb clients for different languages.
The most complete client is implemented in Golang, and it's used to build immuclient and immuadmin CLIs.
immudb can easily be used from any language by means of [immugw].
[immugw]: https://immudb.io/docs/immugw/
## Playground
To learn interactively and get started with immudb from the command line and programming languages, visit the [immudb Playground](https://play.codenotary.com).
[](https://play.codenotary.com)