Apache Airavata Data Catalog

Clone this repo:

Branches

  1. e32f7b0 Adding Lahiru as a collaborator by Marcus Christie · 8 months ago main
  2. 61ef2c5 Merge pull request #42 from apache/machristie/issue8 by Marcus Christie · 8 months ago
  3. eaf7692 Fix path to new changelog by Marcus Christie · 8 months ago
  4. 8e20b8c Change a couple columns to be not-nullable #8 by Marcus Christie · 8 months ago
  5. f7eb2be Adding custos schema to liquibase migration script by Marcus Christie · 8 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