All Projects → shieldproject → Shield

shieldproject / Shield

Licence: mit
A standalone system that can perform backup and restore functions for a wide variety of pluggable data systems

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Shield

Condenser
Condenser is a database subsetting tool
Stars: ✭ 189 (-27.86%)
Mutual labels:  mysql, postgres
Sqliterally
Lightweight SQL query builder
Stars: ✭ 231 (-11.83%)
Mutual labels:  mysql, postgres
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (+783.59%)
Mutual labels:  mysql, postgres
Docker Compose
一些基础服务的docker-compose配置文件,方便在一台新电脑上快速开始工作
Stars: ✭ 163 (-37.79%)
Mutual labels:  mysql, postgres
Nagios Plugins
450+ AWS, Hadoop, Cloud, Kafka, Docker, Elasticsearch, RabbitMQ, Redis, HBase, Solr, Cassandra, ZooKeeper, HDFS, Yarn, Hive, Presto, Drill, Impala, Consul, Spark, Jenkins, Travis CI, Git, MySQL, Linux, DNS, Whois, SSL Certs, Yum Security Updates, Kubernetes, Cloudera etc...
Stars: ✭ 1,000 (+281.68%)
Mutual labels:  cloud, mysql
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+1168.32%)
Mutual labels:  mysql, postgres
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+906.11%)
Mutual labels:  mysql, postgres
Grimoire
Database access layer for golang
Stars: ✭ 151 (-42.37%)
Mutual labels:  mysql, postgres
Litecloud
User management system for the server (Home Cloud).
Stars: ✭ 26 (-90.08%)
Mutual labels:  cloud, mysql
Dev Setup
macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.
Stars: ✭ 5,590 (+2033.59%)
Mutual labels:  cloud, mysql
Cmd
Command line tools for database operation written by Go, moved to https://gitea.com/xorm/cmd
Stars: ✭ 154 (-41.22%)
Mutual labels:  mysql, postgres
Wetland
A Node.js ORM, mapping-based. Works with MySQL, PostgreSQL, SQLite and more.
Stars: ✭ 261 (-0.38%)
Mutual labels:  mysql, postgres
Atdatabases
TypeScript clients for databases that prevent SQL Injection
Stars: ✭ 154 (-41.22%)
Mutual labels:  mysql, postgres
Databases
Async database support for Python. 🗄
Stars: ✭ 2,602 (+893.13%)
Mutual labels:  mysql, postgres
Quill
Compile-time Language Integrated Queries for Scala
Stars: ✭ 1,998 (+662.6%)
Mutual labels:  mysql, postgres
Flipper
🐬 Beautiful, performant feature flags for Ruby.
Stars: ✭ 2,732 (+942.75%)
Mutual labels:  mysql, postgres
Go Cache
This project encapsulates multiple db servers, redis、ledis、memcache、file、memory、nosql、postgresql
Stars: ✭ 143 (-45.42%)
Mutual labels:  mysql, postgres
Polluter
The easiest solution to seed database with Go
Stars: ✭ 146 (-44.27%)
Mutual labels:  mysql, postgres
Sql Lint
An SQL linter
Stars: ✭ 243 (-7.25%)
Mutual labels:  mysql, postgres
Backup Manager
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud
Stars: ✭ 1,589 (+506.49%)
Mutual labels:  cloud, mysql

Build Status

S.H.I.E.L.D. Data Protection

Questions? Join us in Slack!

SHIELD Architectural Diagram

What is SHIELD?

SHIELD is a data protection solution designed to make it easier for operations to protect their critical infrastructural data. It provides primitives for scheduling automatic backups of key systems, including PostgreSQL, MySQL, Consul, Redis and MongoDB, as well as a means for restoring backups in the event of an outage. Backups can be stored in a variety of cloud providers, including S3, Scality, Microsoft Azure Blobstore, and more.

Getting Started

The easiest way to get up and running with SHIELD is to deploy it via [BOSH][bosh], using the [SHIELD Bosh Release][shield-bosh].

Backup (Target) Plugins

fs - Local Filesystem Plugin

The fs plugin lets you back up arbitrary filesystem directories, optionally filtering the set of protected files via an includes / excludes system.

More information can be found here.

postgres - PostgreSQL Backup Plugin

Back up your PostgreSQL relational databases! This plugin lets you back up all databases (assuming you authenticate with an appropriately credentialed pg account), or pick and choose what to backup. Under the hood, this leverages pgdump, a proven solution in the PostgreSQL world.

More information can be found here.

mysql - MySQL Backup Plugin

Back up your MySQL relational databases! This plugin lets you back up all databases (assuming you authenticate with an appropriately credentialed mysql account), or pick and choose what to backup. This plugin leverages mysqldump, which generates plain-text SQL backups, which can often be replayed across MySQL versions.

More information can be found here.

xtrabackup - MySQL XtraBackup Plugin

This plugin offers another way of protecting MySQL, using the xtrabackup utility.

More information can be found here.

cassandra - Cassandra Backup Plugin

Back up Cassandra!

More information can be found here.

consul - Consul Backup Plugin

Back up the data stored in your Consul key-value store.

More information can be found here.

etcd - etcd Backup Plugin

Back up the data stored in your etcd key-value store.

More information can be found here.

mongo - MongoDB Backup Plugin

Back up your MongoDB NoSQL database(s)!

More information can be found here.

Storage Plugins

s3 - Amazon S3 Storage Plugin

Store your encrypted backup archives in Amazon's Simple Scalable Storage (S3) cloud. All you need is a bucket, a key, and a secret, and you get highly-available offsite archive storage.

More information can be found here.

webdav - WebDAV Plugin

If you can't make use of external, 3rd-party cloud storage for your backups, but do have access to an HTTP/WebDAV server, you can use this storage plugin to keep your archives there.

Note: often, use of the webdav plugin will compromise your disaster survivability. Make sure that your WebDAV store is sufficiently resilient (HA, geographically dispersed, replicated, etc.), and that you aren't using the same SHIELD core to back up your WebDAV store.

More information can be found here.

azure - Microsoft Azure Storage Plugin

Store your encrypted backup archives in Microsoft's Azure Blobstore!

More information can be found here.

google - Google Cloud Storage Plugin

Store your encrypted backup archives in Google's Cloud!

More information can be found here.

swift - OpenStack Swift Storage Plugin

Store your encrypted backup archives in your local OpenStack Swift blob store!

More information can be found here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].