Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 390 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 390 Bytes

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