Skip to content

Commit f9bffe4

Browse files
committed
Added script and details to start KSQL server
1 parent 3b868a9 commit f9bffe4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,19 @@ Or
2929
Getting Started
3030
---------------
3131

32+
Setup for KSQL
33+
~~~~~~~~~~~~~~~
34+
3235
This is the GITHUB page of KSQL. https://github.com/confluentinc/ksql
3336

34-
Setup
35-
~~~~~
37+
If you have installed open source Confluent CLI (e.g. by installing Confluent Open Source or Enterprise Platform), you can start KSQL and its dependencies with one single command:
38+
39+
.. code:: bash
40+
41+
confluent start ksql-server
42+
43+
Setup for ksql-python API
44+
~~~~~~~~~~~~~~~~~~~~~~~~~
3645

3746
- Setup for the KSQL API:
3847

0 commit comments

Comments
 (0)