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" + } + ] + } +} +