From b368961d8453bc0ef5de29ec1db68ebde941f67f Mon Sep 17 00:00:00 2001 From: Dallin Bentley Date: Tue, 10 Sep 2024 20:55:35 -0600 Subject: [PATCH] make sure links are correct --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd59331f2..4cf855ea7 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Sign up · - + Quickstart · - + Deployment @@ -107,6 +107,10 @@ For data that you think will be accessed frequently, you can cache it on disk fo CACHE SELECT * FROM public.nyc_taxi WHERE tpep_pickup_datetime > '2022-03-01'; ``` +## Deployment + +TODO + ## Roadmap Currently, we are in the process of open-sourcing the platform. This includes: