Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 582 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 582 Bytes

The main example class to see is src/main/java/GalileoApiGateway.java.

3 steps to run this app

  1. Install Brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install Maven:
brew install maven
  1. Run the application
mvn exec:java -Dexec.mainClass="GalileoApiGateway" -Dexec.args="GALILEO_API_KEY GALILEO_API_URL"

Example of GALILEO_API_URL: https://api.xyz.rungalileo.io

Get the GALILEO_API_KEY by

  • Going to Galileo console home
  • Click your icon (on the bottom left)
  • API Keys
  • Create one