You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively you can use [kind](https://kind.sigs.k8s.io/) to create a local cluster.
11
+
3
12
## Intro
4
13
5
14
Hoptimator gives you a SQL interface to a Kubernetes cluster. You can install databases, query tables, create views, and deploy data pipelines using just SQL.
@@ -42,8 +51,8 @@ Hoptimator requires a Kubernetes cluster. To connect from outside a Kubernetes c
42
51
The below setup will install two local demo DBs, ads and profiles.
43
52
44
53
```
45
-
$ make install # build and install SQL CLI
46
-
$ make deploy deploy-demo # install demo DB CRDs and K8s objects
54
+
$ make build install # build and install SQL CLI
55
+
$ make deploy-demo # install demo DB CRDs and K8s objects
47
56
$ ./hoptimator # start the SQL CLI
48
57
> !intro
49
58
```
@@ -53,7 +62,7 @@ The below setup will install two local demo DBs, ads and profiles.
53
62
The below setup will create a dev environment with various resources within Kubernetes.
54
63
55
64
```
56
-
$ make install # build and install SQL CLI
65
+
$ make build install # build and install SQL CLI
57
66
$ make deploy-dev-environment # start all local dev setups
58
67
$ kubectl port-forward -n kafka svc/one-kafka-external-bootstrap 9092 & # forward external Kafka port for use by SQL CLI
0 commit comments