Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dirslashls
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Fully functional pivot table creator
(sqlframes.com)
1 points
by
dirslashls
3y ago
|
0 comments
2.
▲
Show HN: Codeforces Submissions Analyzer
(jamstackanalytics.com)
1 points
by
dirslashls
4y ago
|
0 comments
3.
▲
by
dirslashls
4y ago
Would love to see any factual references about the trend. It's in my vested interested as a founder of sqlframes.com
4.
▲
by
dirslashls
4y ago
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 realization of which is the harder part.
5.
▲
by
dirslashls
4y ago
Creative!
6.
▲
Show HN: In-browser analytics within JAMSTACK
(jamstackanalytics.com)
1 points
by
dirslashls
4y ago
|
0 comments
7.
▲
by
dirslashls
4y ago
Nice. It would be good to have a way to reset to get back to the initial state after zooming/panning.
8.
▲
by
dirslashls
4y ago
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 support column virtual scrolling?
9.
▲
by
dirslashls
4y ago
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 Frames ( https://sqlframes.com/docs
10.
▲
by
dirslashls
4y ago
Sorry, the correct link is https://sqlframes.com/docs/sql_frames/intro I didn't find a way to edit my initial comment.
11.
▲
by
dirslashls
4y ago
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.
▲
by
dirslashls
4y ago
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 a wrapper react component. https://sqlframes.com&
13.
▲
by
dirslashls
5y ago
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 also computes and displays the results wit