GithubHelp home page GithubHelp logo

sysdes's Introduction

Preparation to System Design Interview

Databases

Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?

Designing Data-Intensive Applications is a handbook of modern system design interviews. It is easy to buy, normal to read, and hard to memorize. The challenge is to wire essential information to your brain. You master some piece of information you need to retrieve it from memory several times and process this info through the different channels: visual, sonic, and mechanic(typing on a keyboard).

MongoDB University provides plenty of courses based on MongoDB experience that helps to understand core concepts of modern databases and data-intensive applications.

Replication, Partitioning

Part II. Distributed Data(Replication, Partitioning) of the book has a good match with M103: Basic Cluster Administration course from MongoDB University with well-illustrated lectures and hands-on labs on replication topics such as:

  • leader-based replication
  • asynchronous replication
  • replication log

partitioning(sharding) topics:

  • sharding architecture (request routing)
  • shard keys (sharding by key range vs hashed shard keys)
  • rebalancing shards

sysdes's People

Contributors

sergii4 avatar

Stargazers

Tun M jazz avatar Zakhar Gulchak avatar

Watchers

 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.