This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
TACO Development Guide
Aaron Collier edited this page Jan 23, 2018
·
5 revisions
Since TACO is a Go based project, utilizing Docker containers as a cloud deployment architecture, you will need to install a few prerequisites.
- Install Go
- Use the Go Installer
- Or
brew install go
- Install Docker
- Setup ENV variables
- Run:
go env
- You will see several GO prefixed ENV variables
- Copy the COPATH variable and export it:
export GOPATH="/Users/username/go"
- Run:
go get github.com/sul-dlss-labs/taco
Will download the TACO project source into $GOPATH/src/github.com/sul-dlss-labs/taco
- TACO API & Service Design
- Development Guide
- TACO Internal Steps
- Identifier schema
- Data Modeling & MAPs
- Data Expectations of TACO
- Auth & Permissions
- Benchmarking Goals & Scenarios
- Workflows & Robots Replacement Analysis