cortoproject / corto

A hierarchical object store for connecting realtime machine data with web applications, historians & more
https://www.corto.io
MIT License
87 stars 14 forks source link

Standalone deployment mode #678

Closed SanderMertens closed 6 years ago

SanderMertens commented 6 years ago

Currently corto projects are built in a way that ties them to their environment, and (because of usage of hard-coded paths) prohibits binaries from moving around on a system.

While this prevents users from spoofing binaries (when stored in a secured location), this makes it harder to distribute binaries across different machines. To make this easier, a mode should be introduced where binaries are built without using hard coded paths.