A simple registry of controlled vocabularies used for terms found in GBIF mediated data.
The code formatting follows the Google Java format.
To run the tests Docker has to be installed and running in the machine. You can find instructions about how to install Docker on Mac on https://docs.docker.com/docker-for-mac/ (see other platforms in the menu).
To compile the project just run
mvn clean compile
- Core: contains the persistence and the service layer
- Model: contains all the model classes
- Rest-WS: a REST ws that exposes the public API
- Vocabulary-lookup: utility library to do lookups in a vocabulary
- Vocabulary-cli: CLI applications
- Vocabulary-importer: tool to import vocabularies