Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.08 KB

Note Starport is now migrated to salesforce repository, all new updates will be hosted there.

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