Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.13 KB

overview.md

File metadata and controls

47 lines (29 loc) · 1.13 KB

Installation instruction

Please download the installation package, and refer to below for the instruction of installing for different operate systems.

Installation structure

Below is the directory structure after installation.

bin
  cli
etc
  mqtt_source.yaml
  *.yaml
data
plugins
log

bin

The bin directory includes all of executable files. Such as kuiper command.

etc

The etc directory contains the configuration files of Kuiper. Such as MQTT source configurations etc.

data

Kuiper persistences all the definitions of streams and rules, and all of message will be stored in this folder for long duration operations.

plugins

Kuiper allows users to develop your own plugins, and put these plugins into this folder. See extension for more info for how to extend the Kuiper.

log

All of the log files are under this folder. The default log file name is stream.log.

Next steps