Artcles in category: Data

  • Horizontal partitioning in MongoDB
    Horizontal partitioning in MongoDB
    Peter Jausovec
    In this article, I'll talk a bit about data partitioning. Specifically, I'll talk about horizontal data partitioning or sharding. After a brief 'theoretical' part, I'll show you an example of how you can configure sharding with MongoDB. You will be able to run three MongoDB shards, a configuration server, and a router on your computer, using Docker compose.
;