Replies: 2 comments 3 replies
-
@ingo-m Hi Ingo, Thanks for using GlassFlow and providing very valuable feedback! We will take quick actions and update the doc accordingly:) Let us know if you find any other issues. I will be happy to assist. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @ingo-m, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@ashish-bagri Congratulations for launching the MVP 🚀
I like the approach of having a simple and elegant CLI ✨
Here's some feedback after trying it out for the first time. I went through the Quickstart tutorial, but I used my own data file to simulate a log stream.
I'm using Ubuntu 22.04.4 LTS, Python 3.10.14.
I installed glassflow via the bash command given in the documentation (
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/glassflow/cli/master/install.sh)"
). The glassflow binary is created in my home directory, but I cannot runglassflow --version
, I need to run/home/john/glassflow --version
.When I created my first pipeline, I found the naming a bit confusing. The
.env
file requires the following variables:PIPELINE_ID
,SPACE_ID
,PIPELINE_ACCESS_TOKEN
, but when creating the pipeline with the CLI, it mentions the "pipline name", "space name" and "Push token". I supposePIPELINE_ID
= pipeline name,SPACE_ID
= space name, andPIPELINE_ACCESS_TOKEN
= push token. 🤔I can see my pipeline with
./glassflow pipeline list
, but/glassflow pipeline logs ingotestlogfile --space main
says no logs are found, even though I think I published a few thousand events. When I run theconsumer.py
script, there is no error, but no events are consumed. I'm not sure, could be that I made a mistake. I'm not sure whether the issue is with publishing, transforming, or consuming. But there was no error message while I was publishing (i.e.pipeline_client.publish()
returnedstatus_code
200), so I assume the error is at the transformation or consuming stage.Finally a minor thing I noticed in the web UI: When I refresh the page I have to log in again.
glassflow_web_refresh.mp4
Beta Was this translation helpful? Give feedback.
All reactions