Viewing profile — craftsquick
craftsquick
HN member- Joined
- Mon, Apr 18, 2022, 7:52 AM UTC
- HN karma
- 144
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About craftsquick
No profile information was provided.
Recent public activity
- story
- story
- story
- story
- story
- story
-
comment
Comment #34424927
Really sorry about that -- I should've turned off test mode now for Google OAuth. Login work ok now?
-
comment
Comment #34424674
This is a self-plug but shapedata.io does similar things on top of Postgres -- it is much younger than Datasette, so has far fewer features, but should give you a similar explorati…
-
story
Ask HN: How do you manage on-prem servers?
What is the best way to (/how do you) set up on-premise servers to give end-user engineers a cloud-like experience (keeping track of which servers are in use, remote SSHes, network…
- story
- story
- story
-
comment
Comment #32901786
Hey HN! I downloaded and parsed through 100M prices negotiated by Blue Cross of Washington (Premera Blue Cross) for all their in-network healthcare procedures. I've compressed abou…
- story
-
story
Show HN: No-code data analysis
Hey HN! We built Shape recently and would love to hear your thoughts. A lot of jobs now require making decisions with data in a database or warehouse. Unfortunately, most people do…
- comment
-
comment
Comment #31349430
Thanks! Frontend: React/Redux and React Flow (for the graph) Backend: Node and Knex.js (for the query generation)
-
comment
Comment #31336026
You should be able to build every SQL query with this. I built an example Top-N query here: https://imgur.com/a/2xKLltl Right now building Top-N (and my example) assumes you know t…
-
comment
Comment #31335689
The primary reason was that this was built in one weekend! The information_schema query is a great idea actually, I'll build that in -- thank you!
-
story
Show HN: No-Code SQL Builder
Hey everyone! I built a tool to help you visually build SQL queries - if you write a lot of SQL at work (or help people write it), check it out! You can try it out without needing …
-
story
Show HN: CraftSQL helps you write SQL easily
Hey everyone! I'm a long-time reader, first-time poster. I built a tool to help you easily write SQL by building queries visually. I did this because (a) I used to write a lot of S…