typestreamio / typestream

Open Source streaming platform. Write and run typed data pipelines with a minimal, familiar syntax.
https://typestream.io
Apache License 2.0
65 stars 5 forks source link

Revamp server configuration #92

Closed lucapette closed 9 months ago

lucapette commented 9 months ago

What

At the moment, TypeStream’s configuration is pretty bare: there’s a server.properties file (located inside the jar of the server) that TypeStream loads at startup.

The revamp entails the following changes:

Motivation

The work done in this features paves the way for the mount and unmount commands, necessary steps to complete the “mounting filesystems” milestone.