Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
harelba
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
harelba
4y ago
Hi again, thanks a lot for the suggestions! You're absolutely right about the auto-detection (and documentation) of both the header row and the delimiter, I was busy with the auto-caching ability in the last few months in order to prov
2.
▲
by
harelba
4y ago
Hi, author of q here. Regarding the error you got, q currently does not autodetect headers, so you'd need to add -H as a flag in order to use the "country" column name. You're absolutely correct on failing-fast here - It
3.
▲
by
harelba
5y ago
pyoxidizer is amazing indeed. Just repackaged my own open source project for multiple platforms using pyoxidizier. I wish it would merge into the python ecosystem itself. Harel https://github.com/harelba
4.
▲
by
harelba
8y ago
Hi, q's creator here, Any kind of input/output delimiter is supported (-d <delim> and -D <delim>), and also multiple encodings (-e <encoding>). Also, q performs automatic type inference over the actual data. Enco
5.
▲
by
harelba
8y ago
q supports any kind of input and output delimiter (-d <input-delim> and -D <output-delim> respectively). harelba (creator of q)
6.
▲
by
harelba
11y ago
q has a windows installer as well. http://harelba.github.io/q/ Harel
7.
▲
by
harelba
11y ago
Hi. q's developer here. Thanks for the mention and kind words everyone. I've considered the searchability issue when deciding on a name for it, but eventually favored the day-to-day minimum-typing short name over better searchabil
8.
▲
by
harelba
12y ago
There's a command line tool called q, which allows performing SQL-like queries directly on text files, basically treating text as data and auto detecting column types. http://harelba.github.io/q/
9.
▲
Outbrain has open-sourced Aletheia – A general purpose Data Delivery Framework
(github.com)
2 points
by
harelba
12y ago
|
0 comments
10.
▲
by
harelba
13y ago
Hi, I'm q's creator, Harel. There are obviously lots of other software which can provide a similar capability, and while I haven't checked all of them out, I'm really believe that most of them do a great job. However, my
11.
▲
by
harelba
13y ago
Hi, I'm q's creator, Harel Ben-Attia. The Linux toolset is really great, and I use it extensively. The whole idea of the tool is not to replace any of the existing tools, but to extend the toolset to concepts which treat text as d
12.
▲
by
harelba
13y ago
Hi, i'm q's creator (HN made the name q uppercase, but it's actually a lowercase q). The reasoning was that it's used as a command line tool, and used often. So "q" and not "Q" :)I'm currently pr
13.
▲
Q – Execute SQL on text. Supports joins across files, RPM available
(github.com)
126 points
by
harelba
13y ago
|
43 comments
14.
▲
A new tool for analyzing Hadoop job metrics and send them to Graphite
(github.com)
2 points
by
harelba
13y ago
|
0 comments
15.
▲
by
harelba
15y ago
The standard tools are great, and I love them - It's not a tool for replacing them. The example above is the simplest one so people would get the concept (I would use wc -l in that case as well). However, once you need more complex stuff (s
16.
▲
Text as a Database - Linux tool for performing SQL-like statements on text data
(github.com)
5 points
by
harelba
15y ago
|
2 comments