Reputation: 11
I am interested to test CockroachDB on a cluster of PIs. Anyone knows if this this currently possible considering they are still in Alpha?
Upvotes: 1
Views: 619
Reputation: 494
This may be a little late, but I recently got CockroachDB running on a Pi. The steps I had to take are available here. This is a point-in-time guide to getting Cockroach working on a raspberry pi, so the necessary steps may change in the future, and we still don't officially support ARM architectures. Please reach out on GitHub if you have any issues following the steps!
Upvotes: 6
Reputation: 22154
CockroachDB has so far only been tested on 64-bit x86 platforms (a note in CONTRIBUTING.md says that a 64-bit build is required). It probably won't work on the Raspberry Pi out of the box; I'm not sure what it would take to get it working there.
Upvotes: 1