-
When you start the docker for HyperStream, this downloads the last version 0.3.6 and runs the test. However, when you start the tutorial with
```
docker-compose -f docker-compose-tutorials.yml -p hy…
-
I think it's simply because hyperstream_config.json is no longer in examples but in the root folder...
Step 8/10 : RUN sed -i -e 's/localhost/hyperstream-mongo/g' examples/hyperstream_config.json…
Srceh updated
7 years ago
-
Logging output
```
INFO:root:New workflow created with id test_save_workflow
INFO:root:Added node with id ticker containing 1 streams
INFO:root:Added factor with tool Clock(first=datetime.dateti…
-
From Jupyter notebook 4.3.0 it is required a token or a password to access the web-page.
The token is generated randomly by Jupyter and the URL with the token is presented in the terminal running t…
-
When running `docker-compose build` I get the following:
`ERROR: build path /home/tdiethe/dev/Hyperstream-Dockerfiles/hyperstream-mongo either does not exist, is not accessible, or is not a valid U…
-
I think that it would be nice to be able to print all the elements involved in a composition of streams. If we use Graphviz, it would be possible to create the directed graph given that we know all th…
-
As I just reinstall my Ubuntu I tried to run Tutorial 1 again for a test.
The issue occurs in the (Executing a new interval) section, which I think is caused by the precision of utcnow() defined in…
Srceh updated
7 years ago
-
Output of `docker compose up`
```
Creating network "hyperstreamdockerfiles_default" with the default driver
Pulling hyperstream-mqtt (toke/mosquitto:latest)...
latest: Pulling from toke/mosquitt…
-
Currently the tools can now be accessed using shortcut methods: e.g. given a hyperstream instance `hs`
```
hs.tools.clock()
```
and plugins are accessed in a slightly more convoluted way:
`…
-
Some of the tools currently have confusing names. An idea would be to try to align the tool names to common names in python. For example, the `apply` tool applies a function to the values in a stream,…