transform-hub icon indicating copy to clipboard operation
transform-hub copied to clipboard

Scramjet Transform Hub (STH) is a runtime supervisor that can run data processing programs called Sequences and manage local resources on any Linux server, Docker on small edge servers, and even large...

Results 64 transform-hub issues
Sort by recently updated
recently updated
newest added

`warning @scramjet/[email protected]: The engine "python3" appears to be invalid. ` engine is keyword in nodejs, but we use also engine keyword for python sequences to run proper runner, however it...

to verify
group:devexp
read

Sending sequence in unsupported format... Container logs: ``` gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now {"error":"Invalid pkg tar.gz archive"}...

bug
high prio
to verify
group:lifecycle
TBD
read

This is a follow-up of https://github.com/scramjetorg/transform-hub/pull/247. We have agreed to left some things unpolished there, especially in context of #267. So what has left: * [ ] Unpack only package.json...

group:lifecycle
TBD
read

We could leverage the opposite directions of data transfer for some streams like input/output, monitor/control, stdio/stdout. To prevent issues from interdependent closing we should use `allowHalfOpen` on sockets.

enhancement
help wanted
group:lifecycle
TBD
read

**Feature description** Currently the signature of a program is: ```ts (inp: ReadableStream, ...args: any[]) => AnyReadable ``` This means that all the programs we can support are unidirectional. That's cool,...

enhancement
help wanted
high prio
group:interface
feature request
read

This is how options for starting Sequence look like: ```bash Current profile: default Usage: si sequence start [options] Start the Sequence with or without given arguments Arguments: id Sequence id...

group:interface
read

Hey, this package is an AGPL but it is presented in NPM and NPM API as MIT: ![image](https://github.com/scramjetorg/transform-hub/assets/392754/a58c65db-32b1-479e-89d5-d8456ad729a2) I also checked the package.json of the newest release and same applies....

read

**Describe the bug** When deleting topic using CLI: ```bash si topic delete ``` the topic is deleted only on the hub topic list. It stays on the space topic list....

read

**Describe the bug** When creating a new topic using the command `si topic create ` it should be added to the space topic list. **Steps to Reproduce** ### ==LOCAL infra==...

read

**Describe the bug** `si topic ls` returns list: ```json [ { contentType: 'application/x-ndjson', localProvider: '', topic: 'names', topicName: 'names' } ] ``` where `topic` and `topicName` is the same. `localProvider`...

read