New datastream module (catalog/frame/mux/transport/ingest/store/views/wire) as a per-node byte-channel dumb pipe. Dashboard datastream_source + datastream-dashboard binary; node swactor-datastream-collector; docker demo compose + tests. Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
10 lines
335 B
Text
10 lines
335 B
Text
# Build context for the multi-stage datastream demo image. Unlike the root
|
|
# .dockerignore (which excludes everything for the prebuilt-binary scratch
|
|
# image), this build compiles from source inside Docker, so it needs the source
|
|
# tree — just not the heavy build artifacts or VCS metadata.
|
|
target
|
|
**/target
|
|
.git
|
|
identity
|
|
auth
|
|
*.log
|