krux / starport

Apache License 2.0
2 stars 7 forks source link

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