New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/AntonioMartinezFernandez/immutable-databases

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/AntonioMartinezFernandez/immutable-databases

  • v0.0.0-20241104060906-ea59135758bf
  • Source
  • Go
  • Socket score

Version published
Created
Source

immutable-databases

Immutable databases performance and features analysis

How to configure environment and run

  1. Run docker compose up -d to start the MinIO and immudb container
  2. Open http://localhost:9001/login to login into the MinIO console (user: minio-user, password: minio-password)
  3. Open http://localhost:8080 to access the immudb web console (user: immudb, password: immudb)
  4. Run go mod tidy to download dependencies
  5. Run one of the following commands to run the application
# Simple immudb client
go run cmd/immudb/main.go

or

# SQLX client with logging
go run cmd/immudb-sqlx-instrumented/main.go

or

# SQL standard client with logging
go run cmd/immudb-stdlib-instrumented/main.go

or

# SQL standard client with transactions
go run cmd/immudb-stdlib-tx/main.go

Resources

FAQs

Package last updated on 04 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc