https://github.com/teacoder-team/backup
Backup service for secure data storage in the Teacoder platform
https://github.com/teacoder-team/backup
backups golang gorm s3
Last synced: about 1 year ago
JSON representation
Backup service for secure data storage in the Teacoder platform
- Host: GitHub
- URL: https://github.com/teacoder-team/backup
- Owner: teacoder-team
- License: agpl-3.0
- Created: 2024-12-13T02:37:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-18T07:42:37.000Z (over 1 year ago)
- Last Synced: 2025-02-16T03:27:05.732Z (over 1 year ago)
- Topics: backups, golang, gorm, s3
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backup
**Backup** is a service responsible for creating automated backups of a PostgreSQL database, storing backup files in S3, and sending notifications upon successful or failed backups.
## Tech Stack
- **Programming Language**: Go (Golang)
- **Database**: [PostgreSQL](https://www.postgresql.org/)
- **ORM**: [GORM](https://gorm.io/)
- **Cloud Storage**: S3
- **Telegram Bot**: [Telegram Bot API](https://go-telegram-bot-api.dev/)
## License
This project is licensed under the [GNU Affero General Public License v3.0](https://github.com/teacoder-team/backup/blob/master/LICENSE).