Live data from Hacker News

Viewing profile — dirslashls

dirslashls

HN member
Joined
Mon, Jan 24, 2022, 6:31 PM UTC
HN karma
2
Public activity
13 items

About dirslashls

https://sqlframes.com/

Recent public activity

  1. 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…

  2. 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…

  3. 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

  4. 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…

  5. comment
    Comment #32543603

    Creative!

  6. 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…

  7. comment
    Comment #32091709

    Nice. It would be good to have a way to reset to get back to the initial state after zooming/panning.

  8. 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…

  9. 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…

  10. 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.

  11. 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.

  12. 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 …

  13. 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…