Live data from Hacker News

Viewing profile — pavel_tiunov

pavel_tiunov

HN member
Joined
Fri, Sep 04, 2015, 10:17 AM UTC
HN karma
157
Public activity
36 items

About pavel_tiunov

Co-founder & CTO @ Cube. PhD in CS. Building Agentic Analytics. https://cube.dev

Recent public activity

  1. story
  2. comment
    Comment #35780217

    You actually can use any npm packages. Here's an example on how you can use `node-fetch`: https://cube.dev/docs/schema/advanced/dynamic-schema-creatio... . Same capabilities are co…

  3. comment
    Comment #35775819

    Yep. Cube would automatically figure out the join path for you on top of the defined join graph in the data model using the Dijkstra algorithm. The best practice however is to use …

  4. comment
    Comment #35775626

    https://cube.dev/docs/config/downstream might be a great starting point for that. Here you can get a grasp of how dashboard apps can be built: https://cube.dev/docs/examples#tutori…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #20509996

    Nice catch! This one is typo for sure :) Thanks!

  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #19390837

    Showplow is great and cost effective. AWS Cloudfront, Lambda and Athena make it possible to create fully serverless setup on top of it. There's an open source example of such setup…

  22. story
  23. comment
    Comment #18729255

    It actually works exactly as you describe. We generate SQL query to return aggregates based on SQL supplied in Cube.js schema. We never fetch raw data from SQL backend. Architectur…

  24. comment
    Comment #18728734

    Thanks for the question! We should do a better job describing this. In short: 1. Generates analytic SQL queries based on Cube.js schema. It can be simple ones like calculating page…

  25. comment
    Comment #18726707

    Yes. I guess your setup is serverless as well. Big Query is one of Serverless MPP databases that shares similar concepts with AWS Athena.