Microservice for inserting and retrieving data from the databases.
# Anonymize Component
Microservice for anonymize data from the databases.
## Table of Contents
1.[Clone](#clone)
2.[Push](#push)
1.[Build](#build)
1.[Docker](#docker)
1.[Configuration](#configuration)
...
...
@@ -11,20 +10,6 @@ Microservice for inserting and retrieving data from the databases.
1.[API Reference](#api-reference)
1.[License](#license)
## Clone
This project has a git submodule called 'shared'. Because of this, it is necessary to download the code including submodules.
```bash
$ git clone --recurse-submodules <repo>
```
Once downloaded:
```bash
$ cd shared
$ mvn install
```
## Push
Note that if you update the library 'shared', another project makes use of it, so you should update the commit of the other api project called 'open-data-retrieval'.