Versions Compared

Key

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

...

We provide an environment file for each service in the folder development. This contains the  environment variables that must be set to run the service.

  1. Add a new Application to run configurationsapplication with the following Run/Debug Configurations
  2. Main class: `orgorg.apache.streampipes.backend.StreamPipesBackendApplication`StreamPipesBackendApplication
  3. Use classpath of moduleModule: streampipes-backend
  4. Environment Variablesvariables: streampipes-backend/development/env
  5. Apply, OK & Start the application
  6. Navigate to `"http://localhost:8030/streampipes-backend/`to " to see if the backend is running. You should see the following message:

...

Set-Up Connect Master

  1. Add a new Application to run configurationsapplication with the following Run/Debug Configurations
  2. Main class: `orgorg.apache.streampipes.connect.container.master.init.AdapterMasterContainer`AdapterMasterContainer
  3. Use classpath of moduleModule: streampipes-connect-container-master
  4. Environment Variablesvariables: streampipes streampipes-connect-container-master/development/env
  5. Apply, OK & Start the application
  6. Navigate to `"http://localhost:8099/`to " to check if the connect master is running. You should see the following message:

...