Versions Compared

Key

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

...

  1. You should automatically have a run configuration "all-pipeline-elements-jvm" as we ship in with the repository
  2. (Optional) Modifiy environment variables depending on your OS (this is due to the dev setup of partly IDE and partly Docker, we need the local services to be reachable from within the Docker network) 
    1. For Windows/Mac user: you are good to go 
    2. For Linux user: You must change the environment variables stating host.docker.internal to you local machine's IP
  3. Run the service
  4. Navigate to "http://localhost:7023/" to see if the backend is running. You should see something similar to the following:


Where to go from here?

You can start writing own pipeline elements, that means adapters, processors, sinks.

For example, see the example of a Greeter processor https://github.com/wipatrick/apachecon-demo-processor

We also do provide maven archetypes to easily setup a Maven project skeleton for you, see https://streampipes.apache.org/docs/docs/dev-guide-archetype/