mirror of https://github.com/buster-so/buster.git
make sure links are correct
This commit is contained in:
parent
e8af784283
commit
b368961d84
|
@ -9,10 +9,10 @@
|
|||
<a href="https://www.buster.so/get-started">
|
||||
<strong>Sign up</strong>
|
||||
</a> ·
|
||||
<a href="https://github.com/buster-labs/buster-warehouse">
|
||||
<a href="#quickstart">
|
||||
<strong>Quickstart</strong>
|
||||
</a> ·
|
||||
<a href="https://github.com/buster-labs/buster-warehouse">
|
||||
<a href="#deployment">
|
||||
<strong>Deployment</strong>
|
||||
</a>
|
||||
</h3>
|
||||
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue