Live data from Hacker News

Viewing profile — paulbares

paulbares

HN member
Joined
Sun, May 16, 2021, 4:54 PM UTC
HN karma
3
Public activity
7 items

About paulbares

No profile information was provided.

Recent public activity

  1. comment
    Comment #38670697

    I am building a SQL like query engine with a typescript query builder. It aims to provide multidimensional query capabilities (think about olap cube). The query engine is compatibl…

  2. comment
    Comment #37828951

    I found it too cumbersome, limited and not very intuitive to do it in SQL with the PIVOT operator so that I created my own API to be able to build a pivot table from a simple SQL s…

  3. comment
    Comment #37159210

    I am building a sort of SQL query engine compatible with several databases (bigquery, snowflake, duckdb, clickhouse, spark) in order to add more power to the SQL query language bri…

  4. comment
  5. comment
    Comment #36429130

    > MySQL to PostgreSQL is extremely rare in the real world. That's true, I agree. But we are mainly targeting software editors that build data analytics platform and let their custo…

  6. comment
    Comment #36428043

    I am building squashql-js for a slightly different use case (database agnostic SQL-like Typescript query builder among others) but Kysely and pypika (for Python) have been a great …

  7. comment
    Comment #27175007

    I wrote a small library https://github.com/paulbares/spring-testcontainer that provides integration between the Spring (Data JPA) testing framework and Testcontainer library to eas…