Live data from Hacker News

Viewing profile — dmoura

dmoura

HN member
Joined
Thu, Aug 08, 2019, 4:24 PM UTC
HN karma
328
Public activity
59 items

About dmoura

https://danielcmoura.com

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #37627683

    Thank you for sharing your learnings and for your transparency! Congrats!

  5. comment
    Comment #36177454

    I prefer a SQL-like format. It’s not as complete but it cover most of the day-to-day use cases. Take a look at https://github.com/dcmoura/spyql (I am the author). Congrats on fq!

  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #33451240

    DuckDB is great! I love what you guys are building. The main gap for me is native support of JSON (lines), like you have for CSV and Parquet.

  11. comment
    Comment #33451169

    updated, thank you

  12. comment
    Comment #33450313

    Things you can do with SPyQL CLI that you can't with clickhouse local (AFAIK, top of my mind, not exhaustive): - use python code in your queries - import python libs (just install …

  13. comment
    Comment #33449891

    Author of the benchmark and of SPyQL here. ClickHouse is fantastic. Amazing performance. SPyQL is built on top of Python but still can be faster than jq and several other tools as …

  14. comment
    Comment #33449368

    This is great! I am the author of SPyQL [1]. Combining JC with SPyQL you can easily query the json output and run python commands on top of it from the command-line :-) You can do …

  15. story
  16. story
  17. story
  18. comment
    Comment #31111863

    Thank you all for your feedback. The benchmark was updated and the fastest tool is NOT written in Python. Here are the highlights: * Added ClickHouse (written in C++) to the benchm…

  19. story
  20. comment
    Comment #31081753

    Are you able to calculate aggregates, like an average?

  21. comment
    Comment #31068728

    The initial idea was to focus on cmd line tools... I added pandas for comparison, as it is one of the most used libs to work with datasets. I will either remove Pandas from the equ…

  22. comment
    Comment #31068356

    Yes, it is much faster, I will be updating the benchmark and reposting

  23. comment
    Comment #31041251

    Thank you!! :-D

  24. comment
    Comment #31040788

    Thank you Eaton! The truth is, if I was seeking to have the best performant tool I would not choose Python to start with... so performance is only a part of tools like the ones we …

  25. comment
    Comment #31040758

    Thank you!!