8000 GitHub - noxiouz/docker-distribution-postgresql: This driver stores metadata for files in PostgreSQL and binary data in a KV storage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This driver stores metadata for files in PostgreSQL and binary data in a KV storage

Notifications You must be signed in to change notification settings

noxiouz/docker-distribution-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-distribution-postgresql Build Status codecov.io

This driver stores metadata for files in PostgreSQL and binary data in a KV storage.

Configuration

< 5BBB pre>storage: postgres: URLs: - "postgres://noxiouz@localhost:5432/distribution?sslmode=disable" MaxOpenConns: 10 MaxIdleConns: 5 type: "mds" options: host: "mdshost.yandex.net" uploadport: 1111 readport: 80 authheader: "Basic <basic auth header>" namespace: "some-namepace"

KV Backends

  • inmemory - just for tests
  • mds - for Yandex internal purposes
  • elliptics - TBD

Status

The driver is working in production at Yandex

About

This driver stores metadata for files in PostgreSQL and binary data in a KV storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0