From bcb82c8927de48c80fa8cbe3aced75ff65572b10 Mon Sep 17 00:00:00 2001 From: jspc Date: Mon, 14 Oct 2024 14:28:10 +0100 Subject: [PATCH] Include mint, for wider kafka and data-y stuff --- includes/portfolio.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/includes/portfolio.tex b/includes/portfolio.tex index 68e4924..16971f1 100644 --- a/includes/portfolio.tex +++ b/includes/portfolio.tex @@ -10,11 +10,17 @@ \section{Projects} \section{Portfolio} \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll} + \entry + {2023-} + {Mint - Message Interface Format} + {https://github.com/mint} + {\texttt{mint} is a binary message format (similar to protobuf, thrift, etc.) designed to provide fast serialisation, a reasonably rich set of data types, and an easily extensible system of type validations. It exists to shift-left validations and transformations away from Data Warehouses and back to message producers, such as distributed systems producing \texttt{mint} messages into systems such as Kafka} + \entry {2023} {Ask Ada} {https://github.com/gender-equality-community} - {Ask Ada is a system which bridges a whatsapp chat bot with a slack based backend, passing messages over Redis Streams, and deployed to Kubernetes with a custom operator. It exists to provide anonymous answers and advice on DE\&I questions without either party knowing who the other is} + {Ask Ada is a system which bridges a WhatsApp chat bot with a slack based backend, passing messages over Redis Streams, and deployed to Kubernetes with a custom operator. It exists to provide anonymous answers and advice on DE\&I questions without either party knowing who the other is} \entry {2021}