As mentioned previously, KSQL is shipped with the Confluent Platform. When we start the Confluent Platform, automatically at the end it starts a KSQL server, as shown in the Figure 7 .1:
![](https://static.packt-cdn.com/products/9781788997829/graphics/assets/90352a54-1b1d-4e12-994e-9b7fae1ccfdd.png)
Figure 7.1: Confluent Platform startup
To start the KSQL server alone (not recommendable), we can use the ksql-server-start command. Just type ./ksql from the bin directory, as shown in Figure 7.2:
![](https://static.packt-cdn.com/products/9781788997829/graphics/assets/3dede300-c03e-4ea1-bb21-427859df15e8.png)
Figure 7.2: KSQL CLI start screen