Skip to content

gcagrici/starport

 
 

Repository files navigation

Starport

Build Status

The starport is an advanced terran structure, responsible for the construction and maintenance of all space-faring vehicles and starships, including the Behemoth-class battlecruiser -- Hyperion.

Starport is the service that manages all hyperion implemented aws data pipelines.

Setup

  1. Download the latest starport binary here
  2. Based on the config template, build and deploy the configurations to AWS S3 (e.g. s3://your-bucket/starport.conf).
  3. Initialize the database with the following command:
    java -cp starport-core.jar \
      -Dstarport.config.url=s3://your-bucket/starport.conf \
      com.krux.starport.db.tool.CreateTables true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 93.0%
  • Java 7.0%