Skip to content

Example Java application using Galileo Evaluate APIs to log a custom chain run.

Notifications You must be signed in to change notification settings

rungalileo/galileo-java-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example Java application using Galileo Evaluate APIs to log a custom chain run.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages