https://github.com/application-research/estuary-content-cleanup
Clean up old data on Estuary
https://github.com/application-research/estuary-content-cleanup
Last synced: 26 days ago
JSON representation
Clean up old data on Estuary
- Host: GitHub
- URL: https://github.com/application-research/estuary-content-cleanup
- Owner: application-research
- Created: 2022-11-28T15:39:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T11:52:19.000Z (over 3 years ago)
- Last Synced: 2025-03-19T08:49:20.910Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Estuary Data cleanup
- Queries old data and check pinning status
- Check shuttle hosts if content is available
- If content is not available, mark it as failed.
# Create the DB connection .env file
```
DB_NAME=
DB_HOST=
DB_USER=
DB_PASS=
DB_PORT=
API_KEY=
```
# Install run
```
go mod tidy
go mod download
go run main.go --dryrun=true // check records without running the update
```