Skip to content

Commit

Permalink
Add RDS data
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed Aug 30, 2023
1 parent ef5638a commit e7d7fa3
Show file tree
Hide file tree
Showing 4 changed files with 270,815 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ BINDATA_FILE := data/generated_bindata.go

# upstream data
INSTANCES_URL := "https://instances.vantage.sh/instances.json"
RDS_INSTANCES_URL := "https://instances.vantage.sh/rds/instances.json"

DEPS := "curl git jq"

Expand All @@ -19,6 +20,8 @@ check_deps: ## Verify the system has all depende
data/instances.json:
@mkdir -p data
@curl $(INSTANCES_URL) -o data/instances.json
@curl $(RDS_INSTANCES_URL) -o data/rds-instances.json


run-example:
@go get ./...
Expand Down
Loading

0 comments on commit e7d7fa3

Please sign in to comment.