Giter Site home page Giter Site logo

alexpassionate / db-tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dunwu/db-tutorial

0.0 0.0 0.0 8.88 MB

💾 db-tutorial 是一个数据库教程。

Home Page: https://dunwu.github.io/db-tutorial/

License: Creative Commons Attribution Share Alike 4.0 International

Java 57.97% Shell 1.80% Python 39.62% Batchfile 0.61%

db-tutorial's Introduction

logo

license build

DB-TUTORIAL

💾 db-tutorial 是一个数据库教程。

数据库原理

数据结构

TODO...

分布式

  • 分布式简介
  • 分布式基础理论 - 关键词:拜占庭将军CAPBASE
  • 分布式算法 Paxos - 关键词:共识性算法
  • 分布式算法 Raft - 关键词:共识性算法
  • 负载均衡 - 关键词:轮询随机最少连接源地址哈希一致性哈希虚拟 hash 槽
  • 消息队列 - 关键词:重复消费消息丢失消息顺序性消息积压
  • 分布式存储 - 关键词:读写分离分库分表迁移扩容
  • 分布式缓存 - 关键词:进程内缓存分布式缓存缓存雪崩缓存穿透缓存击穿缓存更新缓存预热缓存降级
  • 分布式锁 - 关键词:数据库RedisZooKeeper互斥可重入死锁容错自旋尝试
  • 分布式 ID - 关键词:UUID自增序列雪花算法Leaf
  • 分布式事务 - 关键词:2PC3PCTCC本地消息表MQ 消息SAGA
  • 分布式会话 - 关键词:粘性 SessionSession 复制共享基于缓存的 session 共享
  • 流量控制 - 关键词:计数器法时间窗口法令牌桶法漏桶法

关系型数据库

关系型数据库 整理主流关系型数据库知识点。

img

其他

列式数据库

HBase

HBase 📚 因为常用于大数据项目,所以将其文档和源码整理在 bigdata-tutorial 项目中。

KV 数据库

Redis

img

文档数据库

MongoDB

MongoDB 是一个基于文档的分布式数据库,由 C++ 语言编写。旨在为 WEB 应用提供可扩展的高性能数据存储解决方案。

MongoDB 是一个介于关系型数据库和非关系型数据库之间的产品。它是非关系数据库当中功能最丰富,最像关系数据库的。它支持的数据结构非常松散,是类似 json 的 bson 格式,因此可以存储比较复杂的数据类型。

MongoDB 最大的特点是它支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类似关系数据库单表查询的绝大部分功能,而且还支持对数据建立索引。

搜索引擎数据库

Elasticsearch

Elasticsearch 是一个基于 Lucene 的搜索和数据分析工具,它提供了一个分布式服务。Elasticsearch 是遵从 Apache 开源条款的一款开源产品,是当前主流的企业级搜索引擎。

中间件

资料 📚

数据库综合资料

关系型数据库资料

Mysql 资料

Nosql 数据库综合

选 SQL 还是 NoSQL,这里有两篇文章,值得你看看。

列式数据库资料

Cassandra 资料

HBase 资料

针对于 HBase 有两本书你可以考虑一下。

KV 数据库资料

Redis 资料

文档数据库资料

MongoDB 资料

搜索引擎数据库资料

ElasticSearch

图数据库

时序数据库

传送 🚪

◾ 🏠 DB-TUTORIAL 首页 ◾ 🎯 我的博客

db-tutorial's People

Contributors

dunwu avatar harvies avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.