Page MenuHomeFreeBSD

New port: databases/cockroach
ClosedPublic

Authored by krion on Aug 20 2017, 7:36 PM.
Tags
None
Referenced Files
F81569519: D12088.diff
Thu, Apr 18, 6:09 AM
Unknown Object (File)
Mon, Mar 25, 7:56 PM
Unknown Object (File)
Feb 22 2024, 1:39 PM
Unknown Object (File)
Dec 25 2023, 2:43 PM
Unknown Object (File)
Dec 25 2023, 2:43 PM
Unknown Object (File)
Dec 25 2023, 2:43 PM
Unknown Object (File)
Dec 25 2023, 2:43 PM
Unknown Object (File)
Dec 24 2023, 3:52 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
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.