Change a couple columns to be not-nullable #8
5 files changed
tree: cc7bda2d1b6f8dd8a85d5a847ce899c3a5084d01
  1. data-catalog-api/
  2. .asf.yaml
  3. .gitignore
  4. docker-compose.yml
  5. LICENSE
  6. NOTICE
  7. pom.xml
  8. README.md
README.md

Apache Airavata Data Catalog

Getting started

Start the PostgreSQL database in a docker container

docker-compose up

Run the API server

mvn install
cd data-catalog-api/server/service
mvn spring-boot:run

Run the API client

mvn install
cd data-catalog-api/client
mvn exec:java -Dexec.mainClass=org.apache.airavata.datacatalog.api.client.DataCatalogAPIClient