badger 2.0.1-1 source package in Ubuntu

Changelog

badger (2.0.1-1) unstable; urgency=medium

  * New upstream version 2.0.1
    - includes fix for build on 32bit archs.

 -- Andreas Henriksson <email address hidden>  Mon, 20 Jan 2020 18:29:54 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
badger_2.0.1-1.dsc 2.4 KiB cb9ec31b41eae2632249d2dfdc23971f81ccc3d88959a1fc5bfcadc12cf2429b
badger_2.0.1.orig.tar.gz 316.8 KiB 6b01ac27513c74b76529e6e222952ac0aba4ab8d85a830684fb2efa0731b787e
badger_2.0.1-1.debian.tar.xz 2.5 KiB c3bcf74bbab2b0faf48b92c8e69a52ae397f606afb805e7094dbf90776425e94

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.