Adding Lahiru as a collaborator
1 file changed
tree: 5d43c2df8f8b46b2ef41044ba204648102e2b671
  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