Page MenuHomeFreeBSD

New port: databases/cockroach
ClosedPublic

Authored by krion on Aug 20 2017, 7:36 PM.
Tags
None
Referenced Files
F71999059: D12088.id32276.diff
Wed, Nov 29, 7:20 PM
Unknown Object (File)
Wed, Nov 22, 6:13 PM
Unknown Object (File)
Tue, Nov 21, 3:38 AM
Unknown Object (File)
Fri, Nov 17, 2:22 PM
Unknown Object (File)
Mon, Nov 13, 12:10 AM
Unknown Object (File)
Mon, Nov 6, 1:58 AM
Unknown Object (File)
Oct 28 2023, 4:38 PM
Unknown Object (File)
Oct 19 2023, 10:44 PM
Subscribers
None

Details

Summary

CockroachDB is a distributed SQL database built on a transactional
and strongly-consistent key-value store. It scales horizontally;
survives disk, machine, rack, and even datacenter failures with
minimal latency disruption and no manual intervention; supports
strongly-consistent ACID transactions; and provides a familiar SQL
API for structuring, manipulating, and querying data.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221635

Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

krion retitled this revision from New port: databases/cockroach CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency... to New port: databases/cockroach.Aug 20 2017, 7:38 PM
krion edited the summary of this revision. (Show Details)
mat requested changes to this revision.Aug 21 2017, 12:55 PM
mat added inline comments.
databases/cockroach/Makefile
19 ↗(On Diff #32276)

As it does not use any of the go variables and targets, this should not be using USES=go, but add go:lang/go to its BUILD_DEPENDS.

This revision now requires changes to proceed.Aug 21 2017, 12:55 PM
krion edited edge metadata.
This revision is now accepted and ready to land.Aug 21 2017, 1:23 PM
This revision was automatically updated to reflect the committed changes.