badger 2.2007.2-2 source package in Ubuntu

Changelog

badger (2.2007.2-2) unstable; urgency=medium

  * Dev package is now arch: all.
  * Dev pacakge: fix duplicate-long-description.
  * Set Rules-Requires-Root: no.

 -- Alexandre Viau <email address hidden>  Thu, 17 Sep 2020 09:53:03 -0400

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

Downloads

File Size SHA-256 Checksum
badger_2.2007.2-2.dsc 2.4 KiB 7b859fcffc4eb3b52afe352d564127b0156b394bb4640fd14a25fb4c5563b0ef
badger_2.2007.2.orig.tar.gz 337.1 KiB cbf1d731721035f0b6702652d76e5a384240018b7f787d6718137d0d686021f5
badger_2.2007.2-2.debian.tar.xz 3.2 KiB ca3e350dfea289240826eddae4d49450251ed482ca6a2da343556d41afb87c5a

Available diffs

No changes file available.

Binary packages built by this source

badger: No summary available for badger in ubuntu hirsute.

No description available for badger in ubuntu hirsute.

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.