Quickstart

Quickstart

Data is accessed via S3 using read-only credentials.

Bucket: hyena-hip3 Paths: hourly/*, daily/*

To get access:

  1. Request a key from the team

  2. You'll receive a personal access key (AWS Access Key ID + Secret)

Setup:

# Install AWS CLI (if needed)
# macOS: brew install awscli
# Linux: apt install awscli / yum install awscli
# Or: pip install awscli

# Configure credentials
aws configure --profile hyena-data
# AWS Access Key ID: <your-key>
# AWS Secret Access Key: <your-secret>
# Default region name: ap-northeast-1
# Default output format: None

Usage:

For more details see Data export overview

Last updated