1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Source: badger
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Henriksson <andreas@fatal.se>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-cespare-xxhash-dev,
golang-github-datadog-zstd-dev,
golang-github-dgraph-io-ristretto-dev (>= 0.0.2),
golang-github-dgryski-go-farm-dev,
golang-github-dustin-go-humanize-dev,
golang-github-pkg-errors-dev,
golang-github-spf13-cobra-dev,
golang-github-stretchr-testify-dev (>= 1.4.0),
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
golang-github-golang-protobuf-1-5-dev,
golang-snappy-go-dev
Standards-Version: 4.7.0
Homepage: https://github.com/dgraph-io/badger
Vcs-Browser: https://salsa.debian.org/go-team/packages/badger
Vcs-Git: https://salsa.debian.org/go-team/packages/badger.git
XS-Go-Import-Path: github.com/dgraph-io/badger
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no
Package: badger
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
${shlibs:Depends}
Description: Fast key-value DB in Go.
BadgerDB is an embeddable, persistent and fast key-value (KV)
database written in pure Go. It is the underlying database for Dgraph
(https://dgraph.io), a fast, distributed graph database. It's meant
to be a performant alternative to non-Go-based key-value stores like
RocksDB. Project Status [Jun 26, 2019] Badger is stable and is being
used to serve data sets worth hundreds of terabytes. Badger supports
concurrent ACID transactions with serializable snapshot isolation
(SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with
--race flag and ensures the maintenance of transactional guarantees.
Badger has also been tested to work with filesystem level anomalies,
to ensure persistence and consistency.
.
Badger v1.0 was released in Nov 2017, and the latest version that is
data-compatible with v1.0 is v1.6.0.
.
Badger v2.0, use a new storage format which won't be compatible with all of
the v1.x.
Package: golang-github-dgraph-io-badger-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
golang-github-cespare-xxhash-dev,
golang-github-datadog-zstd-dev,
golang-github-dgraph-io-ristretto-dev (>= 0.0.2),
golang-github-dgryski-go-farm-dev,
golang-github-dustin-go-humanize-dev,
golang-github-pkg-errors-dev,
golang-github-spf13-cobra-dev,
golang-github-stretchr-testify-dev (>= 1.4.0),
golang-golang-x-net-dev,
golang-golang-x-sys-dev,
golang-github-golang-protobuf-1-5-dev,
golang-snappy-go-dev,
Description: Fast key-value DB in Go - development files for embedding.
BadgerDB is an embeddable, persistent and fast key-value (KV)
database written in pure Go. It is the underlying database for Dgraph
(https://dgraph.io), a fast, distributed graph database. It's meant
to be a performant alternative to non-Go-based key-value stores like
RocksDB. Project Status [Jun 26, 2019] Badger is stable and is being
used to serve data sets worth hundreds of terabytes. Badger supports
concurrent ACID transactions with serializable snapshot isolation
(SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with
--race flag and ensures the maintenance of transactional guarantees.
Badger has also been tested to work with filesystem level anomalies,
to ensure persistence and consistency.
.
Badger v1.0 was released in Nov 2017, and the latest version that is
data-compatible with v1.0 is v1.6.0.
.
Badger v2.0, use a new storage format which won't be compatible with all of
the v1.x.
.
This package contains the Go library.
|