From 76e058931e7188bceec03e13d94785882e2560c6 Mon Sep 17 00:00:00 2001 From: Akilan Date: Sat, 15 May 2021 09:12:49 +0400 Subject: [PATCH] added kubecon video to project --- content/projects/{vitessarewefastyet.md => arewefastyet.md} | 5 ++++- content/projects/p2prc.md | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) rename content/projects/{vitessarewefastyet.md => arewefastyet.md} (95%) diff --git a/content/projects/vitessarewefastyet.md b/content/projects/arewefastyet.md similarity index 95% rename from content/projects/vitessarewefastyet.md rename to content/projects/arewefastyet.md index b91377ca..c523a342 100644 --- a/content/projects/vitessarewefastyet.md +++ b/content/projects/arewefastyet.md @@ -1,7 +1,6 @@ --- title: "Vitess Arewefastyet" summary: intergrating benchmarks for the open source repository vitess -date: 2021-05-14 tags: ["vitess","benchmark"] author: "Akilan Selvacoumar" draft: false @@ -11,6 +10,9 @@ weight: 2 ## Introduction The purpose of this project is to do a benchmark run when ever there is a push. The background activity is fairly simple, we create our own bare metal server. Once this server is created we run a bunch of ansibles(for sysbench) and once the run is complete we read the results and store them in a mysql instance. Once the following operations are complete we take down the server. +## Kubecon talk +{{< youtube h1bd1yxA4ec >}} + #### Project Link: https://github.com/vitessio/arewefastyet #### website link: https://benchmark.vitess.io @@ -26,3 +28,4 @@ The purpose of this project is to do a benchmark run when ever there is a push. ## SQL Schema ![](https://raw.githubusercontent.com/vitessio/arewefastyet/master/docs/architecture/sql/arewefastyet_schema.png) + diff --git a/content/projects/p2prc.md b/content/projects/p2prc.md index 0deac92c..947a55a4 100644 --- a/content/projects/p2prc.md +++ b/content/projects/p2prc.md @@ -1,12 +1,11 @@ --- title: "P2P Rendering/Computation" summary: p2p network that creates containers and eventually helps in harnessing the computation power. -date: 2021-05-14 tags: ["p2p","rendering","computation"] author: "Akilan Selvacoumar" draft: false aliases: [/p2prc] -weight: 2 +weight: 1 --- ## About The main aim of this project was to create a custom peer to peer network. The user acting as the client has total flexibility on how to batch the tasks and the user acting as the server has complete flexibility on tracking the container's usages and killing the containers at any point of time.