Viewing profile — dirslashls
dirslashls
HN member- Joined
- Mon, Jan 24, 2022, 6:31 PM UTC
- HN karma
- 2
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About dirslashls
Recent public activity
-
story
Show HN: Fully functional pivot table creator
I have created a fully functional pivot table designer to demonstrate the power of SQL Frames. Just bring any csv file (or xlsx) and start using drag and drop to create a pivot tab…
-
story
Show HN: Codeforces Submissions Analyzer
Codeforces provides public API to access all the submissions of a user and I created a tool that pulls this data and provides analysis. Users can interactively slice the data and a…
-
comment
Comment #32642608
Would love to see any factual references about the trend. It's in my vested interested as a founder of sqlframes.com
-
comment
Comment #32590542
Nice one. How do you decide the difficulty of each problem? One hard problem seemed easy using analytic functions while a medium problem felt hard as it required a self-join the re…
-
comment
Comment #32543603
Creative!
-
story
Show HN: In-browser analytics within JAMSTACK
I have a product called SQL Frames that provides in-browser analytics. I was exploring how to integrate this into JAMSTACK. I learned about how to create docusaurus plugin and Reac…
-
comment
Comment #32091709
Nice. It would be good to have a way to reset to get back to the initial state after zooming/panning.
-
comment
Comment #31825657
Great! How does this compare to react-virtualized ( https://github.com/bvaughn/react-virtualized )? Does it handle tables (rendered with table elements and not div)? Does it suppor…
-
comment
Comment #31335973
Nice work and great use of React Flow. What level of sophisticated queries can be created with it? For example, can it do "Top N and Other"? Which BTW, was recently added for SQL F…
-
comment
Comment #30904711
Sorry, the correct link is https://sqlframes.com/docs/sql_frames/intro I didn't find a way to edit my initial comment.
-
comment
Comment #30904662
The morphing of the charts looks great. I don't know how that works, but currently I am using eCharts to achieve similar effects.
-
comment
Comment #30892060
Not sure if your ask is only for open source. I got lucky that my product is JavaScript based and Docusaurus is a perfect way for me to have live interactive docs by using MDX and …
-
comment
Comment #30061913
Go to https://sqlframes.com/demo and in the code editor enter the following and execute (this example is taken from the first example on PRQL github page). It generates SQL, but it…