Skip to content

NodePit/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodePit Runner – Workflows Around the Clock!

NodePit Runner is the perfect complement to the KNIME Analytics Platform and allows you to deploy, execute and monitor your KNIME workflows in the cloud or on-premises as easy as running them locally. Get more information on features, pricing and how to start your free trial period on NodePit.

⏱️ Get Started in 60 Seconds

Docker and Docker Compose is the simplest way to run NodePit Runner on a single server or local machine.

  1. Install Docker and Docker Compose
  2. Download the docker-compose.yml file (right click the link and “Save as” to an arbitrary location on your computer)
  3. Open a terminal and change to the directory where you saved the docker-compose.yml file
  4. Start NodePit Runner with docker compose up -d
  5. Open your browser and navigate to http://localhost:8080 and follow the instructions to create your initial admin account

For configuration options (public URL, secrets, scaling executors, …) and everything else, see Installation and Configuration in the docs.

To upgrade an already running instance, run docker compose pull followed by docker compose up -d. Database migrations happen automatically.

📚 Documentation

The full manual — installation, configuration, guides and the API reference — lives at docs.nodepit.com/runner.

🤗 Get Involved

Unsure if NodePit Runner is for you? Drop us a mail and we answer your questions and even better get you access to our cloud version of NodePit Runner for testing.

  • Give a ⭐️ for this repo
  • Questions? Just drop us a mail

📖 License

NodePit Runner is licensed under the NodePit Runner: Terms and Conditions. By installing and/or using NodePit Runner, you agree and acknowledge the terms and conditions.

🤓 Advanced Topics

Show more

Vagrant

If you use Vagrant, there’s a Vagrantfile to run a Debian box with Docker preinstalled. Start and connect to the box as follows:

vagrant up
vagrant ssh

The project directory is mounted to /vagrant within the box. From there, you can continue with docker compose up -d


Created by nodepit.com, 2023, 2024, 2025, 2026.

About

NodePit Runner – Workflows Around the Clock! Deploy, execute and monitor your KNIME workflows in the cloud or on-premises as easily as running them locally!

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors