Viewing profile — pitah1
pitah1
HN member- Joined
- Wed, Jan 19, 2022, 1:19 PM UTC
- HN karma
- 38
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About pitah1
Recent public activity
-
comment
Comment #45138602
I have a tool[1] that solely worked with docker before and was putting off supporting podman for a while because I thought it would take some time. But it turned out to work straig…
-
story
Show HN: Insta-infra – One click start any service
I've recently created a UI for my open-source project called insta-infra so now you can run any service with one click. This has been part of my journey of making it as simple as p…
-
comment
Comment #44037117
It leverages docker compose 'depends_on' for the dependencies ( https://docs.docker.com/compose/how-tos/startup-order/ ). For example, airflow depends on airflow-init container to …
-
comment
Comment #44036703
I have a small open-source project, that uses docker compose behind the scenes, to help startup any service. You can look to add it in (or I am also happy to add it in) and then us…
-
comment
Comment #42793173
This looks really cool. I'm surprised I didn't find this before when I was searching for something like this. I've been using jpackage[1] for a while now but this seems like it wou…
-
comment
Comment #42555617
I've taken a stab at making a solution for it via https://github.com/data-catering/data-caterer . It focuses on making integration tests easier by generating data across batch and …
- story
- story
-
comment
Comment #41719533
This was also my philosophy behind creating insta-infra ( https://github.com/data-catering/insta-infra ). Single command to run any service. No additional thinking required. Too ma…
-
comment
Comment #41718654
The world of mock data generation is now flooded with ML/AI solutions generating data but this is a solution that understands it is better to generate metadata to help guide the da…
- story
-
comment
Comment #41266200
I recently went down the rabbit hole of using PyScript for running a Python CLI app in the browser. It felt hacky the whole time, especially when dependencies were involved. I had …
- story
-
comment
Comment #41042648
I've created a Docker image for it and onboarded it into my tool called insta-infra[1]. You should be able to run it via: ./run.sh maestro [1] https://github.com/data-catering/inst…
- story
- story
-
comment
Comment #40631032
Would love to hear what people think or other approaches people have taken to help quickly spin up tools on your laptop.
-
story
Show HN: Insta-infra – Single command quickstart for any tool
Hey HN. After getting frustrated with many tools/services for not having a simple quickstart, I decided to make something where it would be just a single command. So you can run so…
-
story
Show HN: Insta-infra – Spin up any tool in your local laptop with one command
Hey HN. After getting frustrated with many tools/services for not having a simple quickstart, I decided to make something where it would be just a single command. So you can run so…
-
comment
Comment #40541690
I've been keeping an eye on these kinds of Spark accelerator libraries for a while now. How does it compare to Blaze[1] and Gluten[2]? I'm interested in running some benchmarks soo…
-
comment
Comment #40448743
Thanks for sharing. Happy to see another solution that doesn't just slap on AI/ML to try to solve it. I am also among the many people who have created a solution similar[0] to this…
- story
- story
- story
- story