rscpass's Stars
ClickHouse/ClickHouse
ClickHouse® is a real-time analytics DBMS
pingcap/tidb
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
apache/flink
Apache Flink
postgres/postgres
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
zhisheng17/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
bytebase/bytebase
World's most advanced database DevSecOps solution for Developer, Security, DBA and Platform Engineering teams. The GitHub/GitLab for database DevSecOps.
mysql/mysql-server
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
citusdata/citus
Distributed PostgreSQL as an extension
StarRocks/starrocks
The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
digoal/blog
Opensource,Database,AI,Business,Minds. git clone --depth 1 https://github.com/digoal/blog
jaywcjlove/mysql-tutorial
MySQL入门教程(MySQL tutorial book)
brokercap/Bifrost
Bifrost ---- 面向生产环境的 MySQL,MariaDB,kafka 同步到Redis,MongoDB,ClickHouse,StarRocks,Doris,Kafka等服务的异构中间件
postgres-cn/pgdoc-cn
PostgreSQL manual Chinese translation by China PostgreSQL Users Group
EnterpriseDB/mysql_fdw
PostgreSQL foreign data wrapper for MySQL
dongxuyang1985/postgresql_dev_guide
《PostgreSQL开发指南》PostgreSQL 安装与配置,用户与角色管理,数据库的维护、备份与恢复操作。SQL 语句,常见函数,高级查询,数据库事务、索引、视图、存储过程/函数、触发器,Java、PHP、Python 编程接口。
TexanInParis/Effective-SQL
xiongcccc/PostgreSQL-Ecosystem
The Way of PostgreSQL Mastery
Neeky/dbm-agent
dbma -- 数据库管理中心客户端程序
yymysql/mysql-clickhouse-replication
用于从mysql增量同步数据到clickhouse
xiongcccc/pgcheck
pgcheck is a one-click tool to get the running status of PostgreSQL
moxuedb/blog
Introduce database technical and trends. And my work experience @Alibaba @Huawei @USA @Israel etc.
frainmeng/go-mysql-elasticsearch
Sync MySQL data into elasticsearch or postgresql
huangzworks/pgsqlcn
《PostgreSQL手册》中文翻译项目
TsinghuaLucky912/PostgreSQL-kernel-development-data-sharing
rscpass/awesome-mysql
A curated list of awesome MySQL software, libraries, tools and resources
rscpass/canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
rscpass/mysql2ch
rscpass/PostgreSQL-HA-Source-Code
第6章 Patroni高可用配置源码库
rscpass/redis-key-partten
caculate redis key partten ; used to redis-key life-cycle manage
yymysql/my2sql
解析MySQL binlog ,可以生成原始SQL、回滚SQL、去除主键的INSERT SQL等,也可以生成DML统计信息以及大事务分析信息。