badger 2.0.0-2 source package in Ubuntu

Changelog

badger (2.0.0-2) unstable; urgency=medium

  * debian/copyright: Minor improvement to copyright holder

 -- Andreas Henriksson <email address hidden>  Wed, 01 Jan 2020 12:56:48 +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.0-2.dsc 2.4 KiB 255950be275a3e3f50581ff7e05e58b2c2c6cf533befca80b7952b08db3c428d
badger_2.0.0.orig.tar.xz 258.1 KiB cc48344ff32a6b7448b2b441e6eca8f6c3ff11e6da6f9c620a8001db6f714966
badger_2.0.0-2.debian.tar.xz 2.4 KiB e8dae023a2fedf97a95347ebd870de5c45686ceac2a96aa3c3a3c660cb01ebe6

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.