schema-registry-storage

Crates.ioschema-registry-storage
lib.rsschema-registry-storage
version0.1.0
created_at2025-11-23 05:00:36.225736+00
updated_at2025-11-23 05:00:36.225736+00
descriptionStorage backends for the LLM Schema Registry (PostgreSQL, S3, Redis)
homepagehttps://github.com/globalbusinessadvisors/llm-schema-registry
repositoryhttps://github.com/globalbusinessadvisors/llm-schema-registry
max_upload_size
id1946117
size150,423
GBA (globalbusinessadvisors)

documentation

README

schema-registry-storage

Storage backends for the LLM Schema Registry.

Features

  • PostgreSQL: Primary storage with ACID guarantees
  • S3: Object storage for schema content and backups
  • Redis: High-performance caching layer
  • Connection pooling and retry logic
  • Migration support

Supported Backends

  • PostgreSQL 14+
  • S3-compatible object storage
  • Redis 6+

License

Apache-2.0

Commit count: 0

cargo fmt