Skip to content

harvest-platform/concept-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concept Registry

The concept registry service supports creating and managing concepts. Concepts are the core building blocks for how Harvest generalizes various bits of functionality including query and data retrieval. The logical data model is shown below.

Logical ERD

Development

Prerequisites:

  • Glide - Download from the website or using Homebrew for OS X brew install glide.

Setup

To perform the setup, run the following command. This can safely be run multiple times.

make setup

Other targets.

build       Create a one-off build of Harvest and write it to $GOPATH/bin
watch       Watch source files, rebuild after changes, and run the HTTP server.
test        Run all tests.
dist        Create distribution builds. Output is in the dist/ directory.

About

Service for managing concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published