badger 2.2007.2-3 source package in Ubuntu

Changelog

badger (2.2007.2-3) unstable; urgency=medium

  * Team Upload.
  * d/p/fix-int-overflow.patch: Fix int overflow in 32 bit arches
  * d/rules: Allow test failures on 32 bit architectures

 -- Nilesh Patra <email address hidden>  Thu, 30 Sep 2021 13:01:02 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
badger_2.2007.2-3.dsc 2.5 KiB 2030b83154d55941a77318a432a87a5327ccf4258c3bfd01297cbbc23a5c1028
badger_2.2007.2.orig.tar.gz 337.1 KiB cbf1d731721035f0b6702652d76e5a384240018b7f787d6718137d0d686021f5
badger_2.2007.2-3.debian.tar.xz 3.8 KiB 6b9a221e65ad975e24e867044366da51af2d696eb61f0ed84653549945837bf6

Available diffs

No changes file available.

Binary packages built by this source

badger: 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.

badger-dbgsym: debug symbols for badger
golang-github-dgraph-io-badger-dev: 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.