Showing posts with label open vswitch. Show all posts
Showing posts with label open vswitch. Show all posts

Friday, November 20, 2015

Links of the day 20/11/2015: Open vSwitch conf, Postgres HA, Survey of Bigdata Systems

  • Yoke : Postgres redundancy/auto-failover solution that provides a high-availability PostgreSQL cluster. Note that solution like this one doesn't try to achieve any linearizable semantics, but to perform failure detection and fail over to some slave, with heuristics about what slave to pick. While the behavior of those systems is acceptable in many production situations (it's up to the product requirements to understand if it is ok that a given set of failure modes produce data loss and/or inconsistencies) but the important bit is that the semantics is very well documented so that users know what tradeoffs they are making.
  • A survey on big data systems : Detailed analyse and benchmark of  the value chain of Big data system and classify them into four sequential modules, namely data generation, data acquisition, data storage, and data analytic.
  • Open Virtual switch conference : all the slide deck and summary of the talks.

Monday, May 11, 2015

Links of the day 11 - 05 - 2015

Today's links 11/05/2015: Openstack reality check, Programming Framework, Open vSwitch design, Real time sessions handling
  • Openstack reality check : I agree with a lot of stuff in there. I would even add that if the Openstack comunity doesn't correct its course quickly it might end up like Linux desktop... 
  • 5 Billions Sessions/Day : How twitter use kafka, and stream processing for real time sessions handling at scale
  • Unison : another new programming framework for functional programming with IDE being the centerpiece.
  • Design and Implementation of Open vSwitch : If you ever wondered about the design and internal of open vSwitch