From c3c00c516dcb9f33cbf7407255c6b5cc4df568f1 Mon Sep 17 00:00:00 2001 From: Aidan Smith Date: Thu, 2 May 2024 05:56:24 -0400 Subject: [PATCH] Include project info/metadata --- project_metadata.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 project_metadata.json diff --git a/project_metadata.json b/project_metadata.json new file mode 100644 index 0000000..ad7b824 --- /dev/null +++ b/project_metadata.json @@ -0,0 +1,22 @@ +{ + "info": { + "title": "Scheduler2", + "github": "https://github.com/cmu-db/15721-s24-scheduler2/", + "description": "This project implements an pull-based query scheduler service that communicates via gRPC.", + "students": [ + { + "name": "Aidan Smith", + "url": "https://aidansmith.xyz" + }, + { + "name": "Makoto Tomokiyo", + "url": "https://CHANGE_ME" + }, + { + "name": "Mingkang Li", + "url": "https://CHANGE_ME" + } + ] + } +} +