added kubecon video to project

This commit is contained in:
2021-05-15 09:12:49 +04:00
parent 23e8dc9fa2
commit 76e058931e
2 changed files with 5 additions and 3 deletions

View File

@@ -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)

View File

@@ -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.