What is the expected inputs and outputs? How do you see this fitting into a users workflow?
I'm not totally sure what the question is but currently these are the inputs: delimited, excel, json, feather, parquet, sqlite, postgresql, mysql, googleSheets Outputs are the same (excluding databases currently). This is probably the most time consuming piece of the project if I was to expand this set dramatically given the quantity of possible connections, although here is where open source could help. It's hard to…
Show HN: Glue – Pandas as a DAG (Now a web app)
11–20 of 30 posts
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#12This site makes my phone slow down to a crawl, to the point that my music app stopped. And it's just the landing page. This is insane. What is the resolution on those auto-playing videos?
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#13I guess it targets non programmer users and also without math knowledge, so why use lambda and sigma symbols ?
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#14Earlier quoted context omitted.
I'm not totally sure what the question is but currently these are the inputs: delimited, excel, json, feather, parquet, sqlite, postgresql, mysql, googleSheets Outputs are the same (excluding databases currently). This is probably the most time consuming piece of the project if I was to expand this set dramatically given the quantity of possible connections, although here is where open source could help. It's hard to…
Target data scientists and you'll have a very large segment of users. They aren't programmers but they deal with data a lot.
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#15What is the expected inputs and outputs? How do you see this fitting into a users workflow?
I'm not totally sure what the question is but currently these are the inputs: delimited, excel, json, feather, parquet, sqlite, postgresql, mysql, googleSheets Outputs are the same (excluding databases currently). This is probably the most time consuming piece of the project if I was to expand this set dramatically given the quantity of possible connections, although here is where open source could help. It's hard to…
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#16Earlier quoted context omitted.
Target data scientists and you'll have a very large segment of users. They aren't programmers but they deal with data a lot.
I think that is OP's intent. Data Scientists, Data Engineers, Data Analysts, Data X
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#17Earlier quoted context omitted.
I'm not totally sure what the question is but currently these are the inputs: delimited, excel, json, feather, parquet, sqlite, postgresql, mysql, googleSheets Outputs are the same (excluding databases currently). This is probably the most time consuming piece of the project if I was to expand this set dramatically given the quantity of possible connections, although here is where open source could help. It's hard to…
Would you be able to leverage singer taps / targets? https://www.singer.io
I don't know if you think these are fair comment about the state of the project? - https://www.youtube.com/watch?v=TBrSOPNEg-g&ab_channel=Resta...
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#18Hey guys, I posted this maybe a year ago. It was originally an electron based desktop app which was cool but pretty hard to maintain / get people to download and test it out. Given that there would likely always need to be a cloud component regardless I decided that it would be easier to port it over into a web app and maintain it that way. Since doing that I took a job and am pretty burned out on the project. I was…
If you think you were burned out before, becoming an open source maintainer probably won't help :) If I were you I would put out a call for maintainers, and maybe consider a license that keeps modifications open source. That way a company that modifies it will have to contribute back to the project. If you do open source, I recommend moving your roadmap to a GitHub Project, put together a contributors guide/agreement…
"That way a company that modifies it will have to contribute back to the project. If you do open source, I recommend moving your roadmap to a GitHub Project, put together a contributors guide/agreement." - Thanks for the advice
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#19Hey guys, I posted this maybe a year ago. It was originally an electron based desktop app which was cool but pretty hard to maintain / get people to download and test it out. Given that there would likely always need to be a cloud component regardless I decided that it would be easier to port it over into a web app and maintain it that way. Since doing that I took a job and am pretty burned out on the project. I was…
I can fully understand you burning out on something like this. How about declaring a time-out period where development is paused while you take a break? Maybe triage bug reports and feature requests in the meantime, but take some time to yourself to recover and reset your perspectives.
Just a thought.
Re: Show HN: Glue – Pandas as a DAG (Now a web app)
#20Earlier quoted context omitted.
I think that is OP's intent. Data Scientists, Data Engineers, Data Analysts, Data X
Yeh I still appreciate the callout / opinion though. It's not obvious to me who is best to target. As a full stack engineer with analytics experience one of the main uses of the tool is scheduling, running pipelines remotely vs the UI for data munging which I can write pretty easily. But for non technical users the data munging piece might be really helpful (e.g. no code). Its a little hard to serve both a marketer a…