Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Code

The code for the backend can be found on GitHub.

Prerequisites

Install:

  • Java
  • Maven
  • Here we describe the setup in IntelliJ, but you can use an IDE of your choice


Development Environment

In this setup we will start the backend, connect, and the processors in your IDE. The UI and all the other services run in docker.

Set-Up StreamPipes Services

  1. Clone Installer [Link]

    Code Block
    languagebash
    titlePrepare Installer
    # SSH
    git clone git@github.com:apache/incubator-streampipes-installer.git
    # HTTPS
    git clone https://github.com/apache/incubator-streampipes-installer.git
    
    # switch to development branch
    git checkout dev


  2. Open CLI directory

    Code Block
    languagebash
    titlePrepare Installer
    cd incubator-streampipes-installer
    cd cli


  3. Configure StreamPipes for backend development

    Code Block
    languagebash
    titlePrepare Installer
    ./sp set-template backend-dev
    # Updates the file 'system'. All StreamPipes services required for development are selected