Live data from Hacker News

Viewing profile — ppande

ppande

HN member
Joined
Thu, Nov 15, 2018, 2:43 AM UTC
HN karma
24
Public activity
2 items

About ppande

No profile information was provided.

Recent public activity

  1. comment
    Comment #21765013

    Just curious to see if anyone knows how it compares to using Apache Drill as an external scalable process to Postgres Jdbc store?

  2. comment
    Comment #18456454

    Sqlite virtual tables. You can literally query any data source. All you need is a module implementation of interface exposed by sqlite for the data source of interest. I once wrote…