Apache Airavata Data Catalog

Clone this repo:

Branches

  1. 7c33eed Add sharing permission fix for data product detail access (#50) by Miu0703 · 5 weeks ago main
  2. 4eefb5b Sharing feature by Miu0703 · 6 weeks ago
  3. 6793363 Pagination support by Miu0703 · 5 months ago
  4. e32f7b0 Adding Lahiru as a collaborator by Marcus Christie · 1 year, 11 months ago
  5. 61ef2c5 Merge pull request #42 from apache/machristie/issue8 by Marcus Christie · 1 year, 11 months ago

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