Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
Podjoint Logo
US
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/b2/bd/34/b2bd341b-c26c-7d8c-e21f-9d0d5e396832/mza_14187017364851066824.jpg/600x600bb.jpg
The Computing Podcast
Alex Feinberg & Vikram Rangnekar
6 episodes
5 days ago
The Computing Podcast where we talk about all things computer science, direct from Silicon Valley. Into databases distributed system and building large scale software products? Then this is the Podcast for you. Hosted by Alex Feinberg and Vikram Rangnekar. Between the two of us we have worked for companies like Linkedin, Amazon, Microsoft, Cloudera building stateful distributed systems and ad serving engines.
Show more...
Technology
RSS
All content for The Computing Podcast is the property of Alex Feinberg & Vikram Rangnekar and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
The Computing Podcast where we talk about all things computer science, direct from Silicon Valley. Into databases distributed system and building large scale software products? Then this is the Podcast for you. Hosted by Alex Feinberg and Vikram Rangnekar. Between the two of us we have worked for companies like Linkedin, Amazon, Microsoft, Cloudera building stateful distributed systems and ad serving engines.
Show more...
Technology
Episodes (6/6)
The Computing Podcast
Part 1: Yugabyte - Deep dive into a distributed SQL database

Welcome to our 5rd episode. This is the second part of a two part series where go deep into the internals of Yugabyte with Karthik and Kannan. Yugabyte is a highly scalable and developer friendly open source distributed SQL database. Yugabyte is built by an Ex-Facebook team that wanted to bring what they learnt running one of the latest databases on the planet out into the open source world.

One thing I find really fascinating with Yugabyte is that they are fully compatible with Postgres, Redis and Apache Cassandra which makes it easy to replace a lot of infrastructure with just Yugabyte. Hope you enjoy the listen and remember to subscribe for many more of these deep technical discussions.

Our guests for this episode are:

  • Kannan Muthukkaruppan, Founder & President, Product Dev. @ Yugabyte
  • Karthik Ranganathan, Founder & CTO @ YugaByte

Links:

  • Kudu: Storage for Fast Analytics on Fast Data - https://kudu.apache.org/kudu.pdf
  • Under the Hood: Building and open-sourcing RocksDB - https://www.facebook.com/notes/facebook-engineering/under-the-hood-building-and-open-sourcing-rocksdb/10151822347683920/
  • The Log-Structured Merge-Tree (LSM-Tree) - https://www.cs.umb.edu/~poneil/lsmtree.pdf
  • Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Databases - https://dl.acm.org/doi/epdf/10.1145/3035918.3056101

Show more...
5 years ago
24 minutes 16 seconds

The Computing Podcast
Part 2: Yugabyte - Deep dive into a distributed SQL database

Welcome to our 5rd episode. This is the second part of a two part series where go deep into the internals of Yugabyte with Karthik and Kannan. Yugabyte is a highly scalable and developer friendly open source distributed SQL database. Yugabyte is built by an Ex-Facebook team that wanted to bring what they learnt running one of the latest databases on the planet out into the open source world.

Learn more about how the shared-nothing architecture used by Yugabyte works and how the team build Postgres and other API layers on top of a highly-scalable document DB powered by their own fork of RocksDB.

Our guests for this episode are:  

  • Kannan Muthukkaruppan, Founder & President, Product Dev. @ Yugabyte 
  • Karthik Ranganathan, Founder & CTO @ YugaByte

Links:

  • Kudu: Storage for Fast Analytics on Fast Data - https://kudu.apache.org/kudu.pdf
  • Under the Hood: Building and open-sourcing RocksDB - https://www.facebook.com/notes/facebook-engineering/under-the-hood-building-and-open-sourcing-rocksdb/10151822347683920/
  • The Log-Structured Merge-Tree (LSM-Tree) - https://www.cs.umb.edu/~poneil/lsmtree.pdf
  • Amazon Aurora: Design Considerations for High Throughput Cloud-Native Relational Databases - https://dl.acm.org/doi/epdf/10.1145/3035918.3056101
Show more...
5 years ago
28 minutes 42 seconds

The Computing Podcast
Part 2: Apache Kafka - Walkthrough of a distributed system
Welcome to our 3nd episode. This is the second part of a two part series where we walk through a stateful distributed system. Join us as we take apart the famous Apache Kafka so as to look under the hood and understand more of the amazing engineering and computer science that has gone into building it. In this part we’ll talk about Apache Zookeeper the best kept secret in a lot of open source distributed systems. We’ll also touch upon clients, atomic broadcasts and things that can hurt availability. Hope you enjoy the ride as we walk the route taken by messages through Apache Kafka. Remember to subscribe for more interesting, deep tech conversations. Follow us on Twitter @dosco @strlen Links ZooKeeper: Wait-free coordination for Internet-scale systems ZooKeeper’s atomic broadcast protocol: Theory and practice PacificA: Replication in Log-Based Distributed Storage Systems Bigtable: A Distributed Storage System for Structured Data The Chubby lock service for loosely-coupled distributed systems
Show more...
5 years ago
27 minutes 19 seconds

The Computing Podcast
Part 1: Apache Kafka - Walkthrough of a distributed system
Welcome to our 2nd episode. This is the first part of a two part series where we walk through a stateful distributed system.  Join us as we take apart the famous Apache Kafka so as to look under the hood and understand more of the amazing engineering and computer science that has gone into building it. We’ll touch upon consensus algorithms, guarantees and the path taken by a message making its way through Kafka. Follow us on Twitter @dosco @strlen Links Kafka design Virtual synchrony The Log ZooKeeper Atomic Broadcast Kafka Replication Design Kafka design: replication Amazon Aurora under the hood: quorums and correlated failure
Show more...
5 years ago
22 minutes 33 seconds

The Computing Podcast
Fourth Wave of Distributed Systems - NoSQL to NewSQL

This is the first episode of the Computing Podcast. There's massive innovation happening in all layers of the modern application. Starting from cloud substrates all the way to the edges like your browser or an IoT device. Today we begin by talking about the fourth wave of distributed systems. Going from NoSQL to NewSQL.

Follow us on Twitter

  • @dosco
  • @strlen

Links

  • Time, Clocks, and the Ordering of Events in a Distributed System
  • Paxos Consensus Algorithm
  • Raft Consensus Algorithm
  • Alex’s blog post on non-Newtonian universe of distributed systems
  • Amazon Aurora Design Considerations
  • Amazon Aurora: Parallel Query


Show more...
5 years ago
25 minutes 6 seconds

The Computing Podcast
The Computing Podcast (Trailer)
5 years ago
22 seconds

The Computing Podcast
The Computing Podcast where we talk about all things computer science, direct from Silicon Valley. Into databases distributed system and building large scale software products? Then this is the Podcast for you. Hosted by Alex Feinberg and Vikram Rangnekar. Between the two of us we have worked for companies like Linkedin, Amazon, Microsoft, Cloudera building stateful distributed systems and ad serving engines.