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

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

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).