Page MenuHomeFreeBSD

New port: databases/cockroach
ClosedPublic

Authored by krion on Aug 20 2017, 7:36 PM.
Tags
None
Referenced Files
F106194893: D12088.id32299.diff
Thu, Dec 26, 11:17 PM
F106185248: D12088.id32276.diff
Thu, Dec 26, 7:31 PM
Unknown Object (File)
Thu, Dec 12, 8:02 AM
Unknown Object (File)
Sat, Dec 7, 7:59 AM
Unknown Object (File)
Tue, Dec 3, 8:37 PM
Unknown Object (File)
Nov 25 2024, 8:20 AM
Unknown Object (File)
Nov 25 2024, 1:45 AM
Unknown Object (File)
Nov 24 2024, 4:59 AM
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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 11181
Build 11562: arc lint + arc unit

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

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.