An open API service indexing awesome lists of open source software.

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

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
```