Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steemit/gigantor
https://github.com/steemit/gigantor
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steemit/gigantor
- Owner: steemit
- Created: 2018-09-20T20:58:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T08:27:38.000Z (about 6 years ago)
- Last Synced: 2024-11-14T12:54:04.237Z (2 months ago)
- Language: Shell
- Size: 17.6 KB
- Stars: 0
- Watchers: 21
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gigantor
Simple tool to generate a snapshot daily for consumption of tinman testnets. The snapshot will live in an AWS S3 bucket.
Requirements: environment variable $S3_BUCKET must be set and an IAM Role that has access to this bucket must be applied to the instance running it.
usage:
```bash
docker run -d \
--env S3_BUCKET="$S3_BUCKET" \
--env AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \
--env AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" \
steemit/gigantor:latest
```![gigantor](https://cdn.steemitimages.com/DQmRNw6tMqmCDMXc4BAHu3EZH2dmAQnQCrNMHeukeWJU5Nx/gigantor.jpg)