# starport **Repository Path**: mirrors_salesforce/starport ## Basic Information - **Project Name**: starport - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-11 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Starport [![CircleCI](https://circleci.com/gh/salesforce/starport.svg?style=svg)](https://circleci.com/gh/salesforce/starport) > 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. Note: for all builds and commit history before v8.0.0 please see the [krux repo](https://github.com/krux/starport) Starport is the service that manages all [hyperion](https://github.com/krux/hyperion) implemented aws data pipelines. ## Setup 1. Download the latest starport binary [here](https://github.com/salesforce/starport/releases) 1. Based on the [config template](https://github.com/salesforce/starport/blob/master/conf-template/starport.conf), build and deploy the configurations to AWS S3 (e.g. `s3://your-bucket/starport.conf`). 1. Initialize the database with the following command: ```sh java -cp starport-core.jar \ -Dstarport.config.url=s3://your-bucket/starport.conf \ com.krux.starport.db.tool.CreateTables true ```