Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tidb | 34,111 | 68 | 101 | 12 hours ago | 1,289 | April 07, 2022 | 3,986 | apache-2.0 | Go | |
TiDB is an open-source, cloud-native, distributed, MySQL-Compatible database for elastic scale and real-time analytics. Try AI-powered Chat2Query free at : https://tidbcloud.com/free-trial | ||||||||||
Mall Learning | 12,045 | 6 days ago | 25 | apache-2.0 | Java | |||||
mall学习教程,架构、业务、技术要点全方位解析。mall项目(50k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。 | ||||||||||
Mall Swarm | 9,716 | 5 months ago | 35 | apache-2.0 | Java | |||||
mall-swarm是一套微服务商城系统,采用了 Spring Cloud 2021 & Alibaba、Spring Boot 2.7、Oauth2、MyBatis、Docker、Elasticsearch、Kubernetes等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。 | ||||||||||
Dev Setup | 5,802 | 9 months ago | 34 | other | Python | |||||
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. | ||||||||||
Replibyte | 3,512 | 3 months ago | 82 | gpl-3.0 | Rust | |||||
Seed your development database with real data ⚡️ | ||||||||||
Passjava Platform | 1,906 | 2 months ago | 24 | gpl-3.0 | Java | |||||
一款面试刷题的 Spring Cloud 开源系统。零碎时间利用小程序查看常见面试题,夯实Java基础。 该项目可以教会你如何搭建SpringBoot项目,Spring Cloud项目。 采用流行的技术,如 SpringBoot、MyBatis、Redis、 MySql、 MongoDB、 RabbitMQ、Elasticsearch,采用Docker容器化部署。 | ||||||||||
Backup Manager | 1,626 | 275 | 14 | 5 months ago | 43 | July 05, 2022 | 14 | mit | PHP | |
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud | ||||||||||
Radon | 1,466 | 2 years ago | 17 | February 24, 2021 | 2 | gpl-3.0 | Go | |||
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services | ||||||||||
Spring Petclinic Microservices | 1,323 | 2 months ago | 12 | apache-2.0 | Java | |||||
Distributed version of Spring Petclinic built with Spring Cloud | ||||||||||
Docs4dev | 1,144 | 2 years ago | ||||||||
后端开发常用框架文档及中文翻译,包含 Spring 系列文档(Spring, Spring Boot, Spring Cloud, Spring Security, Spring Session),大数据(Apache Hive, HBase, Apache Flume),日志(Log4j2, Logback),Http Server(NGINX,Apache),Python,数据库(OpenTSDB,MySQL,PostgreSQL)等最新官方文档以及对应的中文翻译。 |
Questions? Join us in Slack!
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.
The easiest way to get up and running with SHIELD is to deploy it via [BOSH][bosh], using the [SHIELD Bosh Release][shield-bosh].
fs
- Local Filesystem PluginThe 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 PluginBack 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 PluginBack 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 PluginThis plugin offers another way of protecting MySQL, using the xtrabackup
utility.
More information can be found here.
cassandra
- Cassandra Backup PluginBack up Cassandra!
More information can be found here.
consul
- Consul Backup PluginBack up the data stored in your Consul key-value store.
More information can be found here.
etcd
- etcd Backup PluginBack up the data stored in your etcd key-value store.
More information can be found here.
mongo
- MongoDB Backup PluginBack up your MongoDB NoSQL database(s)!
More information can be found here.
s3
- Amazon S3 Storage PluginStore 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 PluginIf 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 PluginStore your encrypted backup archives in Microsoft's Azure Blobstore!
More information can be found here.
google
- Google Cloud Storage PluginStore your encrypted backup archives in Google's Cloud!
More information can be found here.
swift
- OpenStack Swift Storage PluginStore your encrypted backup archives in your local OpenStack Swift blob store!
More information can be found here.