Git Product home page Git Product logo

Comments (4)

bogdanovich avatar bogdanovich commented on May 24, 2024 1

For horizontal scalability you can add more independent siberite boxes and client will use them in round robin manner.

Replication and fail-over is not supported in siberite. Siberite is a simple service, and for replication it would require adding raft of paxos based solutions. It's nice to have but also will affect the performance.

from siberite.

jeteon avatar jeteon commented on May 24, 2024 1

Simple replication might be achieved by standing up n instances on different boxes/containers/disks and then using a custom client that writes to all of them and reads from all of them with deduplication.

Otherwise, you can store the DB itself on a transparently replicated filesystem?

from siberite.

jeteon avatar jeteon commented on May 24, 2024 1

By the way, there's also this: https://github.com/facebook/mcrouter. In theory if you set that up with Siberite on the backend, you should get replication and sharding with consistent hashing.

from siberite.

jeteon avatar jeteon commented on May 24, 2024

Thought I'd add one more project I recently came across from Netflix that does a similar thing but in a somewhat datastore agnostic way: https://youtu.be/57UK46qfBLY.

from siberite.

Related Issues (7)

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.